react-grid-layout
Advanced tools
Comparing version 0.13.5 to 0.13.6
@@ -339,3 +339,3 @@ 'use strict'; | ||
return function (e, _ref3) { | ||
var element = _ref3.element; | ||
var node = _ref3.node; | ||
var size = _ref3.size; | ||
@@ -372,3 +372,3 @@ | ||
_this3.props[handlerName](i, w, h, { e: e, element: element, size: size }); | ||
_this3.props[handlerName](i, w, h, { e: e, node: node, size: size }); | ||
}; | ||
@@ -375,0 +375,0 @@ }; |
# Changelog | ||
0.13.6 (Sep 26, 2016) | ||
----- | ||
#### Fixes: | ||
- Fixed missing HTMLElement in `onResize*` callbacks. | ||
0.13.5 (Sep 9, 2016) | ||
@@ -4,0 +11,0 @@ ----- |
{ | ||
"name": "react-grid-layout", | ||
"version": "0.13.5", | ||
"version": "0.13.6", | ||
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
161665