File tree 4 files changed +433
-427
lines changed
4 files changed +433
-427
lines changed Original file line number Diff line number Diff line change
1
+ 4.4.0 / 2024-06-05
2
+ ==================
3
+
4
+ * add support for @starting-style #319
5
+
1
6
4.3.3 / 2024-01-24
2
7
==================
3
8
Original file line number Diff line number Diff line change @@ -244,6 +244,13 @@ The `@layer` at-rule.
244
244
- rules: ` Array ` of nodes with the types ` rule ` , ` comment ` and any of the
245
245
at-rule types. This may be null, if the rule did not contain any.
246
246
247
+ ### starting-style
248
+
249
+ The ` @starting-style ` at-rule.
250
+
251
+ - rules: ` Array ` of nodes with the types ` rule ` , ` comment ` and any of the
252
+ at-rule types.
253
+
247
254
### Example
248
255
249
256
CSS:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @adobe/css-tools" ,
3
- "version" : " 4.3.3 " ,
3
+ "version" : " 4.4.0 " ,
4
4
"description" : " CSS parser / stringifier" ,
5
5
"source" : " src/index.ts" ,
6
6
"main" : " ./dist/index.cjs" ,
17
17
" Readme.md"
18
18
],
19
19
"devDependencies" : {
20
- "@parcel/packager-ts" : " 2.11 .0" ,
21
- "@parcel/transformer-typescript-types" : " 2.11 .0" ,
20
+ "@parcel/packager-ts" : " 2.12 .0" ,
21
+ "@parcel/transformer-typescript-types" : " 2.12 .0" ,
22
22
"@types/benchmark" : " ^2.1.1" ,
23
23
"@types/bytes" : " ^3.1.1" ,
24
24
"@types/jest" : " ^29.5.3" ,
27
27
"bytes" : " ^3.1.0" ,
28
28
"gts" : " ^5.0.0" ,
29
29
"jest" : " ^29.6.2" ,
30
- "parcel" : " ^2.11 .0" ,
30
+ "parcel" : " ^2.12 .0" ,
31
31
"ts-jest" : " ^29.1.1" ,
32
32
"typescript" : " ^5.0.2"
33
33
},
You can’t perform that action at this time.
0 commit comments