react-resizable
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -193,2 +193,3 @@ 'use strict'; | ||
_extends({}, p.draggableOpts, { | ||
key: 'resizableHandle', | ||
ref: 'draggable', | ||
@@ -195,0 +196,0 @@ onStop: this.resizeHandler('onResizeStop'), |
# Changelog | ||
### 1.4.1 (May 23, 2016) | ||
- Bugfix: Resizable handle should have a `key` when injected. Fixes React warnings on custom components. | ||
### 1.4.0 (May 20, 2016) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "react-resizable", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A component that is resizable with handles.", | ||
@@ -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
21573
308