Skip to content

Latest commit

 

History

History
134 lines (103 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

134 lines (103 loc) · 3.28 KB

@pandacss/config

0.7.0

Patch Changes

0.6.0

Patch Changes

0.5.1

Patch Changes

  • 33198907: Create separate entrypoint for merge configs

    import { mergeConfigs } from '@pandacss/config/merge'
  • 1a2c0e2b: Fix panda.config.xxx file dependencies detection when using the builder (= with PostCSS or with the VSCode extension). It will now also properly resolve tsconfig path aliases.

  • Updated dependencies [8c670d60]

  • Updated dependencies [f9247e52]

  • Updated dependencies [1ed239cd]

  • Updated dependencies [78ed6ed4]

0.5.0

Patch Changes

0.4.0

Patch Changes

0.3.2

Patch Changes

0.3.1

Patch Changes

0.3.0

Patch Changes

0.0.2

Patch Changes

  • c308e8be: Allow asynchronous presets

  • fb40fff2: Initial release of all packages

    • Internal AST parser for TS and TSX
    • Support for defining presets in config
    • Support for design tokens (core and semantic)
    • Add outExtension key to config to allow file extension options for generated javascript. .js or .mjs
    • Add jsxElement option to patterns, to allow specifying the jsx element rendered by the patterns.
  • Updated dependencies [c308e8be]

  • Updated dependencies [fb40fff2]