Stylelint Order Versions Save

A plugin pack of order related linting rules for Stylelint.

3.0.1

4 years ago
  • Fixed properties-order not report warnings, if autofix didn't fix them.
  • Fixed properties-alphabetical-order 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.

https://github.com/hudochenkov/stylelint-order/compare/3.0.0...3.0.1

3.0.0

5 years ago
  • Dropped Node.js 6 support. Node.js 8.7.0 or greater is now required.
  • Removed stylelint@9 as a peer dependency. stylelint 10+ is now required.
  • Added emptyLineBeforeUnspecified option for properties-order.

https://github.com/hudochenkov/stylelint-order/compare/2.2.1...3.0.0

2.2.1

5 years ago
  • Fix false negatives with noEmptyLineBetween in combination with the order: "flexible".

https://github.com/hudochenkov/stylelint-order/compare/2.2.0...2.2.1

2.2.0

5 years ago
  • Added noEmptyLineBetween for groups in properties-order.
  • Added stylelint@10 as a peer dependency.

https://github.com/hudochenkov/stylelint-order/compare/2.1.0...2.2.0

2.1.0

5 years ago
  • Added experimental support for HTML style tag and attribute.
  • Added experimental support for CSS-in-JS.

2.0.0

5 years ago

This is a major release because this plugin requires [email protected]+ to work correctly with Less files.

  • Add optional groupName property for properties-order.
  • Adopted postcss-less@3 parser changes, which is a dependency of [email protected]+.
  • Fixed incorrect fixing when properties order and empty lines should be changed at the same time.

1.0.0

5 years ago
  • Removed stylelint@8 as a peer dependency.

0.8.1

6 years ago

0.8.0

6 years ago
  • Breaking change: Dropped Node.js 4 support. Use Node.js 6 or newer.
  • Changed: order and properties-order will no longer autofix proactively. If there no violations would be reported with autofix disabled, then nothing will be changed with autofix enabled. Previously, there were changes to flexible properties order (#49) or to the order of content within declaration blocks (#51).

0.7.0

6 years ago