Version Packages (beta)#3623
Merged
Merged
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/cli@2.0.0-beta.6
Minor Changes
b5a620d: Add
panda libto package a Panda design system.It scans your library source, writes
panda.lib.json,panda.buildinfo.json, andpanda.preset.mjs, then syncs thepackage exports. It can also run in watch mode.
Consumers also get token conflict warnings when the app and design system define the same token path; the app value
wins. If a library's build info is stale, Panda re-extracts its manifest
filesinstead of failing the build.Patch Changes
panda analyzereports. You can write JSON, open a static HTML report, or run the live report UI.@pandacss/compiler@2.0.0-beta.6
Minor Changes
b5a620d: Add
panda libto package a Panda design system.It scans your library source, writes
panda.lib.json,panda.buildinfo.json, andpanda.preset.mjs, then syncs thepackage exports. It can also run in watch mode.
Consumers also get token conflict warnings when the app and design system define the same token path; the app value
wins. If a library's build info is stale, Panda re-extracts its manifest
filesinstead of failing the build.7b71a43: Adopt a published design system with
designSystem: '@acme/ds'.Panda reads the library's
panda.lib.json, merges its preset below your config, and reuses its pre-extracted styles.If the design system needs a different Panda major version, Panda reports a clear error.
Patch Changes
8a936bd: Add
panda analyzereports. You can write JSON, open a static HTML report, or run the live report UI.82e7811: Add
compiler.designSystemhelpers forpanda.lib.jsonmanifests.The new helpers create, validate, load, and order design-system manifests so consumers can adopt a library through the
designSystemconfig field.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 for WebContainer-based environments like StackBlitz.
Updated dependencies [8a936bd]
Updated dependencies [82e7811]
Updated dependencies [b5a620d]
Updated dependencies [7b71a43]
@pandacss/compiler-shared@2.0.0-beta.6
Minor Changes
b5a620d: Add
panda libto package a Panda design system.It scans your library source, writes
panda.lib.json,panda.buildinfo.json, andpanda.preset.mjs, then syncs thepackage exports. It can also run in watch mode.
Consumers also get token conflict warnings when the app and design system define the same token path; the app value
wins. If a library's build info is stale, Panda re-extracts its manifest
filesinstead of failing the build.7b71a43: Adopt a published design system with
designSystem: '@acme/ds'.Panda reads the library's
panda.lib.json, merges its preset below your config, and reuses its pre-extracted styles.If the design system needs a different Panda major version, Panda reports a clear error.
Patch Changes
8a936bd: Add
panda analyzereports. You can write JSON, open a static HTML report, or run the live report UI.82e7811: Add
compiler.designSystemhelpers forpanda.lib.jsonmanifests.The new helpers create, validate, load, and order design-system manifests so consumers can adopt a library through the
designSystemconfig field.@pandacss/config@2.0.0-beta.6
Minor Changes
b5a620d: Add
panda libto package a Panda design system.It scans your library source, writes
panda.lib.json,panda.buildinfo.json, andpanda.preset.mjs, then syncs thepackage exports. It can also run in watch mode.
Consumers also get token conflict warnings when the app and design system define the same token path; the app value
wins. If a library's build info is stale, Panda re-extracts its manifest
filesinstead of failing the build.7b71a43: Adopt a published design system with
designSystem: '@acme/ds'.Panda reads the library's
panda.lib.json, merges its preset below your config, and reuses its pre-extracted styles.If the design system needs a different Panda major version, Panda reports a clear error.
Patch Changes
@pandacss/types@2.0.0-beta.6
Minor Changes
7b71a43: Adopt a published design system with
designSystem: '@acme/ds'.Panda reads the library's
panda.lib.json, merges its preset below your config, and reuses its pre-extracted styles.If the design system needs a different Panda major version, Panda reports a clear error.
@pandacss/compiler-wasm@2.0.0-beta.6
Patch Changes
82e7811: Add
compiler.designSystemhelpers forpanda.lib.jsonmanifests.The new helpers create, validate, load, and order design-system manifests so consumers can adopt a library through the
designSystemconfig field.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 [b5a620d]
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