Skip to content

Releases: kutsan/stylelint-config-clean-order

v5.0.0

13 Feb 17:37
v5.0.0
08580ea
Compare
Choose a tag to compare

Breaking Changes

  • Formatting rules (declaration-empty-line-before and at-rule-empty-line-before) are added back. So sorry for the trouble, we thought they were deprecated but they were not.
  • In addition to this, their severity levels changed to warning so they can match with other order rules.

v4.0.0

12 Feb 15:12
v4.0.0
d0a10cf
Compare
Choose a tag to compare

Breaking Changes

  • Deprecated formatting rules (declaration-empty-line-before and at-rule-empty-line-before) are removed.
  • declaration-empty-line-before and at-rule-empty-line-before removed. We thought they were deprecated but they were not and they're added back with the following release. You can skip this version altogether. So sorry for the trouble.

v3.0.0

11 Feb 12:45
v3.0.0
d0932a1
Compare
Choose a tag to compare

Breaking Changes

  • Upgrades stylelint-order version to 6 which drops support for Node.js 12 and 14. Thanks @ehoogeveen-medweb for the heads up!

v2.3.1

16 Jan 16:39
v2.3.1
799094d
Compare
Choose a tag to compare

Fixes

v2.3.0

26 Dec 15:25
v2.3.0
47634d3
Compare
Choose a tag to compare

Features

  • #15 adds individual transform properties.

v2.2.0

26 Dec 15:24
v2.2.0
6c23f46
Compare
Choose a tag to compare

Features

  • #14 adds container properties.

v2.1.0

08 Nov 17:31
v2.1.0
bc39ac5
Compare
Choose a tag to compare

Features

  • be00cff adds "after-comment" to "at-rule-empty-line-before" ignore list.

v2.0.0

26 Oct 21:29
v2.0.0
c16de38
Compare
Choose a tag to compare

Breaking Changes

  • #8 changes emptyLineBefore value from always to threshold. Now blocks need at least 5 properties to insert empty lines.
  • #9 changes severity level from error to warning.