diff options
author | Francesco Cioria <firefelix@gmail.com> | 2017-06-19 17:58:34 +0200 |
---|---|---|
committer | Francesco Cioria <firefelix@gmail.com> | 2017-06-19 17:58:34 +0200 |
commit | e16de47835e27b8db5571f0ebc2e0862e986d1d2 (patch) | |
tree | 9dea6d95de2b722a2939cc9251e2384688ebd149 | |
parent | 7bc70e312fecf2ec28d3e612e03f9a947b5d829e (diff) | |
download | react-autosize-textarea-0.4.5.zip react-autosize-textarea-0.4.5.tar.gz react-autosize-textarea-0.4.5.tar.bz2 |
0.4.5v0.4.5
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fc866..d17c44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [v0.4.5](https://github.com/buildo/react-autosize-textarea/tree/v0.4.5) (2017-06-19) +[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.4...v0.4.5) + +#### Fixes (bugs & defects): + +- Max rows not working with text without breakline char [#50](https://github.com/buildo/react-autosize-textarea/issues/50) + ## [v0.4.4](https://github.com/buildo/react-autosize-textarea/tree/v0.4.4) (2017-06-05) [Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v0.4.3...v0.4.4) diff --git a/package.json b/package.json index 8f11c84..5d84468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-autosize-textarea", - "version": "0.4.4", + "version": "0.4.5", "description": "replacement for built-in textarea which auto resizes itself", "main": "index.js", "scripts": { |