File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.0 “Eureka”
2
+ * Remove ` autoprefixer(opt).process(css) ` , use ` autoprefixer.process(css, opt) ` .
3
+ * Remove ` safe ` option. Use separated Safe parser from PostCSS.
4
+ * Remove Opera 12.1 from default query.
5
+ * Use PostCSS 5.0 API.
6
+ * Add custom syntaxes support.
7
+ * Add ` image-set ` support (by 一丝).
8
+ * Add ` mask-border ` support (by 一丝).
9
+ * Add ` filter() ` function support (by Vincent De Oliveira).
10
+ * Add ` backdrop-filter ` support (by Vincent De Oliveira).
11
+ * Add ` element() ` support (by Vincent De Oliveira).
12
+ * Add CSS Regions support.
13
+ * Add Scroll Snap Points support.
14
+ * Add ` writing-mode ` support.
15
+ * Add ` ::backdrop ` support.
16
+ * Add ` cross-fade() ` support.
17
+ * Add other ` break- ` properties support.
18
+ * Add Microsoft Edge support (by Andrey Polischuk).
19
+ * Add ` not ` keyword and exclude browsers by query.
20
+ * Add version ranges ` IE 6-9 ` (by Ben Briggs).
21
+ * Fix ` filter ` in ` transition ` support on Safari.
22
+ * Fix ` url() ` parsing.
23
+ * Fix ` pixelated ` cleaning.
24
+ * Always show old gradient direction warning.
25
+
1
26
## 5.2.1
2
27
* Fix parent-less node issue on some cases (by Josh Gillies).
3
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " autoprefixer" ,
3
- "version" : " 5.2.1 " ,
3
+ "version" : " 6.0.0 " ,
4
4
"description" : " Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website" ,
5
5
"keywords" : [
6
6
" autoprefixer" ,
You can’t perform that action at this time.
0 commit comments