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

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Dec 6, 2018
1 parent 7f43c96 commit f7f97e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@



## [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)
## [v6.0.0](https://github.com/buildo/react-autosize-textarea/tree/v6.0.0) (2018-12-06)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v5.0.1...v6.0.0)

#### New features:
#### Breaking:

- Bad performance for a controlled component for continuous text updates [#113](https://github.com/buildo/react-autosize-textarea/issues/113)
- Provide an instance method to update size [#114](https://github.com/buildo/react-autosize-textarea/issues/114)

## [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)

#### Fixes (bugs & defects):

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.1",
"version": "6.0.0",
"description": "replacement for built-in textarea which auto resizes itself",
"main": "lib",
"typings": "lib",
Expand Down

0 comments on commit f7f97e6

Please sign in to comment.