🐼 Panda v0.39.0 #2560
anubra266
announced in
Announcements
🐼 Panda v0.39.0
#2560
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.39.0:
What's Changed
Fixed
mergeCss
import instyled-system/jsx/*
could be unused.float
property did not allow inherited values (auto, initial, none, etc.)animationName
property was not connected totheme.keyframes
, as a result, no autocompletion wasavailable.
Added
fontFeatureSettings
,fontPalette
, etc.SystemStyleObject
to thecss(xxx, [aaa, bbb, ccc], yyy)
fnThis is useful when you are creating your own styled component and want to benefit
from the recent
css
array property support.Changed
Remove
linkBox
pattern in favor of using addingposition: relative
when using thelinkOverlay
pattern.Before
After
Beta Was this translation helpful? Give feedback.
All reactions