Skip to content

Commit 6e0d3a7

Browse files
Publish release (#423)
1 parent 3937b8a commit 6e0d3a7

File tree

6 files changed

+25
-53
lines changed

6 files changed

+25
-53
lines changed

.changeset/fair-snails-study.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/lovely-spoons-drum.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/sweet-trams-remain.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/thick-cases-speak.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,40 @@
11
# Change Log
22

3+
## 7.3.0
4+
5+
### Minor Changes
6+
7+
- Add Ruby properties ([#421](https://github.com/stormwarning/stylelint-config-recess-order/pull/421))
8+
- [`ruby-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/ruby-position)
9+
- [`ruby-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/ruby-align)
10+
11+
- Add View Transitions properties ([#424](https://github.com/stormwarning/stylelint-config-recess-order/pull/424))
12+
- [`view-transition-name`](https://developer.mozilla.org/en-US/docs/Web/CSS/view-transition-name)
13+
- [`view-transition-class`](https://developer.mozilla.org/en-US/docs/Web/CSS/view-transition-class)
14+
15+
- Add color adjustment properties ([#422](https://github.com/stormwarning/stylelint-config-recess-order/pull/422))
16+
- [`forced-color-adjust`](https://developer.mozilla.org/en-US/docs/Web/CSS/forced-color-adjust)
17+
- [`print-color-adjust`](https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust)
18+
19+
- Add Motion Path properties ([#425](https://github.com/stormwarning/stylelint-config-recess-order/pull/425))
20+
- [`offset`](https://developer.mozilla.org/en-US/docs/Web/CSS/offset)
21+
- [`offset-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/offset-position)
22+
- [`offset-path`](https://developer.mozilla.org/en-US/docs/Web/CSS/offset-path)
23+
- [`offset-distance`](https://developer.mozilla.org/en-US/docs/Web/CSS/offset-distance)
24+
- [`offset-rotate`](https://developer.mozilla.org/en-US/docs/Web/CSS/offset-rotate)
25+
- [`offset-anchor`](https://developer.mozilla.org/en-US/docs/Web/CSS/offset-anchor)
26+
327
## 7.2.0
428

529
### Minor Changes
630

731
- Add font synthesis properties ([#418](https://github.com/stormwarning/stylelint-config-recess-order/pull/418))
8-
932
- [`font-synthesis`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis)
1033
- [`font-synthesis-weight`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis-weight)
1134
- [`font-synthesis-style`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis-style)
1235
- [`font-synthesis-small-caps`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis-small-caps)
1336

1437
- Add missing Animation properties ([#417](https://github.com/stormwarning/stylelint-config-recess-order/pull/417))
15-
1638
- [`animation-fill-mode`](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode)
1739
- [`animation-composition`](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-composition)
1840

@@ -21,26 +43,22 @@
2143
### Minor Changes
2244

2345
- Add missing Masking properties ([#408](https://github.com/stormwarning/stylelint-config-recess-order/pull/408))
24-
2546
- [`clip-rule`](https://developer.mozilla.org/en-US/docs/Web/CSS/clip-rule)
2647
- [`mask-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask-type)
2748

2849
- Add `text-decoration-skip-ink` property ([#406](https://github.com/stormwarning/stylelint-config-recess-order/pull/406))
2950
- Add Writing Modes properties ([#410](https://github.com/stormwarning/stylelint-config-recess-order/pull/410))
30-
3151
- [`direction`](https://developer.mozilla.org/en-US/docs/Web/CSS/direction)
3252
- [`unicode-bidi`](https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi)
3353
- [`text-orientation`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-orientation)
3454
- [`text-combine-upright`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-combine-upright)
3555

3656
- Add `shape-*` properties ([#409](https://github.com/stormwarning/stylelint-config-recess-order/pull/409))
37-
3857
- [`shape-outside`](https://developer.mozilla.org/en-US/docs/Web/CSS/shape-outside)
3958
- [`shape-image-threshold`](https://developer.mozilla.org/en-US/docs/Web/CSS/shape-image-threshold)
4059
- [`shape-margin`](https://developer.mozilla.org/en-US/docs/Web/CSS/shape-margin)
4160

4261
- Add missing Transform properties ([#411](https://github.com/stormwarning/stylelint-config-recess-order/pull/411))
43-
4462
- [`transform-box`](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-box)
4563
- [`transform-style`](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-style)
4664
- [`backface-visibility`](https://developer.mozilla.org/en-US/docs/Web/CSS/backface-visibility)
@@ -98,13 +116,11 @@
98116

99117
- Add properties related to multi-line truncation ([#373](https://github.com/stormwarning/stylelint-config-recess-order/pull/373))
100118
Thanks [@toFrankie](https://github.com/toFrankie)!
101-
102119
- [`-webkit-box-orient`](https://developer.mozilla.org/en-US/docs/Web/CSS/box-orient)
103120
- [`-webkit-line-clamp`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp)
104121
- `line-clamp`
105122

106123
- Add paged media properties ([#378](https://github.com/stormwarning/stylelint-config-recess-order/pull/378))
107-
108124
- [`break-before`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-before)
109125
- [`break-inside`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-inside)
110126
- [`break-after`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-after)
@@ -113,12 +129,10 @@
113129

114130
- Add `-webkit-text-fill-` and `-stroke-*` properties ([#373](https://github.com/stormwarning/stylelint-config-recess-order/pull/373))
115131
Thanks [@toFrankie](https://github.com/toFrankie)!
116-
117132
- [`-webkit-text-fill-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-fill-color)
118133
- [`-webkit-text-stroke-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-stroke)
119134

120135
- Add `scroll-*` and `scrollbar-*` properties ([#376](https://github.com/stormwarning/stylelint-config-recess-order/pull/376))
121-
122136
- [`scroll-behavior`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior)
123137
- [`scroll-snap-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type)
124138
- [`scroll-snap-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-align)
@@ -152,12 +166,10 @@
152166
### Minor Changes
153167

154168
- Add `perspective-*` properties ([#356](https://github.com/stormwarning/stylelint-config-recess-order/pull/356))
155-
156169
- [`perspective`](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective)
157170
- [`perspective-origin`](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective-origin)
158171

159172
- Add `object-*` and `image-*` properties ([#357](https://github.com/stormwarning/stylelint-config-recess-order/pull/357))
160-
161173
- [`object-fit`](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit)
162174
- [`object-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position)
163175
- [`image-orientation`](https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation)
@@ -176,7 +188,6 @@
176188
### Minor Changes
177189

178190
- Add Masking properties [#349](https://github.com/stormwarning/stylelint-config-recess-order/pull/349)
179-
180191
- [`mask-border`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask-border) and related longhand properties
181192
- [`mask`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask) and related longhand properties
182193

@@ -195,7 +206,6 @@
195206

196207
- Add `backdrop-filter` to Background group [#345](https://github.com/stormwarning/stylelint-config-recess-order/pull/345)
197208
- Add missing logical properties [#343](https://github.com/stormwarning/stylelint-config-recess-order/pull/343)
198-
199209
- Specific `-start` and `-end` for block and inline `inset` properties
200210
- `inline-size` and `block-size`, as well as `min-` and `max-` for both
201211
- Block and inline forms of `overflow`
@@ -205,7 +215,6 @@
205215
### Minor Changes
206216

207217
- Add Basic User Interface properties [#341](https://github.com/stormwarning/stylelint-config-recess-order/pull/341)
208-
209218
- [`appearance`](https://developer.mozilla.org/en-US/docs/Web/CSS/appearance)
210219
- [`accent-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color)
211220
- [`caret-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/caret-color)
@@ -218,7 +227,6 @@
218227

219228
- Add independent transform properties [#339](https://github.com/stormwarning/stylelint-config-recess-order/pull/339)
220229
Thanks [@taichi221228](https://github.com/taichi221228)!
221-
222230
- [`translate`](https://developer.mozilla.org/en-US/docs/Web/CSS/translate)
223231
- [`scale`](https://developer.mozilla.org/en-US/docs/Web/CSS/scale)
224232
- [`rotate`](https://developer.mozilla.org/en-US/docs/Web/CSS/rotate)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-recess-order",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Recess-based property sort order for Stylelint.",
55
"keywords": [
66
"bootstrap",

0 commit comments

Comments
 (0)