🐼 Panda v0.33.0 #2274
anubra266
announced in
Announcements
🐼 Panda v0.33.0
#2274
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.33.0:
What's Changed
Fixed
output the CSS after each extraction in the same HMR session (by a few ms).
Cannot read properties of undefined (reading 'raw')
Added
p
key in your terminal when using the--cpu-prof
flag for long-running sessions (with
-w
or--watch
forpanda
/panda cssgen
/panda codegen
).definePlugin
config functions for type-safety around plugins, add missingplugins
in config dependencies totrigger a config reload on
plugins
changegroup
to every utility in the@pandacss/preset-base
, this helps Panda tooling organize utilities.preflight.level
. Learn morehere.
Setting
preflight.level
to'element'
applies the reset directly to the individual elements that have the scope classassigned.
This will generate CSS that looks like:
This approach allows for more flexibility, enabling selective application of CSS resets either to an entire parent
container or to specific elements within a container.
Changed
formatTokenName
Example with the following config:
Will now allow you to use the following syntax for token path:
Beta Was this translation helpful? Give feedback.
All reactions