Skip to content

Releases: stormwarning/stylelint-config-recess-order

v7.4.0

16 Oct 03:44
35d2e1a

Choose a tag to compare

v7.3.0

05 Sep 18:07
6e0d3a7

Choose a tag to compare

Minor Changes

v7.2.0

11 Aug 05:26
70ab2a6

Choose a tag to compare

Minor Changes

v7.1.0

13 Jun 18:16
a103311

Choose a tag to compare

Minor Changes

v7.0.0

13 Jun 03:25
b5caf3a

Choose a tag to compare

Major Changes

  • Support stylelint-order v7 (Fixes #355, #395) (#403)

    Minimum supported version of stylelint is now 16.18.0, which is in line
    with stylelint-order.

    stylelint-order is now a peerDependency and no longer included with this
    package.
    It should be installed separately.

v6.1.0

13 Jun 02:25
ab77c70

Choose a tag to compare

Minor Changes

v6.0.0

17 Jan 17:28
dcf6037

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

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

Choose a tag to compare

Minor Changes

v5.0.1

15 Apr 02:19
ffa3ada

Choose a tag to compare

Patch Changes

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