autoprefixer-core
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -0,1 +1,4 @@ | ||
## 5.2.1 | ||
* Fix parent-less node issue on some cases (by Josh Gillies) | ||
## 5.2 “Dont tread on me” | ||
@@ -2,0 +5,0 @@ * Add `appearance` support. |
@@ -182,4 +182,6 @@ (function() { | ||
return node._autoprefixerDisabled = status != null ? !status : node.parent ? this.disabled(node.parent) : false; | ||
} else if (node.parent) { | ||
return node._autoprefixerDisabled = this.disabled(node.parent); | ||
} else { | ||
return node._autoprefixerDisabled = this.disabled(node.parent); | ||
return false; | ||
} | ||
@@ -186,0 +188,0 @@ }; |
{ | ||
"name": "autoprefixer-core", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "CLI-less core of Autoprefixer to use in plugins", | ||
@@ -21,4 +21,4 @@ "keywords": [ | ||
"num2fraction": "^1.1.0", | ||
"caniuse-db": "^1.0.30000181", | ||
"postcss": "~4.1.11" | ||
"caniuse-db": "^1.0.30000214", | ||
"postcss": "~4.1.12" | ||
}, | ||
@@ -29,11 +29,11 @@ "devDependencies": { | ||
"gulp-replace": "0.5.3", | ||
"gulp-eslint": "0.12.0", | ||
"gulp-eslint": "0.14.0", | ||
"gulp-coffee": "2.3.1", | ||
"gulp-mocha": "2.1.0", | ||
"browserify": "10.2.1", | ||
"fs-extra": "0.18.4", | ||
"should": "6.0.3", | ||
"gulp-mocha": "2.1.2", | ||
"browserify": "10.2.4", | ||
"fs-extra": "0.20.0", | ||
"should": "7.0.1", | ||
"mocha": "2.2.5", | ||
"gulp": "3.8.11", | ||
"coffee-script": "1.9.2" | ||
"gulp": "3.9.0", | ||
"coffee-script": "1.9.3" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
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
143085
3209
Updatedcaniuse-db@^1.0.30000214
Updatedpostcss@~4.1.12