Version Packages#630
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
18 times, most recently
from
July 21, 2026 13:18
2f7e6ee to
a093dc3
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 21, 2026 14:11
a093dc3 to
4dd9710
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 main, this PR will be updated.
Releases
@cloudflare/kumo@2.9.0
Minor Changes
ff8ad54: Improves Banner contrast and CTA colors, adds compact sizing, and keeps components that consume the updated status tokens visually balanced.
Banner.ActionCTA compound that builds onButtonwith banner-specific accent styling. It supportsprimary(filled),secondary(accent-hued outline on a transparent background), andghostvariants.sizeprop toBanner("base"|"sm"); the compact"sm"size suits dialogs and other tight spaces and sets itsBanner.Actionchildren to thexssize.f919182: Improve chart loading states with a static, reduced-motion-aware
TimeseriesChartskeleton (line and bar variants matchingtype) and a newloadingprop forChartLegend.SmallItemandChartLegend.LargeItem.535d579: Add a
disabledprop toLinkButton. When disabled, it renders a real disabled<button>(dropping anchor-only attributes and event handlers) and supportstitletooltips explaining why the action is unavailable.Also removes stale Storybook references from the README and drops
.stories.tsxgeneration from the component scaffolder, since Storybook is no longer set up in this repo.aae94f1:
LinkButtonnow wraps in a KumoTooltipwhen atitleis provided, matchingButton's behavior. Previously an enabledLinkButtononly set a nativetitleattribute; it now surfaces the same styled tooltip on hover and focus.86ee08c: Add
useTableOfContentsActiveIdhook forTableOfContentsscroll tracking.The
TableOfContentscomponent is presentational, so consumers had to wire up their own scroll-position tracking. This adds a shared hook: pass the section ids (in document order) and it returns the active section id plus aselectSectionaction for click handling.IntersectionObserver), offset by an optional fixed-headeroffset; supports custom scroll containers viaroot.location.hashdeep links on load andhashchangeautomatically (opt out withtrackHash: false).selectSectionpins a clicked section until scrolling settles, so short sections stay highlighted after a jump. Works on browsers withoutscrollendsupport.activeIdisnullon the server).The docs site "On this page" table of contents now consumes this hook instead of its own bespoke observer.
Patch Changes
Flow.Node'srenderprop forward refs and spread received props.text-baseandtext-lgline heights to 1.5.@cloudflare/kumo-docs-astro@1.5.13
Patch Changes
9f17a15: Fix broken chart links in the docs site search.
Chart components (
Chart,SankeyChart,TimeseriesChart,BubbleMap,ChoroplethMap) are auto-discovered from the component registry, but their search results linked to/components/<name>(e.g./components/bubble-map), which 404s — chart docs live under/charts/*. Search now linksSankeyChart,TimeseriesChart,BubbleMap, andChoroplethMapto their correct/charts/*pages, and excludesChart/ChartLegend, which are already covered by the curated "Charts" and "Custom Chart" entries. Components that share the/charts/mapspage (BubbleMap,ChoroplethMap) deep-link to their section anchor, so e.g. searching "bubble" resolves to/charts/maps#bubble-map.bc2508c: Improve mobile and tablet responsive layout of the docs site.
lg:breakpoint (≥1024px) so tablets use the mobile drawer UX instead of a cramped side-by-side layout.86ee08c: Add
useTableOfContentsActiveIdhook forTableOfContentsscroll tracking.The
TableOfContentscomponent is presentational, so consumers had to wire up their own scroll-position tracking. This adds a shared hook: pass the section ids (in document order) and it returns the active section id plus aselectSectionaction for click handling.IntersectionObserver), offset by an optional fixed-headeroffset; supports custom scroll containers viaroot.location.hashdeep links on load andhashchangeautomatically (opt out withtrackHash: false).selectSectionpins a clicked section until scrolling settles, so short sections stay highlighted after a jump. Works on browsers withoutscrollendsupport.activeIdisnullon the server).The docs site "On this page" table of contents now consumes this hook instead of its own bespoke observer.
Updated dependencies [ff8ad54]
Updated dependencies [f919182]
Updated dependencies [b171c71]
Updated dependencies [4f0ed75]
Updated dependencies [5efe6dd]
Updated dependencies [32b2168]
Updated dependencies [535d579]
Updated dependencies [aae94f1]
Updated dependencies [2575f9c]
Updated dependencies [ee6e569]
Updated dependencies [86afc2b]
Updated dependencies [5516c22]
Updated dependencies [86ee08c]
@cloudflare/kumo-figma@0.3.43
Patch Changes