react-grid-layout
Advanced tools
Comparing version 0.10.0-beta0 to 0.10.0-beta1
@@ -21,2 +21,4 @@ 'use strict'; | ||
var _react2 = _interopRequireDefault(_react); | ||
var _reactDom = require('react-dom'); | ||
@@ -70,3 +72,3 @@ | ||
value: function render() { | ||
return React.createElement(ComposedComponent, _extends({}, this.props, { ref: 'child' })); | ||
return _react2['default'].createElement(ComposedComponent, _extends({}, this.props, { ref: 'child' })); | ||
} | ||
@@ -73,0 +75,0 @@ }], [{ |
@@ -0,1 +1,6 @@ | ||
0.10.0-beta1 | ||
------------ | ||
- Fixed a React import bug on ListensToWidth.jsx (#130; thanks @mrblueblue) | ||
0.10.0-beta0 | ||
@@ -2,0 +7,0 @@ ------------ |
{ | ||
"name": "react-grid-layout", | ||
"version": "0.10.0-beta0", | ||
"version": "0.10.0-beta1", | ||
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
91592
1657
0