Comparing version 1.2.2 to 1.2.3
@@ -5,2 +5,8 @@ # Changelog | ||
## [1.2.3] 2018-03-04 | ||
### Fixed | ||
- `css.onRead` now correctly requesting props as dash-case. | ||
## [1.2.2] 2018-03-04 | ||
@@ -7,0 +13,0 @@ |
@@ -26,3 +26,3 @@ "use strict"; | ||
else { | ||
var domValue = window.getComputedStyle(element, null).getPropertyValue(prefixer_1.default(key)) || 0; | ||
var domValue = window.getComputedStyle(element, null).getPropertyValue(prefixer_1.default(key, true)) || 0; | ||
return (valueType && valueType.parse) ? valueType.parse(domValue) : domValue; | ||
@@ -29,0 +29,0 @@ } |
{ | ||
"name": "stylefire", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Performant, simplified stylers for CSS, SVG, path and DOM scroll.", | ||
@@ -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
55575