github chakra-ui/panda @pandacss/node@0.29.0

latest releases: @pandacss/types@1.3.0, @pandacss/token-dictionary@1.3.0, @pandacss/extractor@1.3.0...
19 months ago

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 in panda.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 to panda 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 the config.hooks will now trigger a full regeneration of styled-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/types@0.29.0
    • @pandacss/core@0.29.0
    • @pandacss/token-dictionary@0.29.0
    • @pandacss/parser@0.29.0
    • @pandacss/generator@0.29.0
    • @pandacss/config@0.29.0
    • @pandacss/extractor@0.29.0
    • @pandacss/logger@0.29.0
    • @pandacss/shared@0.29.0

Don't miss a new panda release

NewReleases is sending notifications on new releases.