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

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Mar 26, 2019
1 parent 87e942b commit 0394fd1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@



## [v7.0.0](https://github.com/buildo/react-autosize-textarea/tree/v7.0.0) (2019-03-26)
[Full Changelog](https://github.com/buildo/react-autosize-textarea/compare/v6.0.0...v7.0.0)

#### Fixes (bugs & defects):

- onResize types are wrong [#119](https://github.com/buildo/react-autosize-textarea/issues/119)
- onResize not called if passed when component already mounted [#118](https://github.com/buildo/react-autosize-textarea/issues/118)

#### Breaking:

- Support for React.createRef() refs passed to innerRef [#102](https://github.com/buildo/react-autosize-textarea/issues/102)

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

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

0 comments on commit 0394fd1

Please sign in to comment.