Releases: kutsan/stylelint-config-clean-order
Releases · kutsan/stylelint-config-clean-order
v10.0.0
28 May 16:39
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
8.0.2 (2026-05-19)
Bug Fixes
add text-autospace missing property (e3de198 )
v8.0.1
10 Feb 14:36
Compare
Sorry, something went wrong.
No results found
8.0.1 (2026-02-10)
Bug Fixes
explicitly import stylelint-order package (e0abdb5 )
v8.0.0
23 Nov 11:52
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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