Change Log
4.0.0 — 2023-02-14
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.
3.1.0 — 2022-12-20
Minor Changes
-
Add
composes
property 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-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.
2.6.0 — 2021-11-09
🎁 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!
2.5.0 — 2021-08-15
🎁 Added
- Add
inset-*
properties #242
Thanks @xeho91! - Add
place-content
andplace-self
properties #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-behavior
properties #229 - Add
font-variant-*
and related properties #228
Order based onfont-variant
shorthand spec order.
2.3.0 — 2020-10-24
🎁 Added
- Add
clip-path
property #195
2.2.0 — 2020-10-17
🎁 Added
- Add
place-items
property #193
Shorthand for thealign-items
andjustify-items
properties.
Thanks @sergiofontes!
2.1.0 — 2020-07-31
🎁 Added
-
Add unprefixed
gap
properties #166
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
- Upgrade dependencies #165
2.0.4 — 2020-03-16
♻️ Changed
- Upgrade semantic-release config
6d3a4cd
- Upgrade dependencies #101
stylelint-order
bumped to v4. Other internal dependencies upgraded to their latest. - Update CI node versions
8ad3f0d
esm
package required for AVA to run in Node 10+.
2.0.3 — 2019-07-13
♻️ Changed
- Upgrade dependencies #70
Bumpstylelint-order
from 2.0.0 to 3.0.1
2.0.2 — 2019-04-16
♻️ Changed
- Update Stylelint to 10.0.0 #35
Also updatespeerDependency
version range.
2.0.1 — 2018-12-16
♻️ Changed
- Upgrade dependency versions #30
stylelint-order
now 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-smoothing
properties
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-order
was 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-order
Stylelint 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
extends
property
🎁 Added
- Properties for CSS Grid layout
- Missing flexbox properties (e.g.,
align-content
,order
, etc.)
🐛 Fixed
- JSON object/array structure