Skip to content

Commit 1b19986

Browse files
committed
Releasee 5.2 version
1 parent cb51bf3 commit 1b19986

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 5.2 “Dont tread on me”
2+
* Add `appearance` support.
3+
* Warn users on old gradient direction or flexbox syntax.
4+
* Add `add: false` option to disable new prefixes adding.
5+
* Make Autoprefixer 30% faster.
6+
* Use PostCSS 4.1 plugin API.
7+
* Add prefixes for `pixelated` instead of `crisp-edges` in `image-rendering`.
8+
* Do not add `::placeholder` prefixes for `:placeholder-shown`.
9+
* Fix `text-decoration` prefixes.
10+
* `autoprefixer.process()` was deprecated. Use PostCSS API.
11+
112
## 5.1.11
213
* Update num2fraction to fix resolution media quuery (by 一丝).
314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autoprefixer-core",
3-
"version": "5.1.11",
3+
"version": "5.2.0",
44
"description": "CLI-less core of Autoprefixer to use in plugins",
55
"keywords": ["autoprefixer", "css", "prefix", "postcss", "postcss-plugin"],
66
"author": "Andrey Sitnik <[email protected]>",

0 commit comments

Comments
 (0)