Skip to content

Releases: hudochenkov/stylelint-order

3.0.1

12 Jul 09:25
Compare
Choose a tag to compare
  • 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.

3.0.0...3.0.1

3.0.0

18 Apr 22:47
Compare
Choose a tag to compare
  • 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.

2.2.1...3.0.0

2.2.1

09 Apr 19:01
Compare
Choose a tag to compare
  • Fix false negatives with noEmptyLineBetween in combination with the order: "flexible".

2.2.0...2.2.1

2.2.0

08 Apr 14:47
Compare
Choose a tag to compare
  • Added noEmptyLineBetween for groups in properties-order.
  • Added stylelint@10 as a peer dependency.

2.1.0...2.2.0

2.1.0

03 Mar 18:13
Compare
Choose a tag to compare
  • Added experimental support for HTML style tag and attribute.
  • Added experimental support for CSS-in-JS.

2.0.0

20 Nov 22:15
Compare
Choose a tag to compare

This is a major release because this plugin requires stylelint@9.8.0+ to work correctly with Less files.

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

1.0.0

10 Aug 11:38
Compare
Choose a tag to compare
  • Removed stylelint@8 as a peer dependency.

0.8.1

19 Feb 12:15
Compare
Choose a tag to compare
  • Add stylelint@9.0.0 as a peer dependency.

0.8.0

04 Dec 23:18
Compare
Choose a tag to compare
  • 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

24 Sep 22:55
Compare
Choose a tag to compare