github stormwarning/stylelint-config-recess-order v4.0.0

latest releases: v5.1.1, v5.1.0, v5.0.1...
21 months ago

Change Log

4.0.0 — 2023-02-14

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.

3.1.0 — 2022-12-20

Minor Changes

  • Add composes property from CSS Modules #325

  • Add separate propertyGroups export #323

    Should help make customising the rule config a little easier.

3.0.0 — 2021-11-11

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

2.6.0 — 2021-11-09

🎁 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!

2.5.0 — 2021-08-15

🎁 Added

2.4.0 — 2021-04-19

🎁 Added

2.3.0 — 2020-10-24

🎁 Added

  • Add clip-path property #195

2.2.0 — 2020-10-17

🎁 Added

  • Add place-items property #193
    Shorthand for the align-items and justify-items properties.
    Thanks @sergiofontes!

2.1.0 — 2020-07-31

🎁 Added

  • Add unprefixed gap properties #166
    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

  • Upgrade dependencies #165

2.0.4 — 2020-03-16

♻️ Changed

  • Upgrade semantic-release config 6d3a4cd
  • Upgrade dependencies #101
    stylelint-order bumped to v4. Other internal dependencies upgraded to their latest.
  • Update CI node versions 8ad3f0d
    esm package required for AVA to run in Node 10+.

2.0.3 — 2019-07-13

♻️ Changed

  • Upgrade dependencies #70
    Bump stylelint-order from 2.0.0 to 3.0.1

2.0.2 — 2019-04-16

♻️ Changed

  • Update Stylelint to 10.0.0 #35
    Also updates peerDependency version range.

2.0.1 — 2018-12-16

♻️ Changed

  • Upgrade dependency versions #30
    • stylelint-order now at 2.x.x
    • Dev dependencies updated
    • Fixed sub-dependency vulnerabilities fixed per npm audit
  • Add tests #29
    • Includes AVA test runner
    • Adds stylelint as a dev/peer dependency
    • Adds example code fixtures & basic tests

2.0.0 — 2018-03-22

🗑️ Removed

  • Outdated & deprecated vendor-prefixed properties

♻️ Changed

  • Updated CSS Grid layout properties to better follow the pattern of having shorthand properties first

1.2.4 — 2018-03-13

🗑️ Removed

♻️ Changed

  • Upgraded stylelint-order dependency
    Thanks @ai!

1.2.3 — 2017-11-14

♻️ Changed

1.2.2 — 2017-07-27

🎁 Added

  • Vendor-specific font-smoothing properties
    Thanks @yakhinvadim!

1.2.1 — 2017-06-29

♻️ Changed

1.2.0 — 2017-05-19

♻️ Changed

  • order/declaration-block-properties-specified-order was removed in stylelint-order v0.4; replaced with order/properties-order

1.1.0 - 2017-04-16

🎁 Added

  • SVG presentation properties

♻️ Changed

1.0.0 - 2017-02-11

🗑️ Removed

  • declaration-block-properties-order Stylelint rule

🎁 Added

0.3.0 - 2017-02-03

🎁 Added

  • Compositing properties (i.e., background-blend-mode, isolation, & mix-blend-mode)

0.2.0 - 2017-01-28

🗑️ Removed

  • Deprecated flexbox properties
  • extends property

🎁 Added

  • Properties for CSS Grid layout
  • Missing flexbox properties (e.g., align-content, order, etc.)

🐛 Fixed

  • JSON object/array structure

0.1.0 - 2017-01-27

🎉 Initial release

Don't miss a new stylelint-config-recess-order release

NewReleases is sending notifications on new releases.