🐼 Panda v0.21.0 #1796
anubra266
announced in
Announcements
🐼 Panda v0.21.0
#1796
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.21.0:
What's Changed
Fixed
While parsing over the AST Nodes, due to an optimization where we skipped retrieving the current JSX element and instead
kept track of the latest one, the logic was flawed and did not extract other properties after encountering a JSX
attribute that was another JSX node.
Now both will be fine again.
happens internally.
styled
factory internal class merging, for example:Will now correctly include the
test
class in the final output.Added
configPath
andcwd
options in the@pandacss/astro
integration just like in the@pandacss/postcss
config.strictTokens
, by prefixing the value with[
andsuffixing with
]
, e.g. writing[123px]
as a value will bypass the token validation.config.importMap
optionYou can now also use a string to customize the base import path and keep the default entrypoints:
is the equivalent of:
staticCss
options from inside a recipe config, e.g.:would be the equivalent of defining it inside the main config:
Beta Was this translation helpful? Give feedback.
All reactions