Skip to content

Releases: MoOx/postcss-cssnext

1.8.3

06 Aug 06:20
Compare
Choose a tag to compare
  • Fixed: url option (postcss-url) have been updated in order to benefit from
    severals fixes.

1.8.2

23 Jul 07:56
Compare
Choose a tag to compare
  • Fixed: CLI watcher now works watchs correctl multiples @import
    (#123)

1.8.1

15 Jul 16:59
Compare
Choose a tag to compare
  • Added: cssnext now throw an error if used as a webpack loader to prevent
    unexpected usage with a recommendation for
    cssnext-loader
    (#61)

1.8.0

29 Jun 13:09
Compare
Choose a tag to compare
  • Fixed: replacement of postcss-log-warnings (deprecated) by postcss-reporter
    (#162)
  • Fixed: CLI now add to option automatically
    (#159)
    If you were happy with the previous CLI behavior (which was not rebasing url), you should probably just add the --no-url to keep the CSS as it was.
  • Changed: compress option now use cssnano v2.x
    (#166)
  • Added: CLI output file dirname is now automatically created (using mkdirp)
    (#146)

1.7.1

19 Jun 20:14
Compare
Choose a tag to compare
  • Fixed: bullet for browser messages should be visible on Chrome Windows.
    Changed from to

1.7.0

17 Jun 12:59
Compare
Choose a tag to compare
  • Added: warning to deprecate previous (wrong) custom selectors syntax.
    Previously they were working with and without pseudo syntax ':'
    which is incorrect according to specs
    Now you must use @custom-selector :--{name} syntax instead of @custom-selector --{name}
    The support of syntax without : and the warning message will be remove in the next major release
    (#97)
  • Added: plugins option that allows you to pipe your own transformations
    (#118)
  • Added: messages option that allows you to see messages of transformations
    (#88)
  • Added: :any-link pseudo class support

1.6.0

02 Jun 16:17
Compare
Choose a tag to compare
  • Added: prevent mutability issues with frozen options objects (#147)

1.5.2

27 May 21:02
Compare
Choose a tag to compare
  • Fixed: support for autoprefixer 5.2 (#131)

1.5.1

25 May 12:09
Compare
Choose a tag to compare
  • Fixed: when printing a bug report in CLI, url was not printed, due to a
    replacement of colors lib by chalk in 1.5.0
    (#129)

1.5.0

24 May 06:45
Compare
Choose a tag to compare
  • Changed: compress option use cssnano instead of CSSWring.