Skip to content

Commit c6d90e9

Browse files
committed
Release 6.4 version
1 parent 7cb5d47 commit c6d90e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 6.4 “Hic et ubique terrarum”
2+
* Add `:any-link` selector support.
3+
* Add `text-decoration-skip` support.
4+
* Add `transition: duration property` support.
5+
* Fix `-webkit-` prefix for backface-visibility.
6+
* Fix `rad` unit support in gradients (by 刘祺).
7+
* Fix `transition` support in Opera 12.
8+
* Removed Safari TP Grid prefixes support.
9+
110
## 6.3.7
211
* Fix rare `Cannot read property 'constructor' of null` issue.
312

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": "6.3.7",
3+
"version": "6.4.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)