Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giogonzo committed Apr 20, 2020
1 parent 9026a35 commit 284de1c
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.0](https://github.com/buildo/react-flexview/tree/v5.0.0) (2020-04-20)
[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.4...v5.0.0)

#### Breaking:

- Allow to pass a ref for the underlying div [#80](https://github.com/buildo/react-flexview/issues/80)

#### New features:

- stricter children prop typings [#78](https://github.com/buildo/react-flexview/issues/78)

## [v4.0.4](https://github.com/buildo/react-flexview/tree/v4.0.4) (2019-09-16)
[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.3...v4.0.4)

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-flexview",
"version": "4.0.4",
"version": "5.0.0",
"description": "A react component to abstract over flexbox",
"files": [
"lib",
Expand Down

0 comments on commit 284de1c

Please sign in to comment.