🐼 Panda v0.30.0 #2141
anubra266
announced in
Announcements
🐼 Panda v0.30.0
#2141
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 v0.30.0:
What's Changed
Fixed
Added
utils
functions in theconfig:resolved
hook, making it easy to apply transformations after all presets havebeen merged.
For example, this could be used if you want to use most of a preset but want to completely omit a few things, while
keeping the rest. Let's say we want to remove the
stack
pattern from the built-in@pandacss/preset-base
:--logfile
flag to thepanda
,panda codegen
,panda cssgen
andpanda debug
commands.logfile
option to the postcss pluginLogs will be streamed to the file specified by the
--logfile
flag or thelogfile
option. This is useful fordebugging issues that occur during the build process.
tokens:created
This hook is called when the token engine has been created. You can use this hook to add your format token names and
variables.
utility:created
This hook is called when the internal classname engine has been created. You can override the default
toHash
functionused when
config.hash
is set totrue
codegen:prepare
This hook is called right before writing the codegen files to disk. You can use this hook to tweak the codegen files
Changed
--cpu-prof
profiler to use thenode:inspector
instead of relying on an external module(
v8-profiler-next
, which requirednode-gyp
)Beta Was this translation helpful? Give feedback.
All reactions