Version Packages (beta)#3623
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
b69c946 to
5bd55c0
Compare
5bd55c0 to
75942da
Compare
75942da to
8de651c
Compare
8de651c to
25368f8
Compare
25368f8 to
50f1ece
Compare
50f1ece to
e884348
Compare
e884348 to
8954032
Compare
53c8935 to
3f4c344
Compare
3f4c344 to
0eeefea
Compare
0eeefea to
20829c2
Compare
20829c2 to
a8a704a
Compare
a8a704a to
e75fe51
Compare
e75fe51 to
28e36f7
Compare
28e36f7 to
2782201
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to v2, this PR will be updated.
v2is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonv2.Releases
@pandacss/compiler@2.0.0-beta.6
Minor Changes
7b71a43: Adopt a published design system with one config field:
designSystem: '@acme/ds'.Panda reads the library's
panda.lib.json, merges its preset under your config (your overrides win), points itscomponents at the design system's own styled-system, and reuses its pre-extracted styles instead of re-extracting
them. If your Panda is a different major than the design system needs (say a v2 design system on Panda v1), you get a
clear error instead of broken output.
Patch Changes
8a936bd: Add
panda analyzeusage reports with JSON, static HTML, and live UI output, including configured usagetotals for report summaries.
82e7811: Add the
compiler.designSystemnamespace —create,validate,load, andresolveChainfor a designsystem's
panda.lib.jsonmanifest. The manifest records a library's preset, build info, import paths, and parentdesign system so a consumer adopts it with one
designSystemfield.create/validate— produce and schema-check a manifest.load— the consumer side: validate, then hydrate the library's pre-extracted styles, tree-shaken to the consumer'simports.
resolveChain— the composition case: order a chain of parent design systems root-first, deduping shared ancestorsand reporting cycles.
d075c2b: Only extract JSX style props when
jsxFrameworkis configured.This prevents CSS from being generated for JSX components in projects that have not enabled JSX extraction.
Function-call extraction is unchanged.
86504d6: Add a WASI compiler fallback so Panda can run in WebContainer-based environments like StackBlitz.
Updated dependencies [8a936bd]
Updated dependencies [82e7811]
Updated dependencies [7b71a43]
@pandacss/compiler-shared@2.0.0-beta.6
Minor Changes
7b71a43: Adopt a published design system with one config field:
designSystem: '@acme/ds'.Panda reads the library's
panda.lib.json, merges its preset under your config (your overrides win), points itscomponents at the design system's own styled-system, and reuses its pre-extracted styles instead of re-extracting
them. If your Panda is a different major than the design system needs (say a v2 design system on Panda v1), you get a
clear error instead of broken output.
Patch Changes
8a936bd: Add
panda analyzeusage reports with JSON, static HTML, and live UI output, including configured usagetotals for report summaries.
82e7811: Add the
compiler.designSystemnamespace —create,validate,load, andresolveChainfor a designsystem's
panda.lib.jsonmanifest. The manifest records a library's preset, build info, import paths, and parentdesign system so a consumer adopts it with one
designSystemfield.create/validate— produce and schema-check a manifest.load— the consumer side: validate, then hydrate the library's pre-extracted styles, tree-shaken to the consumer'simports.
resolveChain— the composition case: order a chain of parent design systems root-first, deduping shared ancestorsand reporting cycles.
@pandacss/config@2.0.0-beta.6
Minor Changes
7b71a43: Adopt a published design system with one config field:
designSystem: '@acme/ds'.Panda reads the library's
panda.lib.json, merges its preset under your config (your overrides win), points itscomponents at the design system's own styled-system, and reuses its pre-extracted styles instead of re-extracting
them. If your Panda is a different major than the design system needs (say a v2 design system on Panda v1), you get a
clear error instead of broken output.
Patch Changes
@pandacss/types@2.0.0-beta.6
Minor Changes
7b71a43: Adopt a published design system with one config field:
designSystem: '@acme/ds'.Panda reads the library's
panda.lib.json, merges its preset under your config (your overrides win), points itscomponents at the design system's own styled-system, and reuses its pre-extracted styles instead of re-extracting
them. If your Panda is a different major than the design system needs (say a v2 design system on Panda v1), you get a
clear error instead of broken output.
@pandacss/cli@2.0.0-beta.6
Patch Changes
panda analyzeusage reports with JSON, static HTML, and live UI output, including configured usagetotals for report summaries.
@pandacss/compiler-wasm@2.0.0-beta.6
Patch Changes
82e7811: Add the
compiler.designSystemnamespace —create,validate,load, andresolveChainfor a designsystem's
panda.lib.jsonmanifest. The manifest records a library's preset, build info, import paths, and parentdesign system so a consumer adopts it with one
designSystemfield.create/validate— produce and schema-check a manifest.load— the consumer side: validate, then hydrate the library's pre-extracted styles, tree-shaken to the consumer'simports.
resolveChain— the composition case: order a chain of parent design systems root-first, deduping shared ancestorsand reporting cycles.
d075c2b: Only extract JSX style props when
jsxFrameworkis configured.This prevents CSS from being generated for JSX components in projects that have not enabled JSX extraction.
Function-call extraction is unchanged.
Updated dependencies [8a936bd]
Updated dependencies [82e7811]
Updated dependencies [7b71a43]
@pandacss/dev@2.0.0-beta.6
Patch Changes
@pandacss/eslint-plugin@2.0.0-beta.6
Patch Changes
@pandacss/mcp@2.0.0-beta.6
Patch Changes
@pandacss/postcss@2.0.0-beta.6
Patch Changes
@pandacss/preset-base@2.0.0-beta.6
Patch Changes
@pandacss/preset-panda@2.0.0-beta.6
Patch Changes
@pandacss/vite@2.0.0-beta.6
Patch Changes
playground@0.1.1-beta.6
Patch Changes
website@1.0.1-beta.6
Patch Changes