diff --git a/CHANGELOG.md b/CHANGELOG.md index d2616ba..a75ad31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Patch Changes - Add `groups` to package.json exports ([#369](https://github.com/stormwarning/stylelint-config-recess-order/pull/369)) + Thanks [@inulty-dfe](https://github.com/inulty-dfe)! ## 5.0.0 @@ -33,7 +34,7 @@ ### Minor Changes -- Add `will-change` property to the Transitions & Animation group. ([#353](https://github.com/stormwarning/stylelint-config-recess-order/pull/353)) +- Add `will-change` property to the Transitions & Animation group ([#353](https://github.com/stormwarning/stylelint-config-recess-order/pull/353)) Thanks [@connor-baer](https://github.com/connor-baer)! ## 4.4.0 β€” 2023-11-19 @@ -51,7 +52,7 @@ ### Patch Changes -- Fix `block-size` property support [#346](https://github.com/stormwarning/stylelint-config-recess-order/pull/346) +- Fix `block-size` property support [#346](https://github.com/stormwarning/stylelint-config-recess-order/pull/346) Thanks [@azat-io](https://github.com/azat-io)! ## 4.3.0 β€” 2023-07-10 @@ -81,7 +82,7 @@ ### Minor Changes -- Add independent transform properties [#339](https://github.com/stormwarning/stylelint-config-recess-order/pull/339) +- Add independent transform properties [#339](https://github.com/stormwarning/stylelint-config-recess-order/pull/339) Thanks [@taichi221228](https://github.com/taichi221228)! - [`translate`](https://developer.mozilla.org/en-US/docs/Web/CSS/translate) @@ -111,7 +112,7 @@ #### πŸ’£ Breaking -- Upgrade `stylelint-order` to v5 [#272](https://github.com/stormwarning/stylelint-config-recess-order/pull/272) +- Upgrade `stylelint-order` to v5 [#272](https://github.com/stormwarning/stylelint-config-recess-order/pull/272) [`stylelint-order`](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md#500)'s minimum supported version of Stylelint is now >=14; the peerDependencies of this config have been updated to match. @@ -119,34 +120,34 @@ #### 🎁 Added -- Add `@font-face`–specific properties [#271](https://github.com/stormwarning/stylelint-config-recess-order/pull/271) +- Add `@font-face`–specific properties [#271](https://github.com/stormwarning/stylelint-config-recess-order/pull/271) `src` and [other properties](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face) pertaining to display and metrics added to the typography group - following the list properties. + following the list properties. Also adds the `font-variation-settings` and `font-optical-sizing` OpenType properties. -- Add `aspect-ratio` and logical properties [#257](https://github.com/stormwarning/stylelint-config-recess-order/pull/257) - [CSS Logical Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties) control layout based on the writing mode. +- Add `aspect-ratio` and logical properties [#257](https://github.com/stormwarning/stylelint-config-recess-order/pull/257) + [CSS Logical Properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties) control layout based on the writing mode. Thanks [@4dr1en](https://github.com/4dr1en)! ## 2.5.0 β€” 2021-08-15 #### 🎁 Added -- Add `inset-*` properties [#242](https://github.com/stormwarning/stylelint-config-recess-order/pull/242) +- Add `inset-*` properties [#242](https://github.com/stormwarning/stylelint-config-recess-order/pull/242) Thanks [@xeho91](https://github.com/xeho91)! -- Add `place-content` and `place-self` properties [#249](https://github.com/stormwarning/stylelint-config-recess-order/pull/249) +- Add `place-content` and `place-self` properties [#249](https://github.com/stormwarning/stylelint-config-recess-order/pull/249) Thanks [@chalkygames123](https://github.com/chalkygames123), [@ModyQyW](https://github.com/ModyQyW)! ## 2.4.0 β€” 2021-04-19 #### 🎁 Added -- Add `text-decoration-*` and `text-underline-*` properties [#224](https://github.com/stormwarning/stylelint-config-recess-order/pull/224) - Order based on the [Text Decoration shorthand spec](https://drafts.csswg.org/css-text-decor-4/#text-decoration-property) +- Add `text-decoration-*` and `text-underline-*` properties [#224](https://github.com/stormwarning/stylelint-config-recess-order/pull/224) + Order based on the [Text Decoration shorthand spec](https://drafts.csswg.org/css-text-decor-4/#text-decoration-property) Thanks [@cammarin](https://github.com/cammarin)! - Add `overscroll-behavior` properties [#229](https://github.com/stormwarning/stylelint-config-recess-order/pull/229) -- Add `font-variant-*` and related properties [#228](https://github.com/stormwarning/stylelint-config-recess-order/pull/228) +- Add `font-variant-*` and related properties [#228](https://github.com/stormwarning/stylelint-config-recess-order/pull/228) Order based on [`font-variant` shorthand spec](https://www.w3.org/TR/css-fonts-3/#propdef-font-variant) order. @@ -163,8 +164,8 @@ #### 🎁 Added -- Add `place-items` property [#193](https://github.com/stormwarning/stylelint-config-recess-order/issues/193) - Shorthand for the `align-items` and `justify-items` properties. +- Add `place-items` property [#193](https://github.com/stormwarning/stylelint-config-recess-order/issues/193) + Shorthand for the `align-items` and `justify-items` properties. Thanks [@sergiofontes](https://github.com/sergiofontes)! @@ -173,7 +174,7 @@ #### 🎁 Added -- Add unprefixed `gap` properties [#166](https://github.com/stormwarning/stylelint-config-recess-order/issues/166) +- Add unprefixed `gap` properties [#166](https://github.com/stormwarning/stylelint-config-recess-order/issues/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. @@ -192,9 +193,9 @@ #### ♻️ Changed - Upgrade semantic-release config [`6d3a4cd`](https://github.com/stormwarning/stylelint-config-recess-order/commit/6d3a4cd) -- Upgrade dependencies [#101](https://github.com/stormwarning/stylelint-config-recess-order/issues/101) +- Upgrade dependencies [#101](https://github.com/stormwarning/stylelint-config-recess-order/issues/101) `stylelint-order` bumped to v4. Other internal dependencies upgraded to their latest. -- Update CI node versions [`8ad3f0d`](https://github.com/stormwarning/stylelint-config-recess-order/commit/8ad3f0d) +- Update CI node versions [`8ad3f0d`](https://github.com/stormwarning/stylelint-config-recess-order/commit/8ad3f0d) `esm` package required for AVA to run in Node 10+. @@ -203,7 +204,7 @@ #### ♻️ Changed -- Upgrade dependencies [#70](https://github.com/stormwarning/stylelint-config-recess-order/issues/70) +- Upgrade dependencies [#70](https://github.com/stormwarning/stylelint-config-recess-order/issues/70) Bump `stylelint-order` from 2.0.0 to 3.0.1 @@ -212,7 +213,7 @@ #### ♻️ Changed -- Update Stylelint to 10.0.0 [#35](https://github.com/stormwarning/stylelint-config-recess-order/issues/35) +- Update Stylelint to 10.0.0 [#35](https://github.com/stormwarning/stylelint-config-recess-order/issues/35) Also updates `peerDependency` version range. @@ -244,12 +245,12 @@ #### πŸ—‘οΈ Removed -- Individual eslint dependencies +- Individual eslint dependencies Using [@zazen/eslint-config](https://github.com/stormwarning/zazen-eslint-config) now. #### ♻️ Changed -- Upgraded stylelint-order dependency +- Upgraded stylelint-order dependency Thanks [@ai](https://github.com/ai)! ### 1.2.3 β€” 2017-11-14 @@ -263,14 +264,14 @@ #### 🎁 Added -- Vendor-specific `font-smoothing` properties +- Vendor-specific `font-smoothing` properties Thanks [@yakhinvadim](https://github.com/yakhinvadim)! ### 1.2.1 β€” 2017-06-29 #### ♻️ Changed -- [stylelint-order](https://github.com/hudochenkov/stylelint-order) version bumped to latest +- [stylelint-order](https://github.com/hudochenkov/stylelint-order) version bumped to latest Thanks [@yakhinvadim](https://github.com/yakhinvadim)! ## 1.2.0 β€” 2017-05-19