Skip to content

Commit a0e20a5

Browse files
committed
Release 6.2 version
1 parent b38cdc2 commit a0e20a5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 6.2 “Fluctuat nec mergitur”
2+
* Use `fill` instead of `fill-available` according spec changes (by 一丝).
3+
* Add `fill` support for logical dimension properties (by 一丝).
4+
* Add `text-emphasis` support (by 一丝).
5+
* Add prefixes to `@supports` only for compatible browsers.
6+
* Add `rad`, `grad` and `turn` units support to linear gradients.
7+
* Add some `deg` directions support for old WebKit linear gradients.
8+
* Fix `@supports` parenthesis (by @heady).
9+
* Add warning when prefixes could not be generated
10+
for complicated `transition-property` values.
11+
* Add warning for outdated `fill-available` value.
12+
* Add warning for wrong `text-emphasis-position` value.
13+
* Add “time capsule” warning for prefix-less future.
14+
* Normalizes all warning messages.
15+
116
## 6.1.2
217
* Fix gradient hack on some parameters (by Alexey Efremov).
318

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