Releases: kutsan/stylelint-config-clean-order
Releases · kutsan/stylelint-config-clean-order
v7.0.0
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
Features
- Add missing
line-clamp
property. Thanks to @axten for reporting.
Full Changelog: v6.0.0...v6.1.0
v6.0.0
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
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
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.3.0
Features
- #28 upgrades
stylelint-order
to use stylelint
v16. Thanks @bgonp!
v5.2.0
Features
- #25 adds ability to export property groups to allow raw customization of stylelint-order rules. Thanks @boazpoolman!
v5.1.0
Features
- Adds support for changing severity level to
error
. To use it, extend the config from "stylelint-config-clean-order/error"
.
v5.0.1
Fixes
- #23 adds
border-inline-style
, border-inline-width
, border-block-style
and border-block-width
properties.