Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 03b6017

Browse files
committedJul 5, 2017
3.0.0
1 parent cf9fb19 commit 03b6017

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed
 

‎CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
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+
132
# 2.11.0 - 2017-05-15
233

334
- Added: `image-set()` support

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cssnext",
3-
"version": "2.11.0",
3+
"version": "3.0.0",
44
"description": "Use tomorrow’s CSS syntax, today",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)
This repository has been archived.