All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and follows Semantic Versioning.
<a href="https://github.com/Siilwyn/css-declaration-sorter/compare/v4.0.0...v4.0.1">4.0.1</a> - 2018-07-30
Fixed
- Invalid package engines node version range.
<a href="https://github.com/Siilwyn/css-declaration-sorter/compare/v3.0.1...v4.0.0">4.0.0</a> - 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.
<a href="https://github.com/Siilwyn/css-declaration-sorter/compare/v3.0.0...v3.0.1">3.0.1</a> - 2018-01-11
Fixed
- Keep at-rules at the same position.
<a href="https://github.com/Siilwyn/css-declaration-sorter/compare/v2.1.0...v3.0.0">3.0.0</a> - 2017-12-14
Added
- Flexbox justify self properties.
Changed
- SMACSS order so it is more in line with Stylelint.
Removed
<a href="https://github.com/Siilwyn/css-declaration-sorter/compare/v2.0.1...v2.1.0">2.1.0</a> - 2017-08-25
Added
- New text style and interaction related properties.
<a href="https://github.com/Siilwyn/css-declaration-sorter/compare/v2.0.1...v2.0.0">2.0.1</a> - 2017-06-19
Fixed
- Prevent comments outside CSS selectors from being moved.
<a href="https://github.com/Siilwyn/css-declaration-sorter/compare/v1.7.1...v2.0.0">2.0.0</a> - 2017-03-16
Changed
- Put declarations before nested declarations.