react-draggable
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "react-draggable", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"homepage": "https://github.com/mzabriskie/react-draggable", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -85,1 +85,6 @@ # Changelog | ||
to its initial position. See https://github.com/STRML/react-grid-layout/issues/56 | ||
### 0.7.4 (May 18, 2015) | ||
- Fix a bug where a quick drag out of bounds to `0,0` would cause the element to remain in an inaccurate position, | ||
because the translation was removed from the CSS. See #55. |
@@ -224,3 +224,2 @@ 'use strict'; | ||
function createCSSTransform(style) { | ||
if (!style.x && !style.y) return {}; | ||
// Replace unitless items with px | ||
@@ -227,0 +226,0 @@ var x = style.x + 'px'; |
{ | ||
"name": "react-draggable", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "React draggable component", | ||
@@ -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
30592
614