Skip to content

Commit

Permalink
Release 0.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 2, 2013
1 parent d02656c commit 2f34b81
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions ChangeLog
@@ -1,3 +1,16 @@
== 0.8 (Unbowed, Unbent, Unbroken)
* Add more browsers to defaults ("> 1%, last 2 versions, ff 17, opera 12.1"
instead of just "last 2 browsers").
* Keep vendor prefixes without unprefixed version (like vendor-specific hacks).
* Convert gradients to old WebKit syntax (actual for Android 2.3).
* Better support for several syntaxes with one prefix (like Flexbox and
gradients in WebKit).
* Add intrinsic and extrinsic sizing values support.
* Remove never existed prefixes from common mistakes (like -ms-transition).
* Add Opera 17 data.
* Fix selector prefixes order.
* Fix browser versions order in inspect.

== 0.7 (We Do Not Sow)
* Add vendor prefixes to selectors.
* Add ::selection and ::placeholder selectors support.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "0.7.20130824",
"version": "0.8.20130902",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": ["css", "prefix", "rework"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
Expand Down

0 comments on commit 2f34b81

Please sign in to comment.