diff options
author | Francesco Cioria <firefelix@gmail.com> | 2017-04-21 10:17:46 +0200 |
---|---|---|
committer | Francesco Cioria <firefelix@gmail.com> | 2017-04-21 10:17:46 +0200 |
commit | f6cd73e7d4a2ca41d103ebd70929baea8ae71e3f (patch) | |
tree | 72b595839627294de5a738917509d1b08b542de9 | |
parent | 743c22a8ff825979eb0e177624da5e18e47304e3 (diff) | |
download | react-autosize-textarea-0.4.3.zip react-autosize-textarea-0.4.3.tar.gz react-autosize-textarea-0.4.3.tar.bz2 |
0.4.3v0.4.3
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8535e2..f8d484c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [v0.4.3](https://github.com/buildo/react-autosize-textarea/tree/v0.4.3) (2017-04-21) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.2...v0.4.3) + +#### New features: + +- Add prop `innerRef` to access textarea DOM node [#40](https://github.com/buildo/react-autosize-textarea/issues/40) +- Warning: This synthetic event is reused for performance reasons [#38](https://github.com/buildo/react-autosize-textarea/issues/38) + ## [v0.4.2](https://github.com/buildo/react-autosize-textarea/tree/v0.4.2) (2017-04-10) [Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.1...v0.4.2) diff --git a/package.json b/package.json index 511d96c..7ece879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-autosize-textarea", - "version": "0.4.2", + "version": "0.4.3", "description": "replacement for built-in textarea which auto resizes itself", "main": "lib", "scripts": { |