Skip to content

Releases: kutsan/stylelint-config-clean-order

v10.0.0

28 May 16:39
34ba52e

Choose a tag to compare

Major Changes

  • #61 e809bae - Moved text-wrap-* properties below text-wrap.

  • #61 e809bae - Added missing typography properties (font-variant-emoji, font-language-override, text-autospace, text-spacing-trim, text-stroke-width, text-stroke-color).

  • #61 e809bae - Moved stroke-color property from typography group to SVG presentation group.

v9.0.0

27 May 14:10

Choose a tag to compare

9.0.0 (2026-05-27)

BREAKING CHANGES

  • top, right, bottom, and left properties are now reordered after the logical inset properties. (c57df47)

v8.0.2

19 May 13:38

Choose a tag to compare

8.0.2 (2026-05-19)

Bug Fixes

  • add text-autospace missing property (e3de198)

v8.0.1

10 Feb 14:36

Choose a tag to compare

8.0.1 (2026-02-10)

Bug Fixes

  • explicitly import stylelint-order package (e0abdb5)

v8.0.0

23 Nov 11:52

Choose a tag to compare

8.0.0 (2025-11-23)

  • feat!: migrate project to ESM and TypeScript (48567ec)

BREAKING CHANGES

  • CommonJS support is dropped; please use v7.0.0 if you require CommonJS.
  • stylelint-order is now a peer dependency.
  • The minimum supported stylelint version is now stylelint@16.

v7.0.0

07 Jan 11:27
v7.0.0
45dc6cc

Choose a tag to compare

Breaking Changes

Fixes

  • Removed duplicate 'box-decoration-break' by @jpc-ae in #36

New Contributors

Full Changelog: v6.1.0...v7.0.0

v6.1.0

03 Jul 07:43
v6.1.0
89dbfcf

Choose a tag to compare

Features

  • Add missing line-clamp property. Thanks to @axten for reporting.

Full Changelog: v6.0.0...v6.1.0

v6.0.0

03 Jun 12:30
v6.0.0
e7b5237

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

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

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