Skip to content

Commit

Permalink
Release 2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 24, 2014
1 parent de022cf commit 0e43eb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,14 @@
## 2.0 “Hongik Ingan”
* Based on PostCSS 1.0.
See [options changes](https://github.com/ai/postcss/releases/tag/1.0.0).
* Restore visual cascade after declaration removing.
* Enable visual cascade by default.
* Prefix declareation in `@supports` at-rule conditions.
* Add all browsers from Can I Use: `ie_mob`, `and_chr`, `and_ff`,
`op_mob` and `op_mini`.
* Allow to use latest Autoprefixer from GitHub by npm.
* Add `--no-cascade`, `--annotation` and `--sources-content` options to binary.

## 1.3.1
* Fix gradient hack, when `background` property contains color.

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "1.3.1",
"version": "2.0.0",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": ["css", "prefix", "postprocessor", "postcss"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
Expand Down

0 comments on commit 0e43eb8

Please sign in to comment.