This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Commit 03b6017 committed Jul 5, 2017 Unverified
1 parent cf9fb19 commit 03b6017 Copy full SHA for 03b6017
File tree 2 files changed +32
-1
lines changed
2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 3.0.0 - 2017-07-05
2
+
3
+ ## Removed: support for node 0.12
4
+
5
+ Node 4+ is supported.
6
+
7
+ ## Changed: upgrade to PostCSS 6
8
+
9
+ All postcss plugins dependencies have been updated to latest version to ensure
10
+ full PostCSS 6 compatibility.
11
+
12
+ Some breaking (minor) changes:
13
+
14
+ - image-set polyfill change 2x from 144dpi to 192dpi
15
+ - whitespace changes for image-set polyfill output
16
+ - rebeccapurpule is now an hexa number
17
+ - custom-selector does not output useless (empty) blocks with a selector with no rules associated
18
+
19
+ You can expect some other since all postcss plugins used have been updated to
20
+ latest versions.
21
+ If you have unexpected regression, please check corresponding plugins changelog before opening an issue.
22
+
23
+ ## Added: warning is emitted is you use custom property sets and ` @apply `
24
+
25
+ This feature won't be included in next the major release of postcss-cssnext.
26
+
27
+ This most likely won't get any more support from browser vendors as the
28
+ spec is yet considered deprecated and alternative solutions are being
29
+ discussed.
30
+ Read more about the reason here https://github.com/pascalduez/postcss-apply
31
+
1
32
# 2.11.0 - 2017-05-15
2
33
3
34
- Added: ` image-set() ` support
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-cssnext" ,
3
- "version" : " 2.11 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " Use tomorrow’s CSS syntax, today" ,
5
5
"keywords" : [
6
6
" postcss" ,
You can’t perform that action at this time.
0 commit comments