Skip to content

build(deps): bump @cloudflare/kumo from 2.6.0 to 2.14.0 - #1279

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/cloudflare/kumo-2.14.0
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/cloudflare/kumo-2.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps @cloudflare/kumo from 2.6.0 to 2.14.0.

Release notes

Sourced from @​cloudflare/kumo's releases.

@​cloudflare/kumo@​2.14.0

Minor Changes

  • da41be5: Update the bundled Base UI dependency to version 1.8.0 and expose its Combobox item collection and functional Toast update APIs.
  • 9ad4c57: Add ButtonGroup component for joining a small set of tightly-coupled buttons into a single control — most commonly a split button (a primary action next to a dropdown trigger). Handles layout only: children keep their own variant, size, and shape while the group flattens inner corners and overlaps borders so the buttons share one seam. Renders role="group". For grouping multiple independent buttons or inputs, use Toolbar instead.
  • d0b18d6: Add sidebar open-change completion callbacks.
  • cd119ab: Add the TagInput component for creating and removing free-form values.
  • 5d19dee: Add InlineCopyText, a compact borderless copy control for short values in dense interfaces and table cells. It accepts string or rich children, Text typography props excluding heading variants, an explicit copied value for rich content, localized accessible labels, inline success feedback, and hover or focus icon reveal.
  • 77489b5: Add an optional yAxisMinInterval prop to TimeseriesChart for discrete data.
  • 6989681: Add support for footer text below TimeseriesChart tooltip values.
  • 06321ce: Add a strict responsive LayerDialog component with automatic dismissal composition, alert-dialog semantics, mobile drawer behavior, and application-wide defaults for its built-in close and cancel copy through KumoLocaleProvider.
  • d4a3e71: Add GlobeMap, an SVG orthographic globe with boundary-free hatched land, horizon-faded geographic markers, optional geographic guides, pointer and keyboard rotation, automatic rotation, Kumo-themed tooltips, and no WebGL or ECharts requirement.

Patch Changes

  • de80043: Reset the native fieldset padding in radio and checkbox groups.
  • 1175556: Refine Empty state typography and balance description text when it wraps.
  • 5b1e222: Support nested LayerDialog drawers with independently layered backdrops and responsive mobile actions.
  • 9c970e3: Add a plain CodeHighlighted variant for frameless, padding-free code blocks with a correctly positioned copy button.
  • cfffa4e: Document app-root CSS isolation for reliable stacking of portaled components.
  • 6e7bd82: Update formatting for Vite+ 0.3.1.
  • 78d05b6: Use the up/down double chevron in Combobox value and input triggers to match Select.
  • 86029e4: Add a visual regression contract for truncating text in default Tooltip triggers.

@​cloudflare/kumo@​2.13.2

Patch Changes

  • 36fc155: Add scrollItemIntoView() to preserve the position of visible sidebar items while honoring alignment for offscreen items.

@​cloudflare/kumo@​2.13.1

Patch Changes

  • 7d5241d: Allow default Tooltip trigger children to control their line height, preventing inherited text from being clipped.

@​cloudflare/kumo@​2.13.0

Minor Changes

  • 4066307: Add unknown-total pagination support through hasNextPage.
  • f74936f: Add Toolbar.Link, which renders a LinkButton with toolbar sizing, styling, and keyboard navigation.

Patch Changes

  • d004940: Position dialogs near the top of the viewport instead of vertically centering them.

  • 8f0a1f0: Use the elevated surface color for even rows in the default Table variant.

  • 1ede8bf: fix(select): align the trigger surface with form controls

    Select triggers now use bg-kumo-control, including their open and disabled states, so they match Input, Combobox, and the rest of the form-control family.

... (truncated)

Changelog

Sourced from @​cloudflare/kumo's changelog.

2.14.0

