react-grid-layout
Advanced tools
Comparing version 0.10.8 to 0.10.9
@@ -70,3 +70,3 @@ 'use strict'; | ||
// what is in props. | ||
else if (!nextProps.children.length !== this.props.children.length) { | ||
else if (nextProps.children.length !== this.props.children.length) { | ||
newLayoutBase = this.state.layout; | ||
@@ -73,0 +73,0 @@ } |
@@ -0,1 +1,7 @@ | ||
0.10.9 | ||
------ | ||
- Bugfix: Typo in children comparison in CWRP. See #169. | ||
- Bugfix: Missing babel-preset-es2015 in dev. | ||
0.10.8 | ||
@@ -2,0 +8,0 @@ ------ |
{ | ||
"name": "react-grid-layout", | ||
"version": "0.10.8", | ||
"version": "0.10.9", | ||
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.", | ||
@@ -50,2 +50,3 @@ "main": "index.js", | ||
"babel-plugin-typecheck": "^3.6.1", | ||
"babel-preset-es2015": "^6.5.0", | ||
"babel-preset-es2015-loose": "^7.0.0", | ||
@@ -79,2 +80,2 @@ "babel-preset-react": "^6.5.0", | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94192
28