Skip to content

Commit 284de1c

Browse files
committed
5.0.0
1 parent 9026a35 commit 284de1c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33

44

5+
## [v5.0.0](https://github.com/buildo/react-flexview/tree/v5.0.0) (2020-04-20)
6+
[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.4...v5.0.0)
7+
8+
#### Breaking:
9+
10+
- Allow to pass a ref for the underlying div [#80](https://github.com/buildo/react-flexview/issues/80)
11+
12+
#### New features:
13+
14+
- stricter children prop typings [#78](https://github.com/buildo/react-flexview/issues/78)
15+
516
## [v4.0.4](https://github.com/buildo/react-flexview/tree/v4.0.4) (2019-09-16)
617
[Full Changelog](https://github.com/buildo/react-flexview/compare/v4.0.3...v4.0.4)
718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-flexview",
3-
"version": "4.0.4",
3+
"version": "5.0.0",
44
"description": "A react component to abstract over flexbox",
55
"files": [
66
"lib",

0 commit comments

Comments
 (0)