Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59fae7b

Browse files
committed
release 0.10.6
1 parent 5c62b4b commit 59fae7b

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.10.6
2+
------
3+
4+
- Bugfix: If both `props.layout` and `props.children.length` change in the same tick,
5+
props.layout would be clobbered. See #162
6+
17
0.10.5
28
------
39

dist/react-grid-layout.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-grid-layout.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-grid-layout",
3-
"version": "0.10.5",
3+
"version": "0.10.6",
44
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)