✔︎ Fix issue where using scale css property adds an additional 'px'
✔︎ Fix issue where styled objects are sometimes incorrectly merged, leading to extraneous classnames in the DOM
✔︎ Fix issue in reset styles where button does not inherit color style
✔︎ Fix issue where FileSystem writes cause intermittent errors in different build contexts (Vercel, Docker). This was solved by limiting the concurrency using the p-limit library
✔︎ Fix persistent error that causes CI builds to fail due to PostCSS plugin emitting artifacts in the middle of a build process.
✔︎ Fix issue where conditions don't work in semantic tokens when using template literal syntax.
✔︎ Change OmittedHTMLProps to be empty when using config.jsxStyleProps as minimal or none
✔︎ Remove export types from jsx when no jsxFramework configuration
✔︎ Use predefined interfaces instead of relying on automatic TS type inference or type aliases.
Limitation to styled element vomposition:
This feature does not allow compose mixed styled composition. A mixed styled composition happens when an
element is created from a cva/inline cva, and another created from a config recipe.
✔︎ Fix an issue with the @layer tokens CSS declarations when using cssVarRoot with multiple selectors.
✔︎ Improve support for styled element composition.
✔︎ Added a new type to extract variants out of styled components
📃 Full changelog: t.ly/pTlH3
You're missing tailwind merge, clsx, cva, CVA Tailwind regex, Tailwinds Prettier plugin for sort, maybe tailwind animations plugin. Or you can just use @panda__css :)
Excited about the new ask-ai 🪄 channel in the @panda__css Discord server
This channel is powered by the @inkeep model trained on our docs, GitHub repo, and YouTube video transcriptions.
It allows users to ask questions related to Panda, even if it’s not documented yet.
In addition to the optional glob that you can already pass to override the config.include option, the panda cssgen command now accepts a new {type} argument to generate only a specific type of CSS:
- preflight
- tokens
- static
- global
- keyframes