Skip to content

Releases: hudochenkov/postcss-sorting

9.1.0

20 Oct 13:34
Compare
Choose a tag to compare
  • Added more shorthand data

9.0.0

20 Oct 11:12
Compare
Choose a tag to compare
  • Ignore properties case when sorting declarations.
  • Added more shorthands properties to look for. Will affect alphabetical order.

8.0.2

07 Mar 09:13
Compare
Choose a tag to compare
  • Fixed sorting inside CSS-in-JS css helper
  • Fixed crash when using postcss-sass syntax

8.0.1

06 Jan 17:24
Compare
Choose a tag to compare
  • Fix regression causing root of CSS or SCSS to be sorted.

8.0.0

05 Jan 17:52
Compare
Choose a tag to compare
  • Dropped Node.js 12 and 14 support.
  • Added support for postcss-styled-syntax.

7.0.1

16 Oct 22:53
Compare
Choose a tag to compare
  • Internal refactoring for compatibility with newer stylelint-order version. No public API changes.

7.0.0

12 Oct 23:28
Compare
Choose a tag to compare
  • Dropped Node.js 10 support.
  • Reduced package install size.

6.0.0

17 Sep 00:51
Compare
Choose a tag to compare
  • Dropped Node.js 8 support.
  • Moved to PostCSS 8.
  • Moved postcss to peerDependencies.

5.0.1

11 Jul 10:41
Compare
Choose a tag to compare
  • Fixed: properties-order: "alphabetical" now puts shorthands before their longhand forms even if that isn't alphabetical to avoid broken CSS. E. g. border-color will be before border-bottom-color.

5.0.0

18 Apr 22:28
Compare
Choose a tag to compare
  • Dropped Node.js 6 support. Node.js 8.7.0 or greater is now required.

4.1.0...5.0.0