🐼 Panda v0.31.0 #2202
anubra266
announced in
Announcements
🐼 Panda v0.31.0
#2202
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To upgrade to v0.31.0:
What's Changed
Fixed
styled
factory nested composition withcva
description
is considered invalid.validation
is set toerror
, show all config errors at once instead of stopping at the first error.Added
RecipeVariant
type to get the variants in a strict object fromcva
function. This complements theRecipeVariantprops
type that extracts the variant as optional props, mostly intended for JSX components.panda -w
CLI, exposeresolveConfig
from@pandacss/config
config.polyfill
option that will polyfill the CSS @layer at-rules using apostcss plugin
--polyfill
flag topanda
andpanda cssgen
commandstextShadowColor
utilityChanged
base
object in thecss
root styles in the runtimeThis may be a breaking change depending on how your styles are created
Ex:
Will now always generate the following css:
Beta Was this translation helpful? Give feedback.
All reactions