🐼 Panda v0.23.0 #1864
anubra266
announced in
Announcements
🐼 Panda v0.23.0
#1864
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.23.0:
What's Changed
Fixed
config.jsxStyleProps
set tominimal
ornone
with JSX patterns (
Box
,Stack
,Flex
, etc.)config.slotRecipes[xxx].jsx
arrayconfig.jsxFramework
/ skip tagged template literal parsingwhen not using
config.syntax
set to "template-literal"ex:
Added
package.json
file with the required entrypoints. If an existingpackage.json
file is present, theexports
field will be updated.When setting up Panda in a monorepo, this command is useful in monorepo setups where you want the codegen to run only in
a dedicated workspace package.
sva
even ifslots
are not statically extractable, since it will onlyproduce atomic styles, we don't care much about slots for
sva
specificallyCurrently the CSS won't be generated if the
slots
are missing which can be problematic when getting them from anotherfile, such as when using
Ark-UI
likeimport { comboboxAnatomy } from '@ark-ui/anatomy'
Changed
Beta Was this translation helpful? Give feedback.
All reactions