Skip to content

Releases: stormwarning/stylelint-config-recess-order

v5.0.1

15 Apr 02:19
ffa3ada
Compare
Choose a tag to compare

Patch Changes

  • Add groups to package.json exports (#369)

v5.0.0

03 Mar 17:07
431b20c
Compare
Choose a tag to compare

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

07 Feb 17:15
373cf60
Compare
Choose a tag to compare

Minor Changes

v4.5.0

06 Feb 17:50
39daf30
Compare
Choose a tag to compare

Minor Changes

  • Add will-change property to the Transitions & Animation group. (#353)
    Thanks @connor-baer!

v4.4.0

19 Nov 19:13
9a8e1d8
Compare
Choose a tag to compare

Minor Changes

  • Add Masking properties #349

    • mask-border and related longhand properties
    • mask 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 above mask to highlight the fact that mask will reset mask-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

11 Jul 03:37
0a677e9
Compare
Choose a tag to compare

Minor Changes

  • Add backdrop-filter to Background group #345

  • Add missing logical properties #343

    • Specific -start and -end for block and inline inset properties
    • inline-size and block-size, as well as min- and max- for both
    • Block and inline forms of overflow

v4.2.0

06 Jun 15:04
67a953c
Compare
Choose a tag to compare

Minor Changes

v4.1.0

05 Jun 19:07
c24ac3f
Compare
Choose a tag to compare

Minor Changes

  • Add independent transform properties #339
    Thanks @taichi221228!

    Note: unlike the transform function versions, the order of these properties does not affect the result.

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.