🐼 Panda v0.52.0 #3123
anubra266
announced in
Announcements
🐼 Panda v0.52.0
#3123
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To upgrade to v0.52.0:
What's Changed
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
Beta Was this translation helpful? Give feedback.
All reactions