Releases: stormwarning/stylelint-config-recess-order
Releases Β· stormwarning/stylelint-config-recess-order
v4.0.0
Major Changes
-
Upgrade
stylelint-order
to v6c734150
stylelint-order
dropped support for Node v12 and v14. A peerDependency of Stylelint at v15 has also been updated to match.
v3.1.0
v3.0.0
π£ Breaking
- Upgrade
stylelint-order
to v5 #272
stylelint-order
's minimum supported version of Stylelint is now >=14; the
peerDependencies of this config have been updated to match.
v2.6.0
π Added
- Add
@font-face
βspecific properties #271
src
and other properties pertaining to display and metrics added to the typography group following the list properties.
Also adds thefont-variation-settings
andfont-optical-sizing
OpenType properties. - Add
aspect-ratio
and logical properties #257
CSS Logical Properties control layout based on the writing mode.
Thanks @4dr1en!
v2.5.0
v2.4.0
Added
- π Add
text-decoration-*
andtext-underline-*
properties #224
Order based on the Text Decoration shorthand spec
Thanks @cammarin! - π Add
overscroll-behavior
properties #229 - π Add
font-variant-*
and related properties #228
Order based onfont-variant
shorthand spec order.
v2.3.0
v2.2.0
v2.1.0
2.1.0 β 2020-07-31
Added
-
π Add unprefixed
gap
properties (#166) [78c544f
], closes #140
These are added outside of the othergrid
properties, since it is
now used inflex
contexts as well, but directly aftergrid-gap
for better backwards-compatibility.See MDN Web Docs
for reference.
Changed
v2.0.4
2.0.4 β 2020-03-16
Changed
- π¦ Upgrade semantic-release config [
6d3a4cd
] - π¦ Upgrade dependencies (#101) [
b1a8f58
]
stylelint-order
bumped to v4. Other internal dependencies upgraded to their latest.
Other updates
- π Update CI node versions [
8ad3f0d
]
esm
package required for AVA to run in Node 10+.