🐼 Panda v1.5.0 #3410
anubra266
announced in
Announcements
🐼 Panda v1.5.0
#3410
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To upgrade to v1.5.0:
What's Changed
Fixed
Fix TypeScript error when using
data-*attributes indefaultPropsforcreateStyleContextand JSX factoryfunctions.
Changed
Update the experimental atlaskit preset with comprehensive token coverage from Atlassian Design System
New Token Categories
disabled(0.4) andloading(0.2) semantic opacity valuesnone,small,medium,large)easeIn,easeOut,easeInOut,easeIn40Out,easeIn60Out,easeIn80Out,linear)heading.*,body.*,code,metric.*)Added
theme.colorPaletteproperty.endLineNumberandendColumnfields to AST JSON output frompanda debugcommand.The
*.ast.jsonfiles generated bypanda debugnow include complete position information for detected CSS usagelocations. Previously, only start position (
lineandcolumn) was exported. Now the output includes:line: Start line numbercolumn: Start column numberendLineNumber: End line number (new)endColumn: End column number (new)This provides complete span coverage for each detected node, making it easier to precisely locate CSS usage in source
files.
Beta Was this translation helpful? Give feedback.
All reactions