Skip to content

Commit 0e43eb8

Browse files
committed
Release 2.0 version
1 parent de022cf commit 0e43eb8

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+
## 2.0 “Hongik Ingan”
2+
* Based on PostCSS 1.0.
3+
See [options changes](https://github.com/ai/postcss/releases/tag/1.0.0).
4+
* Restore visual cascade after declaration removing.
5+
* Enable visual cascade by default.
6+
* Prefix declareation in `@supports` at-rule conditions.
7+
* Add all browsers from Can I Use: `ie_mob`, `and_chr`, `and_ff`,
8+
`op_mob` and `op_mini`.
9+
* Allow to use latest Autoprefixer from GitHub by npm.
10+
* Add `--no-cascade`, `--annotation` and `--sources-content` options to binary.
11+
112
## 1.3.1
213
* Fix gradient hack, when `background` property contains color.
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",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
55
"keywords": ["css", "prefix", "postprocessor", "postcss"],
66
"author": "Andrey Sitnik <[email protected]>",

0 commit comments

Comments
 (0)