Skip to content

Commit 2109ac0

Browse files
committed
0.6.0 release
1 parent 18cf110 commit 2109ac0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## CHANGELOG
22
### 0.6.0
3-
Make sure to pass props from above down to child function, fixes issue [#13](https://github.com/souporserious/react-popper/issues/13)
3+
Make sure to pass props from above down to child function, fixes [#13](https://github.com/souporserious/react-popper/issues/13)
4+
5+
Recalculate size of `Popper` when children change, fixes [#15](https://github.com/souporserious/react-popper/issues/15)
46

57
### 0.5.0
68
Use `prop-types` package instead of React PropTypes [#9](https://github.com/souporserious/react-popper/pull/9)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-popper",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "React wrapper around PopperJS.",
55
"main": "lib/react-popper.js",
66
"files": [

0 commit comments

Comments
 (0)