Skip to content

Commit e71591a

Browse files
holblinJean-Philippe Zolesio
and
Jean-Philippe Zolesio
authored
Release 4.4.0 (#323)
Co-authored-by: Jean-Philippe Zolesio <[email protected]>
1 parent d725bfb commit e71591a

File tree

4 files changed

+433
-427
lines changed

4 files changed

+433
-427
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.4.0 / 2024-06-05
2+
==================
3+
4+
* add support for @starting-style #319
5+
16
4.3.3 / 2024-01-24
27
==================
38

Readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,13 @@ The `@layer` at-rule.
244244
- rules: `Array` of nodes with the types `rule`, `comment` and any of the
245245
at-rule types. This may be null, if the rule did not contain any.
246246

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+
247254
### Example
248255

249256
CSS:

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/css-tools",
3-
"version": "4.3.3",
3+
"version": "4.4.0",
44
"description": "CSS parser / stringifier",
55
"source": "src/index.ts",
66
"main": "./dist/index.cjs",
@@ -17,8 +17,8 @@
1717
"Readme.md"
1818
],
1919
"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",
2222
"@types/benchmark": "^2.1.1",
2323
"@types/bytes": "^3.1.1",
2424
"@types/jest": "^29.5.3",
@@ -27,7 +27,7 @@
2727
"bytes": "^3.1.0",
2828
"gts": "^5.0.0",
2929
"jest": "^29.6.2",
30-
"parcel": "^2.11.0",
30+
"parcel": "^2.12.0",
3131
"ts-jest": "^29.1.1",
3232
"typescript": "^5.0.2"
3333
},

0 commit comments

Comments
 (0)