Skip to content

Releases: stormwarning/stylelint-config-recess-order

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

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.