Skip to content

@pandacss/compiler-shared@2.0.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:15
· 43 commits to main since this release
a78a00e

Minor Changes

  • 0b77f58: Skip rewriting generated files when the content is unchanged, so watch mode no longer bumps mtimes and
    triggers extra reloads/rebuilds for no-op codegen and CSS writes.

    The compiler write APIs now use object params consistently:

    • writeArtifacts({ outdir, cwd, forceImportExtension, artifacts })
    • writeCss({ outfile, cwd, emitLayerDeclaration })
    • writeSplitCss({ outdir, cwd })