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

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCioria committed Jul 20, 2017
1 parent 99f865d commit f2d1d8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,28 @@



## [v1.0.2](https://github.com/buildo/react-input-children/tree/v1.0.2) (2017-07-20)
[Full Changelog](https://github.com/buildo/react-input-children/compare/v1.0.1...v1.0.2)

#### New features:

- Add support for input DOM inner reference [#31](https://github.com/buildo/react-input-children/issues/31)
- lodash should not be a dependency [#22](https://github.com/buildo/react-input-children/issues/22)
- Better style for examples [#21](https://github.com/buildo/react-input-children/issues/21)

## [v1.0.1](https://github.com/buildo/react-input-children/tree/v1.0.1) (2016-09-14)
[Full Changelog](https://github.com/buildo/react-input-children/compare/v1.0.0...v1.0.1)

#### New features:

- [Dependencies] Update lodash to v4.6.1 [#19](https://github.com/buildo/react-input-children/issues/19)
- Update lodash to v4.6.1 [#19](https://github.com/buildo/react-input-children/issues/19)
- rename to `react-input-children` [#17](https://github.com/buildo/react-input-children/issues/17)

## [v1.0.0](https://github.com/buildo/react-input-children/tree/v1.0.0) (2016-01-21)
[Full Changelog](https://github.com/buildo/react-input-children/compare/v0.0.5...v1.0.0)

#### New features:

- rename to `react-input-children` [#17](https://github.com/buildo/react-input-children/issues/17)
- remove deprecated wrapperClassName and wrapperStyle [#15](https://github.com/buildo/react-input-children/issues/15)
- use ES6 classes [#13](https://github.com/buildo/react-input-children/issues/13)
- use buildo/eslint-config [#11](https://github.com/buildo/react-input-children/issues/11)
Expand All @@ -34,14 +43,11 @@

- should compute size after every change only if component still mounted [#4](https://github.com/buildo/react-input-children/issues/4)
- can't pass className and style to main <div> wrapper [#3](https://github.com/buildo/react-input-children/issues/3)
- should recompute child size if new props [#2](https://github.com/buildo/react-input-children/issues/2)

## [v0.0.3](https://github.com/buildo/react-input-children/tree/v0.0.3) (2015-06-30)
[Full Changelog](https://github.com/buildo/react-input-children/compare/v0.0.2...v0.0.3)

#### New features:

- should recompute child size if new props [#2](https://github.com/buildo/react-input-children/issues/2)

## [v0.0.2](https://github.com/buildo/react-input-children/tree/v0.0.2) (2015-06-25)
[Full Changelog](https://github.com/buildo/react-input-children/compare/v0.0.1...v0.0.2)

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": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "index.js",
"files": [
Expand Down

0 comments on commit f2d1d8c

Please sign in to comment.