react-grid-layout
Advanced tools
Comparing version 0.14.2 to 0.14.3
@@ -344,3 +344,3 @@ 'use strict'; | ||
MozTransform: translate, | ||
MSTransform: translate, | ||
msTransform: translate, | ||
OTransform: translate, | ||
@@ -347,0 +347,0 @@ width: width + 'px', |
# Changelog | ||
0.14.3 (Feb 22, 2017) | ||
---- | ||
#### Fixes: | ||
- Reverted #499; `msTransform` is indeed correct. See [discussion](https://github.com/STRML/react-grid-layout/pull/499#issuecomment-281703069). | ||
0.14.2 (Feb 22, 2017) | ||
@@ -4,0 +11,0 @@ ---- |
{ | ||
"name": "react-grid-layout", | ||
"version": "0.14.2", | ||
"version": "0.14.3", | ||
"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
157014