Skip to content

Latest commit

 

History

History
56 lines (45 loc) · 2.32 KB

changelog.md

File metadata and controls

56 lines (45 loc) · 2.32 KB

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.

2.1.2 - 2024-04-01

Fixed

  • Bring back custom order feature introduced in 2.1.0.

2.1.1 - 2024-03-26

Fixed

  • Revert addition of new option because it breaks usage without.

2.1.0 - 2024-03-25

Added

  • New cssDeclarationSorterCustomOrder option to sort properties using an array in a custom order, thanks to @SavaCool122! ✨

2.0.1 - 2023-10-01

Fixed

  • Use latest css-declaration-sorter version.

2.0.0 - 2023-07-29

Changed

  • Options are prefixed with cssDeclarationSorter, so order becomes cssDeclarationSorterOrder and keepOverrides becomes cssDeclarationSorterKeepOverrides.
  • Uses Prettier 3 with faster async parsing and less dependencies! 🎉 Thanks to @ubermanu for the initial changes.

Removed

  • Node.js 14 support.

1.3.1 - 2023-06-08

Fixed

  • Sorting properties mixed with comments.

1.3.0 - 2022-07-25

Added

  • Support for Less syntax using the PostCSS Less parser.

1.2.0 - 2022-04-09

Added

1.1.0 - 2022-01-08

Added

  • Support for new SCSS comment syntax using the PostCSS SCSS parser.

1.0.0 - 2021-07-27

Initial release.