diff --git a/.changeset/brown-dragons-obey.md b/.changeset/brown-dragons-obey.md deleted file mode 100644 index 7baf622..0000000 --- a/.changeset/brown-dragons-obey.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -Add properties related to multi-line truncation - -- [`-webkit-box-orient`](https://developer.mozilla.org/en-US/docs/Web/CSS/box-orient) -- [`-webkit-line-clamp`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) -- `line-clamp` diff --git a/.changeset/green-rabbits-tickle.md b/.changeset/green-rabbits-tickle.md deleted file mode 100644 index 6d489f6..0000000 --- a/.changeset/green-rabbits-tickle.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -Add paged media properties - -- [`break-before`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-before) -- [`break-inside`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-inside) -- [`break-after`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-after) -- [`orphans`](https://developer.mozilla.org/en-US/docs/Web/CSS/orphans) -- [`widows`](https://developer.mozilla.org/en-US/docs/Web/CSS/widows) diff --git a/.changeset/lemon-lamps-nail.md b/.changeset/lemon-lamps-nail.md deleted file mode 100644 index 4cd14b2..0000000 --- a/.changeset/lemon-lamps-nail.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -Add `-webkit-text-fill-` and `-stroke-*` properties - -- [`-webkit-text-fill-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-fill-color) -- [`-webkit-text-stroke-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-stroke) diff --git a/.changeset/sixty-grapes-accept.md b/.changeset/sixty-grapes-accept.md deleted file mode 100644 index 6c5c36f..0000000 --- a/.changeset/sixty-grapes-accept.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -Add `scroll-*` and `scrollbar-*` properties - -- [`scroll-behavior`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior) -- [`scroll-snap-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type) -- [`scroll-snap-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-align) -- [`scroll-snap-stop`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-stop) -- [`scroll-padding-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-padding) -- [`scroll-margin-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin) -- [`scrollbar-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color) -- [`scrollbar-gutter`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter) -- [`scrollbar-width`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width) diff --git a/.changeset/young-pumas-refuse.md b/.changeset/young-pumas-refuse.md deleted file mode 100644 index 06993c4..0000000 --- a/.changeset/young-pumas-refuse.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'stylelint-config-recess-order': minor ---- - -Remove legacy `-ms-text-overflow` property - -This was useful for IE8; can be autoprefixed if required. diff --git a/CHANGELOG.md b/CHANGELOG.md index a75ad31..1a8a735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,52 @@ # Change Log +## 5.1.0 + +### Minor Changes + +- Add properties related to multi-line truncation ([#373](https://github.com/stormwarning/stylelint-config-recess-order/pull/373)) + Thanks [@toFrankie](https://github.com/toFrankie)! + + - [`-webkit-box-orient`](https://developer.mozilla.org/en-US/docs/Web/CSS/box-orient) + - [`-webkit-line-clamp`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) + - `line-clamp` + +- Add paged media properties ([#378](https://github.com/stormwarning/stylelint-config-recess-order/pull/378)) + + - [`break-before`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-before) + - [`break-inside`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-inside) + - [`break-after`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-after) + - [`orphans`](https://developer.mozilla.org/en-US/docs/Web/CSS/orphans) + - [`widows`](https://developer.mozilla.org/en-US/docs/Web/CSS/widows) + +- Add `-webkit-text-fill-` and `-stroke-*` properties ([#373](https://github.com/stormwarning/stylelint-config-recess-order/pull/373)) + Thanks [@toFrankie](https://github.com/toFrankie)! + + - [`-webkit-text-fill-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-fill-color) + - [`-webkit-text-stroke-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-stroke) + +- Add `scroll-*` and `scrollbar-*` properties ([#376](https://github.com/stormwarning/stylelint-config-recess-order/pull/376)) + + - [`scroll-behavior`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior) + - [`scroll-snap-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type) + - [`scroll-snap-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-align) + - [`scroll-snap-stop`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-stop) + - [`scroll-padding-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-padding) + - [`scroll-margin-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-margin) + - [`scrollbar-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color) + - [`scrollbar-gutter`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter) + - [`scrollbar-width`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width) + +- Remove legacy `-ms-text-overflow` property ([#373](https://github.com/stormwarning/stylelint-config-recess-order/pull/373)) + Thanks [@toFrankie](https://github.com/toFrankie)! + + This was useful for IE8; can be autoprefixed if required. + ## 5.0.1 ### Patch Changes -- Add `groups` to package.json exports ([#369](https://github.com/stormwarning/stylelint-config-recess-order/pull/369)) +- 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 @@ -34,7 +76,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 @@ -52,7 +94,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 @@ -82,7 +124,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) @@ -134,9 +176,9 @@ #### 🎁 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 @@ -144,7 +186,7 @@ #### 🎁 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) + 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) @@ -165,9 +207,10 @@ #### 🎁 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. Thanks [@sergiofontes](https://github.com/sergiofontes)! + Shorthand for the `align-items` and `justify-items` properties. + ## [2.1.0](https://github.com/stormwarning/stylelint-config-recess-order/compare/v2.0.4...v2.1.0) — 2020-07-31 @@ -245,12 +288,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 @@ -264,14 +307,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 diff --git a/package.json b/package.json index 0ff2f43..40e0e34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-recess-order", - "version": "5.0.1", + "version": "5.1.0", "description": "Recess-based property sort order for Stylelint.", "type": "module", "exports": {