Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Releases: MoOx/postcss-cssnext

3.1.0

22 Jan 07:27
19fded3
Compare
Choose a tag to compare
  • Update postcss-font-family-system-ui to version 3.0
    by @JLHwung in #443
  • Update postcss-cli usage example in docs
    by @RyanZim in #444

3.0.2

10 Jul 07:24
bd954b0
Compare
Choose a tag to compare
  • Fixed: remove incorrect "postinstall" npm script
    (#404 - @MoOx)

3.0.1

10 Jul 04:16
7730660
Compare
Choose a tag to compare
  • Fixed: specify the actual require peer dependency for caniuse database (caniuse-lite is used since latest caniuse-api latest major bump)
    (@MoOx)
  • Fixed: bump dependencies not updated to PostCSS@6
    (#401 - @MoOx)

3.0.0

05 Jul 20:41
03b6017
Compare
Choose a tag to compare

Removed: support for node 0.12

Node 4+ is supported.

Changed: upgrade to PostCSS 6

All postcss plugins dependencies have been updated to latest version to ensure
full PostCSS 6 compatibility.

Some breaking (minor) changes:

  • image-set polyfill change 2x from 144dpi to 192dpi
  • whitespace changes for image-set polyfill output
  • rebeccapurpule is now an hexa number
  • custom-selector does not output useless (empty) blocks with a selector with no rules associated

You can expect some other since all postcss plugins used have been updated to
latest versions.
If you have unexpected regression, please check corresponding plugins changelog before opening an issue.

Added: warning is emitted is you use custom property sets and @apply

This feature won't be included in next the major release of postcss-cssnext.

This most likely won't get any more support from browser vendors as the
spec is yet considered deprecated and alternative solutions are being
discussed.
Read more about the reason here https://github.com/pascalduez/postcss-apply

2.11.0

15 May 11:37
Compare
Choose a tag to compare
  • Added: image-set() support
    (via postcss-image-set-polyfill)
    (#373 - @SuperOl3g)
  • Added: new auto-deactivation rule in features map
    (#369 - @Semigradsky)

2.10.0

16 Mar 06:52
6577f6c
Compare
Choose a tag to compare

2.9.0

28 Nov 07:59
8c72990
Compare
Choose a tag to compare

2.8.0

05 Sep 10:23
4717a59
Compare
Choose a tag to compare
  • Added: attribute case insensitive support
    (eg: [data-thing=stuff i] { to be able to select all data-thing
    attribute, without having to thing about the case of the value)
    (#306 - @Semigradsky)

2.7.0

28 Jun 07:29
dd8c1e4
Compare
Choose a tag to compare
  • Added: @apply support (definitions limited to :root selector)
    (#291) - @pascalduez)

2.6.0

01 Jun 05:52
4b688cb
Compare
Choose a tag to compare