🐼 Panda v0.54.0 #3283
anubra266
announced in
Announcements
🐼 Panda v0.54.0
#3283
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.
-
To upgrade to v0.54.0:
What's Changed
Fixed
borderWidth
token reference adds an extrapx
to the generated css valuestrict: true
is settinyglobally
tofast-glob
change to fix issues with glob matchingAdded
aria
attributes to conditions for better accessibility and styling hooks:[aria-disabled=true]
was added todisabled
,peerDisabled
, andgroupDisabled
conditions[aria-readonly=true]
was added to thereadOnly
condition[aria-invalid=true]
was added toinvalid
andgroupInvalid
conditionsChanged
Improve algorithm for deterministic property order:
padding
,margin
,inset
)padding-inline
,margin-inline
)padding-inline-start
,margin-inline-start
)Will result in the following css regardless of the order of the properties:
Reduce the size of the generated
Token
type by referencing category tokensBefore:
After:
Beta Was this translation helpful? Give feedback.
All reactions