Releases: stormwarning/stylelint-config-recess-order
v5.1.1
v5.1.0
Minor Changes
-
Add properties related to multi-line truncation (#373)
Thanks @toFrankie!-webkit-box-orient
-webkit-line-clamp
line-clamp
-
Add paged media properties (#378)
-
Add
-webkit-text-fill-
and-stroke-*
properties (#373)
Thanks @toFrankie! -
Add
scroll-*
andscrollbar-*
properties (#376) -
Remove legacy
-ms-text-overflow
property (#373)
Thanks @toFrankie!This was useful for IE8; can be autoprefixed if required.
v5.0.1
v5.0.0
Major Changes
- Upgrade to Stylelint 16 and migrate to ECMAScript modules (ESM). The minimum required Node.js version is 18.12.0. (#352)
v4.6.0
v4.5.0
Minor Changes
- Add
will-change
property to the Transitions & Animation group. (#353)
Thanks @connor-baer!
v4.4.0
Minor Changes
-
Add Masking properties #349
mask-border
and related longhand propertiesmask
and related longhand properties
mask
was previously included within some SVG-specific properties — it’s been moved above those and below border & outline properties.mask-border
properties are sorted abovemask
to highlight the fact thatmask
will resetmask-border
to its initial value (as per W3C spec). I’m not familiar with these properties; if this order is problematic in practice, please file an issue!
Patch Changes
v4.3.0
v4.2.0
Minor Changes
-
Add Basic User Interface properties #341
Also adds new/missing properties
color-scheme
andcounter-set
.