Releases: hudochenkov/postcss-sorting
Releases · hudochenkov/postcss-sorting
9.1.0
9.0.0
- Ignore properties case when sorting declarations.
- Added more shorthands properties to look for. Will affect alphabetical order.
8.0.2
- Fixed sorting inside CSS-in-JS
css
helper - Fixed crash when using postcss-sass syntax
8.0.1
- Fix regression causing root of CSS or SCSS to be sorted.
8.0.0
- Dropped Node.js 12 and 14 support.
- Added support for
postcss-styled-syntax
.
7.0.1
- Internal refactoring for compatibility with newer
stylelint-order
version. No public API changes.
7.0.0
- Dropped Node.js 10 support.
- Reduced package install size.
6.0.0
- Dropped Node.js 8 support.
- Moved to PostCSS 8.
- Moved
postcss
topeerDependencies
.
5.0.1
- 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 beforeborder-bottom-color
.
5.0.0
- Dropped Node.js 6 support. Node.js 8.7.0 or greater is now required.