Skip to content

Releases: stormwarning/stylelint-config-recess-order

v6.0.0

17 Jan 17:28
dcf6037
Compare
Choose a tag to compare

Major Changes

  • Update property grouping (#382)

    Property order is generally the same, with a few groups being re-ordered or split up. View the PR for details of all the changes, or read the decision document for the rationale behind the change.

Patch Changes

  • Sort out-of-order logical properties (Fixes #384) (#382)

    overflow-inline now comes before overflow-block.
    Scroll padding & margin block properties now come before the inline properties.

  • Remove duplicate word-spacing property (Fixes #361) (#382)

  • Remove invalid properties (Fixes #388) (#382)

v5.1.1

22 Sep 02:28
63878df
Compare
Choose a tag to compare

Patch Changes

  • Fix order of flex-* properties (#386)
    The flex shorthand is followed by -grow, -shrink, and -basis, following the order of the shorthand property. The flex-flow shorthand now correctly preceeds the -direction and -wrap properties.

v5.1.0

21 Aug 04:17
2ef345d
Compare
Choose a tag to compare

Minor Changes

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