This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
Releases: MoOx/postcss-cssnext
Releases · MoOx/postcss-cssnext
1.8.3
1.8.2
1.8.1
1.8.0
- Fixed: replacement of
postcss-log-warnings
(deprecated) bypostcss-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
1.7.0
- 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