Skip to content

Version Packages - #684

Merged
mattrothenberg merged 1 commit into
mainfrom
changeset-release/main
Aug 4, 2026
Merged

Version Packages#684
mattrothenberg merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

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.DefaultPanel now 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 to DefaultPanel may need to move those styles to their content, or use Collapsible.Panel for a fully custom layout.

  • 7468623: Fix initCatalog so 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 while hasComponent, componentNames, and the other synchronous catalog APIs still reported no components. It now awaits loadSchemas() directly.

    A failed schema load is also no longer cached: retrying initCatalog (or loadSchemas) after a transient failure now re-attempts the import instead of returning the stale rejection.

  • d7639f2: Fix Shiki highlighter lifecycle in ShikiProvider and CodeHighlighted.

    ShikiProvider no longer re-creates the highlighter when a parent rerender passes an equivalent inline languages array — 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. CodeHighlighted memoizes 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

  • 6bdbeeb: Use a light favicon in dark-themed browsers.
  • Updated dependencies [ff76f30]
  • Updated dependencies [7468623]
  • Updated dependencies [d7639f2]
  • Updated dependencies [c599590]
    • @cloudflare/kumo@2.9.1

@cloudflare/kumo-figma@0.3.44

Patch Changes

  • Updated dependencies [ff76f30]
  • Updated dependencies [7468623]
  • Updated dependencies [d7639f2]
  • Updated dependencies [c599590]
    • @cloudflare/kumo@2.9.1

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 7c490a8 to 42a056d Compare August 3, 2026 15:19
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 42a056d to 4bfb194 Compare August 4, 2026 11:08
@mattrothenberg
mattrothenberg merged commit 3379407 into main Aug 4, 2026
6 checks passed
@mattrothenberg
mattrothenberg deleted the changeset-release/main branch August 4, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant