diff options
author | Francesco <firefelix@gmail.com> | 2016-11-21 12:27:34 +0100 |
---|---|---|
committer | Francesco <firefelix@gmail.com> | 2016-11-21 12:27:34 +0100 |
commit | b519b7dcb1b466f7b1a3ef413efa88eafb712a69 (patch) | |
tree | 1587ed3242f9548e68ce4e0ada9bca6d62911e99 | |
parent | 5fa352c6b44220cf5dc060a477a2312fb684bd9a (diff) | |
download | react-autosize-textarea-b519b7dcb1b466f7b1a3ef413efa88eafb712a69.zip react-autosize-textarea-b519b7dcb1b466f7b1a3ef413efa88eafb712a69.tar.gz react-autosize-textarea-b519b7dcb1b466f7b1a3ef413efa88eafb712a69.tar.bz2 |
Update CHANGELOG.md
-rw-r--r-- | CHANGELOG.md | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7a95270 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,75 @@ +# Change Log + + + +## [v0.3.4](https://github.com/buildo/react-autosize-textarea/tree/v0.3.4) (2016-11-21) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.3...v0.3.4) + +#### Fixes (bugs & defects): + +- Ref issue & Compatibility with React 15.4.0 [#23](https://github.com/buildo/react-autosize-textarea/issues/23) + +## [v0.3.3](https://github.com/buildo/react-autosize-textarea/tree/v0.3.3) (2016-09-14) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.2...v0.3.3) + +## [v0.3.2](https://github.com/buildo/react-autosize-textarea/tree/v0.3.2) (2016-08-10) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.1...v0.3.2) + +#### New features: + +- Warning by props [#19](https://github.com/buildo/react-autosize-textarea/issues/19) + +## [v0.3.1](https://github.com/buildo/react-autosize-textarea/tree/v0.3.1) (2016-05-18) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.3.0...v0.3.1) + +#### New features: + +- Please publish version with react 15 compatibility on NPM [#18](https://github.com/buildo/react-autosize-textarea/issues/18) +- Update peer dependencies [#15](https://github.com/buildo/react-autosize-textarea/issues/15) + +## [v0.3.0](https://github.com/buildo/react-autosize-textarea/tree/v0.3.0) (2016-04-21) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.6...v0.3.0) + +#### New features: + +- remove react 0.14 warnings [#13](https://github.com/buildo/react-autosize-textarea/issues/13) + +## [v0.2.6](https://github.com/buildo/react-autosize-textarea/tree/v0.2.6) (2015-12-23) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.5...v0.2.6) + +## [v0.2.5](https://github.com/buildo/react-autosize-textarea/tree/v0.2.5) (2015-10-14) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.4...v0.2.5) + +## [v0.2.4](https://github.com/buildo/react-autosize-textarea/tree/v0.2.4) (2015-06-25) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.3...v0.2.4) + +## [v0.2.3](https://github.com/buildo/react-autosize-textarea/tree/v0.2.3) (2015-06-19) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.2...v0.2.3) + +## [v0.2.2](https://github.com/buildo/react-autosize-textarea/tree/v0.2.2) (2015-06-11) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.2.0...v0.2.2) + +#### New features: + +- Continuous integration is failing [#6](https://github.com/buildo/react-autosize-textarea/issues/6) + +## [v0.2.0](https://github.com/buildo/react-autosize-textarea/tree/v0.2.0) (2015-06-11) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.1.1...v0.2.0) + +## [v0.1.1](https://github.com/buildo/react-autosize-textarea/tree/v0.1.1) (2015-06-10) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.1.0...v0.1.1) + +#### New features: + +- Probable memory leak [#2](https://github.com/buildo/react-autosize-textarea/issues/2) +- Rename lib to src? [#1](https://github.com/buildo/react-autosize-textarea/issues/1) + +## [v0.1.0](https://github.com/buildo/react-autosize-textarea/tree/v0.1.0) (2015-06-09) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/react-0.13...v0.1.0) + +## [react-0.13](https://github.com/buildo/react-autosize-textarea/tree/react-0.13) (2016-02-11) + + +#### New features: + +- use ES6 class [#11](https://github.com/buildo/react-autosize-textarea/issues/11)
\ No newline at end of file |