All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and follows Semantic Versioning.
2.1.2 - 2024-04-01
- Bring back custom order feature introduced in
2.1.0
.
2.1.1 - 2024-03-26
- Revert addition of new option because it breaks usage without.
2.1.0 - 2024-03-25
- New
cssDeclarationSorterCustomOrder
option to sort properties using an array in a custom order, thanks to @SavaCool122! ✨
2.0.1 - 2023-10-01
- Use latest css-declaration-sorter version.
2.0.0 - 2023-07-29
- Options are prefixed with
cssDeclarationSorter
, soorder
becomescssDeclarationSorterOrder
andkeepOverrides
becomescssDeclarationSorterKeepOverrides
. - Uses Prettier 3 with faster async parsing and less dependencies! 🎉 Thanks to @ubermanu for the initial changes.
- Node.js 14 support.
1.3.1 - 2023-06-08
- Sorting properties mixed with comments.
1.3.0 - 2022-07-25
- Support for Less syntax using the PostCSS Less parser.
1.2.0 - 2022-04-09
- New properties from css-declaration-sorter@6.2.0.
1.1.0 - 2022-01-08
- Support for new SCSS comment syntax using the PostCSS SCSS parser.
1.0.0 - 2021-07-27
Initial release.