Skip to content

Commit

Permalink
Publish release (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 21, 2024
1 parent 5298151 commit 2ef345d
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 63 deletions.
9 changes: 0 additions & 9 deletions .changeset/brown-dragons-obey.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/green-rabbits-tickle.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lemon-lamps-nail.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/sixty-grapes-accept.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-pumas-refuse.md

This file was deleted.

67 changes: 55 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -134,17 +176,17 @@

#### 🎁 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)
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)
Expand All @@ -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.

<a name="2.1.0"></a>

## [2.1.0](https://github.com/stormwarning/stylelint-config-recess-order/compare/v2.0.4...v2.1.0) — 2020-07-31
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2ef345d

Please sign in to comment.