1.7 KiB
1.7 KiB
Changelog
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and follows Semantic Versioning.
4.0.1 - 2018-07-30
Fixed
- Invalid package engines node version range.
4.0.0 - 2018-07-24
Added
- New flex box shorthand properties which can conflict with existing flex box properties.
- New ruby, transform and text related properties.
Removed
- Node 4 support.
- Deprecated grid properties.
3.0.1 - 2018-01-11
Fixed
- Keep at-rules at the same position.
3.0.0 - 2017-12-14
Added
- Flexbox justify self properties.
Changed
- SMACSS order so it is more in line with Stylelint.
Removed
- Command line interface in favor of postcss-cli.
2.1.0 - 2017-08-25
Added
- New text style and interaction related properties.
2.0.1 - 2017-06-19
Fixed
- Prevent comments outside CSS selectors from being moved.
2.0.0 - 2017-03-16
Changed
- Put declarations before nested declarations.