Minor Changes

  • da41be5: Update the bundled Base UI dependency to version 1.8.0 and expose its Combobox item collection and functional Toast update APIs.
  • 9ad4c57: Add ButtonGroup component for joining a small set of tightly-coupled buttons into a single control — most commonly a split button (a primary action next to a dropdown trigger). Handles layout only: children keep their own variant, size, and shape while the group flattens inner corners and overlaps borders so the buttons share one seam. Renders role="group". For grouping multiple independent buttons or inputs, use Toolbar instead.
  • d0b18d6: Add sidebar open-change completion callbacks.
  • cd119ab: Add the TagInput component for creating and removing free-form values.
  • 5d19dee: Add InlineCopyText, a compact borderless copy control for short values in dense interfaces and table cells. It accepts string or rich children, Text typography props excluding heading variants, an explicit copied value for rich content, localized accessible labels, inline success feedback, and hover or focus icon reveal.
  • 77489b5: Add an optional yAxisMinInterval prop to TimeseriesChart for discrete data.
  • 6989681: Add support for footer text below TimeseriesChart tooltip values.
  • 06321ce: Add a strict responsive LayerDialog component with automatic dismissal composition, alert-dialog semantics, mobile drawer behavior, and application-wide defaults for its built-in close and cancel copy through KumoLocaleProvider.
  • d4a3e71: Add GlobeMap, an SVG orthographic globe with boundary-free hatched land, horizon-faded geographic markers, optional geographic guides, pointer and keyboard rotation, automatic rotation, Kumo-themed tooltips, and no WebGL or ECharts requirement.

Patch Changes

  • de80043: Reset the native fieldset padding in radio and checkbox groups.
  • 1175556: Refine Empty state typography and balance description text when it wraps.
  • 5b1e222: Support nested LayerDialog drawers with independently layered backdrops and responsive mobile actions.
  • 9c970e3: Add a plain CodeHighlighted variant for frameless, padding-free code blocks with a correctly positioned copy button.
  • cfffa4e: Document app-root CSS isolation for reliable stacking of portaled components.
  • 6e7bd82: Update formatting for Vite+ 0.3.1.
  • 78d05b6: Use the up/down double chevron in Combobox value and input triggers to match Select.
  • 86029e4: Add a visual regression contract for truncating text in default Tooltip triggers.

2.13.2

Patch Changes

  • 36fc155: Add scrollItemIntoView() to preserve the position of visible sidebar items while honoring alignment for offscreen items.

2.13.1

Patch Changes

  • 7d5241d: Allow default Tooltip trigger children to control their line height, preventing inherited text from being clipped.

2.13.0

Minor Changes

  • 4066307: Add unknown-total pagination support through hasNextPage.
  • f74936f: Add Toolbar.Link, which renders a LinkButton with toolbar sizing, styling, and keyboard navigation.

Patch Changes

  • d004940: Position dialogs near the top of the viewport instead of vertically centering them.
  • 8f0a1f0: Use the elevated surface color for even rows in the default Table variant.
  • 1ede8bf: fix(select): align the trigger surface with form controls

... (truncated)

Commits
  • a95073d Version Packages (#783)
  • 9c970e3 feat(code): add plain variant to CodeHighlighted component (#802)
  • 5b1e222 feat(layer-dialog): support nested drawers (#807)
  • 5d19dee feat(inline-copy-text): add compact copy control (#805)
  • 1175556 fix(empty): refine empty state styling (#806)
  • 86029e4 test: add visual contract CI foundation (#799)
  • cfffa4e docs: guide portal stacking isolation (#803)
  • d4a3e71 feat(chart): establish the official Kumo globe (#769)
  • 9ad4c57 feat(button-group): add ButtonGroup component (#640)
  • d0b18d6 [kumo] add sidebar transition completion callbacks (#798)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 21, 2026
Bumps [@cloudflare/kumo](https://github.com/cloudflare/kumo/tree/HEAD/packages/kumo) from 2.6.0 to 2.14.0.
- [Release notes](https://github.com/cloudflare/kumo/releases)
- [Changelog](https://github.com/cloudflare/kumo/blob/main/packages/kumo/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/kumo/commits/@cloudflare/kumo@2.14.0/packages/kumo)

---
updated-dependencies:
- dependency-name: "@cloudflare/kumo"
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare/kumo-2.14.0 branch from a836114 to 85b5078 Compare September 21, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants