File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
packages/studio/styled-system/types Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ See the [Changesets](./.changeset) for the latest changes.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.53.1] - 2025-03-04
10
+
11
+ ### Fixed
12
+
13
+ Fix issue where file watching doesn't work due the recent security upgrade of the ` chokidar ` package.
14
+
9
15
## [ 0.53.0] - 2025-02-10
10
16
11
17
### Added
@@ -21,7 +27,7 @@ Add support for recent baseline and experimental css properties:
21
27
22
28
### Added
23
29
24
- - Add support for new conditions:
30
+ Add support for new conditions:
25
31
26
32
- ` current ` -> ` &:is([aria-current=true], [data-current]) `
27
33
- ` today ` -> ` &[data-today] `
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ export interface Conditions {
146
146
"_open" : string
147
147
/** `&:is([closed], [data-closed], [data-state="closed"])` */
148
148
"_closed" : string
149
- /** `&: is(:fullscreen, [data-fullscreen])` */
149
+ /** `&is(:fullscreen, [data-fullscreen])` */
150
150
"_fullscreen" : string
151
151
/** `&:is([data-loading], [aria-busy=true])` */
152
152
"_loading" : string
You can’t perform that action at this time.
0 commit comments