🐼 Panda v0.22.0 #1825
anubra266
announced in
Announcements
🐼 Panda v0.22.0
#1825
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.22.0:
What's Changed
Fixed
styled-system/jsx/index
had the wrong exportspathe
instead ofpath
children
does not work in styled factory'sdefaultProps
in React, Preact and QwikChanged
Update 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 yourpanda.config
file to listen for when css is extracted, we no longer return thecss
string for performance reasons. We might reconsider this in the future.
Beta Was this translation helpful? Give feedback.
All reactions