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

Commit

Permalink
4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giogonzo committed Mar 20, 2020
1 parent 9b301ae commit 84de9ed
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 @@



## [v4.0.2](https://github.com/buildo/react-input-children/tree/v4.0.2) (2020-03-20)
[Full Changelog](https://github.com/buildo/react-input-children/compare/v4.0.1...v4.0.2)

#### Fixes (bugs & defects):

- computeChildrenSize in didMount/update can cause React stack overflows [#47](https://github.com/buildo/react-input-children/issues/47)

#### New features:

- Update npmjs live demo and examples URLs [#45](https://github.com/buildo/react-input-children/issues/45)

## [v4.0.1](https://github.com/buildo/react-input-children/tree/v4.0.1) (2018-01-18)
[Full Changelog](https://github.com/buildo/react-input-children/compare/v4.0.0...v4.0.1)

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-input-children",
"version": "4.0.1",
"version": "4.0.2",
"description": "A replacement for the base <input> component capable of rendering a child (link, button...) inside the input itself",
"main": "lib",
"typings": "lib",
Expand Down

0 comments on commit 84de9ed

Please sign in to comment.