Change Log
4.0.0 — 2023-02-14
Major Changes
-
Upgrade
stylelint-orderto v6c734150stylelint-orderdropped support for Node v12 and v14. A peerDependency of Stylelint at v15 has also been updated to match.
3.1.0 — 2022-12-20
Minor Changes
-
Add
composesproperty from CSS Modules #325 -
Add separate propertyGroups export #323
Should help make customising the rule config a little easier.
3.0.0 — 2021-11-11
💣 Breaking
- Upgrade
stylelint-orderto v5 #272
stylelint-order's minimum supported version of Stylelint is now >=14; the
peerDependencies of this config have been updated to match.
2.6.0 — 2021-11-09
🎁 Added
- Add
@font-face–specific properties #271
srcand other properties
pertaining to display and metrics added to the typography group
following the list properties.
Also adds thefont-variation-settingsandfont-optical-sizing
OpenType properties. - Add
aspect-ratioand logical properties #257
CSS Logical Properties control layout based on the writing mode.
Thanks @4dr1en!
2.5.0 — 2021-08-15
🎁 Added
- Add
inset-*properties #242
Thanks @xeho91! - Add
place-contentandplace-selfproperties #249
Thanks @chalkygames123, @ModyQyW!
2.4.0 — 2021-04-19
🎁 Added
- Add
text-decoration-*andtext-underline-*properties #224
Order based on the Text Decoration shorthand spec
Thanks @cammarin! - Add
overscroll-behaviorproperties #229 - Add
font-variant-*and related properties #228
Order based onfont-variantshorthand spec order.
2.3.0 — 2020-10-24
🎁 Added
- Add
clip-pathproperty #195
2.2.0 — 2020-10-17
🎁 Added
- Add
place-itemsproperty #193
Shorthand for thealign-itemsandjustify-itemsproperties.
Thanks @sergiofontes!
2.1.0 — 2020-07-31
🎁 Added
-
Add unprefixed
gapproperties #166
These are added outside of the othergridproperties, since it is
now used inflexcontexts as well, but directly aftergrid-gap
for better backwards-compatibility.See MDN Web Docs
for reference.
♻️ Changed
- Upgrade dependencies #165
2.0.4 — 2020-03-16
♻️ Changed
- Upgrade semantic-release config
6d3a4cd - Upgrade dependencies #101
stylelint-orderbumped to v4. Other internal dependencies upgraded to their latest. - Update CI node versions
8ad3f0d
esmpackage required for AVA to run in Node 10+.
2.0.3 — 2019-07-13
♻️ Changed
- Upgrade dependencies #70
Bumpstylelint-orderfrom 2.0.0 to 3.0.1
2.0.2 — 2019-04-16
♻️ Changed
- Update Stylelint to 10.0.0 #35
Also updatespeerDependencyversion range.
2.0.1 — 2018-12-16
♻️ Changed
- Upgrade dependency versions #30
stylelint-ordernow at2.x.x- Dev dependencies updated
- Fixed sub-dependency vulnerabilities fixed per
npm audit
- Add tests #29
- Includes AVA test runner
- Adds stylelint as a dev/peer dependency
- Adds example code fixtures & basic tests
2.0.0 — 2018-03-22
🗑️ Removed
- Outdated & deprecated vendor-prefixed properties
♻️ Changed
- Updated CSS Grid layout properties to better follow the pattern of having shorthand properties first
1.2.4 — 2018-03-13
🗑️ Removed
- Individual eslint dependencies
Using @zazen/eslint-config now.
♻️ Changed
- Upgraded stylelint-order dependency
Thanks @ai!
1.2.3 — 2017-11-14
♻️ Changed
- Upgraded stylelint-order version
- Updated codestyle & formatting rules
1.2.2 — 2017-07-27
🎁 Added
- Vendor-specific
font-smoothingproperties
Thanks @yakhinvadim!
1.2.1 — 2017-06-29
♻️ Changed
- stylelint-order version bumped to latest
Thanks @yakhinvadim!
1.2.0 — 2017-05-19
♻️ Changed
order/declaration-block-properties-specified-orderwas removed in stylelint-order v0.4; replaced withorder/properties-order
1.1.0 - 2017-04-16
🎁 Added
- SVG presentation properties
♻️ Changed
- Upgraded stylelint-order version
1.0.0 - 2017-02-11
🗑️ Removed
declaration-block-properties-orderStylelint rule
🎁 Added
- stylelint-order plugin
0.3.0 - 2017-02-03
🎁 Added
- Compositing properties (i.e.,
background-blend-mode,isolation, &mix-blend-mode)
0.2.0 - 2017-01-28
🗑️ Removed
- Deprecated flexbox properties
extendsproperty
🎁 Added
- Properties for CSS Grid layout
- Missing flexbox properties (e.g.,
align-content,order, etc.)
🐛 Fixed
- JSON object/array structure