Skip to content

Releases: stormwarning/stylelint-config-recess-order

v4.0.0

15 Feb 03:37
b57708b
Compare
Choose a tag to compare

Major Changes

  • Upgrade stylelint-order to v6 c734150

    stylelint-order dropped support for Node v12 and v14. A peerDependency of Stylelint at v15 has also been updated to match.

v3.1.0

21 Dec 02:59
8eac47c
Compare
Choose a tag to compare

Minor Changes

  • Add composes property from CSS Modules #325

  • Add separate propertyGroups export #323

    Should help make customising the rule config a little easier.

v3.0.0

11 Nov 17:03
7477c77
Compare
Choose a tag to compare

πŸ’£ 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

10 Nov 04:09
b281419
Compare
Choose a tag to compare

🎁 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 the font-variation-settings and font-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

16 Aug 04:40
a214b12
Compare
Choose a tag to compare

Added

v2.4.0

20 Apr 04:21
e77ae0c
Compare
Choose a tag to compare

Added

v2.3.0

24 Oct 22:20
Compare
Choose a tag to compare

2.3.0 β€” 2020-10-24

Added

v2.2.0

17 Oct 21:02
Compare
Choose a tag to compare

2.2.0 β€” 2020-10-17

Added

  • 🎁 Add place-items property (#193) [7d77abc]
    Shorthand for the align-items and justify-items properties.

v2.1.0

31 Jul 04:10
Compare
Choose a tag to compare

2.1.0 β€” 2020-07-31

Added

  • 🎁 Add unprefixed gap properties (#166) [78c544f], closes #140
    These are added outside of the other grid properties, since it is
    now used in flex contexts as well, but directly after grid-gap
    for better backwards-compatibility.

    See MDN Web Docs
    for reference.

Changed

v2.0.4

16 Mar 05:27
Compare
Choose a tag to compare

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+.