Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Dec 3, 2018
1 parent 2d2e286 commit eebff48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@



## [v5.0.1](https://github.com/buildo/react-autosize-textarea/tree/v5.0.1) (2018-12-03)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v5.0.0...v5.0.1)

#### New features:

- Bad performance for a controlled component for continuous text updates [#113](https://github.com/buildo/react-autosize-textarea/issues/113)

#### Fixes (bugs & defects):

- Disabled textareas don't get resized (FF + IE) [#17](https://github.com/buildo/react-autosize-textarea/issues/17)

## [v5.0.0](https://github.com/buildo/react-autosize-textarea/tree/v5.0.0) (2018-09-28)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v4.0.0...v5.0.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-autosize-textarea",
"version": "5.0.0",
"version": "5.0.1",
"description": "replacement for built-in textarea which auto resizes itself",
"main": "lib",
"typings": "lib",
Expand Down

0 comments on commit eebff48

Please sign in to comment.