·
539 commits
to main
since this release
Minor Changes
-
a2fb5cc: - Add support for explicitly specifying config related files that should trigger a context reload on change.
We automatically track the config file and (transitive) files imported by the config file as much as possible, but
sometimes we might miss some. You can use this option as a workaround for those edge cases.Set the
dependencies
option inpanda.config.ts
to a glob or list of files.export default defineConfig({ // ... dependencies: ['path/to/files/**.ts'], })
-
Invoke
config:change
hook in more situations (when the--watch
flag is passed topanda codegen
,
panda cssgen
,panda ship
) -
Watch for more config options paths changes, so that the related artifacts will be regenerated a bit more reliably
(ex: updating theconfig.hooks
will now trigger a full regeneration ofstyled-system
)
-
Patch Changes
- Updated dependencies [5fcdeb7]
- Updated dependencies [7c7340e]
- Updated dependencies [f778d3e]
- Updated dependencies [2e32794]
- Updated dependencies [ea3f554]
- Updated dependencies [250b4d1]
- Updated dependencies [a2fb5cc]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]
- @pandacss/[email protected]