Version Packages - #684
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
August 3, 2026 15:19
7c490a8 to
42a056d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 11:08
42a056d to
4bfb194
Compare
mattrothenberg
approved these changes
Aug 4, 2026
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 main, this PR will be updated.
Releases
@cloudflare/kumo@2.9.1
Patch Changes
ff76f30: Update the default collapsible trigger and panel styling.
Collapsible.DefaultPanelnow uses an inner content wrapper so the outer panel can animate height smoothly while clipping overflow during the transition. Consumers applying custom layout or spacing classes directly toDefaultPanelmay need to move those styles to their content, or useCollapsible.Panelfor a fully custom layout.7468623: Fix
initCatalogso it actually loads the validation schemas.Previously it triggered a synchronous validation whose "schemas not loaded" error was swallowed, so
await initCatalog(catalog)could resolve whilehasComponent,componentNames, and the other synchronous catalog APIs still reported no components. It now awaitsloadSchemas()directly.A failed schema load is also no longer cached: retrying
initCatalog(orloadSchemas) after a transient failure now re-attempts the import instead of returning the stale rejection.d7639f2: Fix Shiki highlighter lifecycle in
ShikiProviderandCodeHighlighted.ShikiProviderno longer re-creates the highlighter when a parent rerender passes an equivalent inlinelanguagesarray — initialization is keyed on the normalized language set. Highlighters are now disposed on unmount and when the engine or language set changes, instead of leaking.CodeHighlightedmemoizes the highlighted HTML so unrelated rerenders (such as copy-button state changes) no longer re-highlight unchanged code, and initialization errors are logged once instead of on every render. Reinitializing after a failed initialization now clears the stale error state instead of showing it during the retry.c599590: Reset the Tabs overflow control background so host button styles do not show through the scrim gradient.
@cloudflare/kumo-docs-astro@1.5.14
Patch Changes
@cloudflare/kumo-figma@0.3.44
Patch Changes