Skip to content

Releases: kutsan/stylelint-config-clean-order

v6.0.0

03 Jun 12:30
v6.0.0
e7b5237
Compare
Choose a tag to compare

Breaking Changes

  • At-rule include definitions removed from order list. Now blocks or lines with @include keyword will not be ordered.

Full Changelog: v5.4.2...v6.0.0

v5.4.2

02 Apr 21:41
v5.4.2
f1e25b8
Compare
Choose a tag to compare

Fixes

  • Add unprefixed version of font-smoothing to fix ordering of -webkit-font-smoothing property. Thanks @axten for reporting.

Full Changelog: v5.4.1...v5.4.2

v5.4.1

28 Jan 11:54
v5.4.1
109668a
Compare
Choose a tag to compare

Fixes

  • Adds missing overflow-block, overflow-inline and box-orient properties.
  • Move border properties before their logical equivalents.

Full Changelog: v5.4.0...v5.4.1

v5.4.0

11 Jan 02:35
v5.4.0
354142e
Compare
Choose a tag to compare

Features

v5.3.0

09 Jan 08:07
v5.3.0
c4fed54
Compare
Choose a tag to compare

Features

  • #28 upgrades stylelint-order to use stylelint v16. Thanks @bgonp!

v5.2.0

12 Aug 13:17
v5.2.0
ba6313c
Compare
Choose a tag to compare

Features

  • #25 adds ability to export property groups to allow raw customization of stylelint-order rules. Thanks @boazpoolman!

v5.1.0

11 Aug 21:07
v5.1.0
ab0708e
Compare
Choose a tag to compare

Features

  • Adds support for changing severity level to error. To use it, extend the config from "stylelint-config-clean-order/error".

v5.0.1

13 Apr 10:02
v5.0.1
daff7bd
Compare
Choose a tag to compare

Fixes

  • #23 adds border-inline-style, border-inline-width, border-block-style and border-block-width properties.

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.