Skip to content

Commit ec4411b

Browse files
committed
Release 6.0 version
1 parent e24166f commit ec4411b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
## 5.2.1
227
* Fix parent-less node issue on some cases (by Josh Gillies).
328

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autoprefixer",
3-
"version": "5.2.1",
3+
"version": "6.0.0",
44
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
55
"keywords": [
66
"autoprefixer",

0 commit comments

Comments
 (0)