autoprefixer
Advanced tools
Comparing version 6.7.4 to 6.7.5
@@ -0,1 +1,8 @@ | ||
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 6.7.5 | ||
* Fix `text-decoration-skip` in iOS (by Chi Vinh Le). | ||
* Fix `clip-path` (by Chi Vinh Le). | ||
## 6.7.4 | ||
@@ -2,0 +9,0 @@ * Improve `browsers` option perfomance. |
@@ -424,3 +424,3 @@ (function() { | ||
feature(decoration, { | ||
match: /x.*#3/ | ||
match: /x.*#[23]/ | ||
}, function(browsers) { | ||
@@ -447,3 +447,3 @@ return prefix('text-decoration-skip', { | ||
}); | ||
return prefix('clip-path', 'mask', 'mask-position', 'mask-size', 'mask-border', 'mask-border-outset', 'mask-border-width', 'mask-border-slice', { | ||
return prefix('mask', 'mask-position', 'mask-size', 'mask-border', 'mask-border-outset', 'mask-border-width', 'mask-border-slice', { | ||
browsers: browsers, | ||
@@ -454,2 +454,9 @@ feature: 'css-masks' | ||
feature(require('caniuse-db/features-json/css-clip-path.json'), function(browsers) { | ||
return prefix('clip-path', { | ||
browsers: browsers, | ||
feature: 'css-clip-path' | ||
}); | ||
}); | ||
boxdecorbreak = require('caniuse-db/features-json/css-boxdecorationbreak.json'); | ||
@@ -456,0 +463,0 @@ |
{ | ||
"name": "autoprefixer", | ||
"version": "6.7.4", | ||
"version": "6.7.5", | ||
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", | ||
@@ -16,7 +16,7 @@ "keywords": [ | ||
"dependencies": { | ||
"browserslist": "^1.7.4", | ||
"browserslist": "^1.7.5", | ||
"caniuse-db": "^1.0.30000624", | ||
"normalize-range": "^0.1.2", | ||
"num2fraction": "^1.2.2", | ||
"postcss": "^5.2.14", | ||
"postcss": "^5.2.15", | ||
"postcss-value-parser": "^3.2.3" | ||
@@ -23,0 +23,0 @@ }, |
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
210575
4468
Updatedbrowserslist@^1.7.5
Updatedpostcss@^5.2.15