@pandacss/error
Advanced tools
Changelog
[0.22.0] - 2023-12-14
styled-system/jsx/index
had the wrong exportspathe
instead of path
children
does not work in styled factory's defaultProps
in React, Preact and QwikUpdate csstype to support newer css features
Redesign astro integration and studio to use the new Astro v4 (experimental) JavaScript API
Update Astro version to v4 for the @pandacss/studio
Improve initial css extraction time by at least 5x 🚀
Initial extraction time can get slow when using static CSS with lots of recipes or parsing a lot of files.
Scenarios
Potential Breaking Change
If you use hooks
in your panda.config
file to listen for when css is extracted, we no longer return the css
string for performance reasons. We might reconsider this in the future.