Skip to content

Commit

Permalink
Changelog v0.52.0 (#3124)
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 authored Feb 1, 2025
1 parent e35b98c commit 1ed8863
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ See the [Changesets](./.changeset) for the latest changes.

## [Unreleased]

## [0.52.0] - 2025-01-02

### Added

- Add support for new conditions:

- `current` -> `&:is([aria-current=true], [data-current])`
- `today` -> `&[data-today]`
- `unavailable` -> `&[data-unavailable]`
- `rangeStart` -> `&[data-range-start]`
- `rangeEnd` -> `&[data-range-end]`
- `now` -> `&[data-now]`
- `topmost` -> `&[data-topmost]`
- `icon` -> `& :where(svg)`
- `complete` -> `&[data-complete]`
- `incomplete` -> `&[data-incomplete]`
- `dragging` -> `&[data-dragging]`
- `grabbed` -> `&[data-grabbed]`
- `underValue` -> `&[data-state=under-value]`
- `overValue` -> `&[data-state=over-value]`
- `atValue` -> `&[data-state=at-value]`
- `hidden` -> `&:is([hidden], [data-hidden])`

### Fixed

Security: Update chokidar to remove vulnerability

## [0.51.1] - 2025-01-01

### Fixed
Expand Down

0 comments on commit 1ed8863

Please sign in to comment.