|
1 | 1 | # Change Log |
2 | 2 |
|
| 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 | + |
3 | 27 | ## 7.2.0 |
4 | 28 |
|
5 | 29 | ### Minor Changes |
6 | 30 |
|
7 | 31 | - Add font synthesis properties ([#418](https://github.com/stormwarning/stylelint-config-recess-order/pull/418)) |
8 | | - |
9 | 32 | - [`font-synthesis`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis) |
10 | 33 | - [`font-synthesis-weight`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis-weight) |
11 | 34 | - [`font-synthesis-style`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis-style) |
12 | 35 | - [`font-synthesis-small-caps`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis-small-caps) |
13 | 36 |
|
14 | 37 | - Add missing Animation properties ([#417](https://github.com/stormwarning/stylelint-config-recess-order/pull/417)) |
15 | | - |
16 | 38 | - [`animation-fill-mode`](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode) |
17 | 39 | - [`animation-composition`](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-composition) |
18 | 40 |
|
|
21 | 43 | ### Minor Changes |
22 | 44 |
|
23 | 45 | - Add missing Masking properties ([#408](https://github.com/stormwarning/stylelint-config-recess-order/pull/408)) |
24 | | - |
25 | 46 | - [`clip-rule`](https://developer.mozilla.org/en-US/docs/Web/CSS/clip-rule) |
26 | 47 | - [`mask-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask-type) |
27 | 48 |
|
28 | 49 | - Add `text-decoration-skip-ink` property ([#406](https://github.com/stormwarning/stylelint-config-recess-order/pull/406)) |
29 | 50 | - Add Writing Modes properties ([#410](https://github.com/stormwarning/stylelint-config-recess-order/pull/410)) |
30 | | - |
31 | 51 | - [`direction`](https://developer.mozilla.org/en-US/docs/Web/CSS/direction) |
32 | 52 | - [`unicode-bidi`](https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi) |
33 | 53 | - [`text-orientation`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-orientation) |
34 | 54 | - [`text-combine-upright`](https://developer.mozilla.org/en-US/docs/Web/CSS/text-combine-upright) |
35 | 55 |
|
36 | 56 | - Add `shape-*` properties ([#409](https://github.com/stormwarning/stylelint-config-recess-order/pull/409)) |
37 | | - |
38 | 57 | - [`shape-outside`](https://developer.mozilla.org/en-US/docs/Web/CSS/shape-outside) |
39 | 58 | - [`shape-image-threshold`](https://developer.mozilla.org/en-US/docs/Web/CSS/shape-image-threshold) |
40 | 59 | - [`shape-margin`](https://developer.mozilla.org/en-US/docs/Web/CSS/shape-margin) |
41 | 60 |
|
42 | 61 | - Add missing Transform properties ([#411](https://github.com/stormwarning/stylelint-config-recess-order/pull/411)) |
43 | | - |
44 | 62 | - [`transform-box`](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-box) |
45 | 63 | - [`transform-style`](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-style) |
46 | 64 | - [`backface-visibility`](https://developer.mozilla.org/en-US/docs/Web/CSS/backface-visibility) |
|
98 | 116 |
|
99 | 117 | - Add properties related to multi-line truncation ([#373](https://github.com/stormwarning/stylelint-config-recess-order/pull/373)) |
100 | 118 | Thanks [@toFrankie](https://github.com/toFrankie)! |
101 | | - |
102 | 119 | - [`-webkit-box-orient`](https://developer.mozilla.org/en-US/docs/Web/CSS/box-orient) |
103 | 120 | - [`-webkit-line-clamp`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) |
104 | 121 | - `line-clamp` |
105 | 122 |
|
106 | 123 | - Add paged media properties ([#378](https://github.com/stormwarning/stylelint-config-recess-order/pull/378)) |
107 | | - |
108 | 124 | - [`break-before`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-before) |
109 | 125 | - [`break-inside`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-inside) |
110 | 126 | - [`break-after`](https://developer.mozilla.org/en-US/docs/Web/CSS/break-after) |
|
113 | 129 |
|
114 | 130 | - Add `-webkit-text-fill-` and `-stroke-*` properties ([#373](https://github.com/stormwarning/stylelint-config-recess-order/pull/373)) |
115 | 131 | Thanks [@toFrankie](https://github.com/toFrankie)! |
116 | | - |
117 | 132 | - [`-webkit-text-fill-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-fill-color) |
118 | 133 | - [`-webkit-text-stroke-*`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-stroke) |
119 | 134 |
|
120 | 135 | - Add `scroll-*` and `scrollbar-*` properties ([#376](https://github.com/stormwarning/stylelint-config-recess-order/pull/376)) |
121 | | - |
122 | 136 | - [`scroll-behavior`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior) |
123 | 137 | - [`scroll-snap-type`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type) |
124 | 138 | - [`scroll-snap-align`](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-align) |
|
152 | 166 | ### Minor Changes |
153 | 167 |
|
154 | 168 | - Add `perspective-*` properties ([#356](https://github.com/stormwarning/stylelint-config-recess-order/pull/356)) |
155 | | - |
156 | 169 | - [`perspective`](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective) |
157 | 170 | - [`perspective-origin`](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective-origin) |
158 | 171 |
|
159 | 172 | - Add `object-*` and `image-*` properties ([#357](https://github.com/stormwarning/stylelint-config-recess-order/pull/357)) |
160 | | - |
161 | 173 | - [`object-fit`](https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit) |
162 | 174 | - [`object-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) |
163 | 175 | - [`image-orientation`](https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation) |
|
176 | 188 | ### Minor Changes |
177 | 189 |
|
178 | 190 | - Add Masking properties [#349](https://github.com/stormwarning/stylelint-config-recess-order/pull/349) |
179 | | - |
180 | 191 | - [`mask-border`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask-border) and related longhand properties |
181 | 192 | - [`mask`](https://developer.mozilla.org/en-US/docs/Web/CSS/mask) and related longhand properties |
182 | 193 |
|
|
195 | 206 |
|
196 | 207 | - Add `backdrop-filter` to Background group [#345](https://github.com/stormwarning/stylelint-config-recess-order/pull/345) |
197 | 208 | - Add missing logical properties [#343](https://github.com/stormwarning/stylelint-config-recess-order/pull/343) |
198 | | - |
199 | 209 | - Specific `-start` and `-end` for block and inline `inset` properties |
200 | 210 | - `inline-size` and `block-size`, as well as `min-` and `max-` for both |
201 | 211 | - Block and inline forms of `overflow` |
|
205 | 215 | ### Minor Changes |
206 | 216 |
|
207 | 217 | - Add Basic User Interface properties [#341](https://github.com/stormwarning/stylelint-config-recess-order/pull/341) |
208 | | - |
209 | 218 | - [`appearance`](https://developer.mozilla.org/en-US/docs/Web/CSS/appearance) |
210 | 219 | - [`accent-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/accent-color) |
211 | 220 | - [`caret-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/caret-color) |
|
218 | 227 |
|
219 | 228 | - Add independent transform properties [#339](https://github.com/stormwarning/stylelint-config-recess-order/pull/339) |
220 | 229 | Thanks [@taichi221228](https://github.com/taichi221228)! |
221 | | - |
222 | 230 | - [`translate`](https://developer.mozilla.org/en-US/docs/Web/CSS/translate) |
223 | 231 | - [`scale`](https://developer.mozilla.org/en-US/docs/Web/CSS/scale) |
224 | 232 | - [`rotate`](https://developer.mozilla.org/en-US/docs/Web/CSS/rotate) |
|
0 commit comments