Skip to content

Commit 4c4247b

Browse files
authored
chore: update changelog (#3165)
* chore: update changelog * fix(styled-system): correct fullscreen condition selector syntax * chore: add changelog v0.53.1
1 parent 4e237dd commit 4c4247b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ See the [Changesets](./.changeset) for the latest changes.
66

77
## [Unreleased]
88

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+
915
## [0.53.0] - 2025-02-10
1016

1117
### Added
@@ -21,7 +27,7 @@ Add support for recent baseline and experimental css properties:
2127

2228
### Added
2329

24-
- Add support for new conditions:
30+
Add support for new conditions:
2531

2632
- `current` -> `&:is([aria-current=true], [data-current])`
2733
- `today` -> `&[data-today]`

packages/studio/styled-system/types/conditions.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export interface Conditions {
146146
"_open": string
147147
/** `&:is([closed], [data-closed], [data-state="closed"])` */
148148
"_closed": string
149-
/** `&:is(:fullscreen, [data-fullscreen])` */
149+
/** `&is(:fullscreen, [data-fullscreen])` */
150150
"_fullscreen": string
151151
/** `&:is([data-loading], [aria-busy=true])` */
152152
"_loading": string

0 commit comments

Comments
 (0)