Version Packages - #737
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
August 20, 2026 12:56
d42dd31 to
b70fa48
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 20, 2026 12:58
b70fa48 to
fea6afc
Compare
geoquant
approved these changes
Aug 20, 2026
commit: |
Contributor
Author
Docs PreviewCommit: |
Contributor
Author
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.12.0
Minor Changes
Textheadingvariant with a 16px semibold default and a 20pxsize="lg"option. The variant defaults to aspan, so callers choose headingsemantics explicitly with
as. Deprecate the numberedheading1,heading2,and
heading3variants.Patch Changes
d7a7a35:
Collapsible.DefaultTriggernow usestext-kumo-default(neutral) withfont-mediuminstead of the bluetext-kumo-linkcolor.0db4f66: deprecate
MenuBarin favor of segmentedTabsMenuBarcomponent (and its exports) as@deprecated; it will be removed in a future releaseTabswithvariant="segmented"(the defaultTabsvariant)MenuBaris unchanged for existing consumersMenuBardocumentation page and demos from the docs sitec64183b: Fix Toast background clipping the ring outline at the corners — the inner background layer's radius (11px) was smaller than the root's
rounded-xl(12px), painting over the ring at the corners. Matched them up.ef13cb4: Restore disabled and loading state handling for
Toolbar.Buttonso disabledcontrols expose the correct semantics and cannot be activated.
51d0f03: Normalize shadows and outlines on tip-style overlays (Popover, Tooltip, ClipboardText, Chart tooltip).
shadow-kumo-tip-shadowcolor override so shadows use Tailwind's default translucent black instead of an opaque light-gray in light mode.shadow-md; ClipboardText's "Copied" toast keepsshadow-lgto match the Toast component.outline-kumo-filltooutline-kumo-line, matching every other floating surface (Dropdown, Select, Combobox, Dialog, etc.).kumo-tip-shadow→kumo-arrow-edgeandkumo-tip-stroke→kumo-arrow-stroke. The tokens draw the border on Popover/Tooltip arrow SVGs, not a box shadow. Both now resolve tokumo-line, so the arrow border aligns with the popup outline in both modes.d586bf3: Add
scrollToItem(id, options?)touseSidebar()for imperatively scrollinga nav item into the sidebar viewport. Tag items with the new
itemIdprop onSidebar.MenuButtonorSidebar.MenuItem.Options:
align:"start" | "center" | "end" | "auto"(default"auto"— no-op ifthe item is already visible; otherwise scroll the minimum distance).
behavior:"auto" | "smooth"(default"auto"— instant, best forcross-app landings so users don't watch the sidebar animate on entry).
prefers-reduced-motionforces"auto".Scrolls only the sidebar viewport (never the document) and works with
Sidebar.SlidingViews: items register with the provider via an internalmap, so
scrollToItemwalks up from the target to find its owning viewportrather than querying the DOM.
@cloudflare/kumo-docs-astro@1.5.18
Patch Changes
@cloudflare/kumo-figma@0.3.48
Patch Changes