File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
16
## 6.1.2
2
17
* Fix gradient hack on some parameters (by Alexey Efremov).
3
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " autoprefixer" ,
3
- "version" : " 6.1.2 " ,
3
+ "version" : " 6.2.0 " ,
4
4
"description" : " Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website" ,
5
5
"keywords" : [
6
6
" autoprefixer" ,
You can’t perform that action at this time.
0 commit comments