diff --git a/.changeset/base-ui-1-8.md b/.changeset/base-ui-1-8.md deleted file mode 100644 index d48c70fe22..0000000000 --- a/.changeset/base-ui-1-8.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": minor ---- - -Update the bundled Base UI dependency to version 1.8.0 and expose its Combobox item collection and functional Toast update APIs. diff --git a/.changeset/button-group.md b/.changeset/button-group.md deleted file mode 100644 index 5efe035f05..0000000000 --- a/.changeset/button-group.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": minor ---- - -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. diff --git a/.changeset/calm-sidebars-complete.md b/.changeset/calm-sidebars-complete.md deleted file mode 100644 index 0841016625..0000000000 --- a/.changeset/calm-sidebars-complete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": minor ---- - -Add sidebar open-change completion callbacks. diff --git a/.changeset/clean-fieldsets-rest.md b/.changeset/clean-fieldsets-rest.md deleted file mode 100644 index 0813007841..0000000000 --- a/.changeset/clean-fieldsets-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": patch ---- - -Reset the native fieldset padding in radio and checkbox groups. diff --git a/.changeset/gentle-empty-titles.md b/.changeset/gentle-empty-titles.md deleted file mode 100644 index d1e2331280..0000000000 --- a/.changeset/gentle-empty-titles.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": patch ---- - -Refine Empty state typography and balance description text when it wraps. diff --git a/.changeset/green-clocks-build.md b/.changeset/green-clocks-build.md deleted file mode 100644 index 988aeca904..0000000000 --- a/.changeset/green-clocks-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": minor ---- - -Add the TagInput component for creating and removing free-form values. diff --git a/.changeset/inline-copy-text.md b/.changeset/inline-copy-text.md deleted file mode 100644 index dc635d9af4..0000000000 --- a/.changeset/inline-copy-text.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": minor ---- - -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. diff --git a/.changeset/nested-layer-dialogs.md b/.changeset/nested-layer-dialogs.md deleted file mode 100644 index c0584cc06d..0000000000 --- a/.changeset/nested-layer-dialogs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": patch ---- - -Support nested LayerDialog drawers with independently layered backdrops and responsive mobile actions. diff --git a/.changeset/plain-code-highlighted.md b/.changeset/plain-code-highlighted.md deleted file mode 100644 index 4ba0e6dc4e..0000000000 --- a/.changeset/plain-code-highlighted.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": patch ---- - -Add a plain CodeHighlighted variant for frameless, padding-free code blocks with a correctly positioned copy button. diff --git a/.changeset/portal-stacking-guidance.md b/.changeset/portal-stacking-guidance.md deleted file mode 100644 index 1aed4928ff..0000000000 --- a/.changeset/portal-stacking-guidance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": patch ---- - -Document app-root CSS isolation for reliable stacking of portaled components. diff --git a/.changeset/quick-pandas-smile.md b/.changeset/quick-pandas-smile.md deleted file mode 100644 index 5390236928..0000000000 --- a/.changeset/quick-pandas-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": patch ---- - -Update formatting for Vite+ 0.3.1. diff --git a/.changeset/silly-integers-relax.md b/.changeset/silly-integers-relax.md deleted file mode 100644 index a08b83ee38..0000000000 --- a/.changeset/silly-integers-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": minor ---- - -Add an optional `yAxisMinInterval` prop to `TimeseriesChart` for discrete data. diff --git a/.changeset/soft-chart-footers.md b/.changeset/soft-chart-footers.md deleted file mode 100644 index b23c405d5f..0000000000 --- a/.changeset/soft-chart-footers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": minor ---- - -Add support for footer text below `TimeseriesChart` tooltip values. diff --git a/.changeset/strict-layer-dialog.md b/.changeset/strict-layer-dialog.md deleted file mode 100644 index 5c8627b9d0..0000000000 --- a/.changeset/strict-layer-dialog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": minor ---- - -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`. diff --git a/.changeset/unify-combobox-select-chevrons.md b/.changeset/unify-combobox-select-chevrons.md deleted file mode 100644 index ea9ea03f79..0000000000 --- a/.changeset/unify-combobox-select-chevrons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": patch ---- - -Use the up/down double chevron in Combobox value and input triggers to match Select. diff --git a/.changeset/visual-contracts-tooltip.md b/.changeset/visual-contracts-tooltip.md deleted file mode 100644 index fd3fa8bebb..0000000000 --- a/.changeset/visual-contracts-tooltip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": patch ---- - -Add a visual regression contract for truncating text in default Tooltip triggers. diff --git a/.changeset/warm-globes-drift.md b/.changeset/warm-globes-drift.md deleted file mode 100644 index 4048fa6d72..0000000000 --- a/.changeset/warm-globes-drift.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudflare/kumo": minor ---- - -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. diff --git a/packages/kumo-docs-astro/CHANGELOG.md b/packages/kumo-docs-astro/CHANGELOG.md index c09acd5bb5..3c79d189cb 100644 --- a/packages/kumo-docs-astro/CHANGELOG.md +++ b/packages/kumo-docs-astro/CHANGELOG.md @@ -1,5 +1,28 @@ # @cloudflare/kumo-docs-astro +## 1.5.22 + +### Patch Changes + +- Updated dependencies [da41be5] +- Updated dependencies [9ad4c57] +- Updated dependencies [d0b18d6] +- Updated dependencies [de80043] +- Updated dependencies [1175556] +- Updated dependencies [cd119ab] +- Updated dependencies [5d19dee] +- Updated dependencies [5b1e222] +- Updated dependencies [9c970e3] +- Updated dependencies [cfffa4e] +- Updated dependencies [6e7bd82] +- Updated dependencies [77489b5] +- Updated dependencies [6989681] +- Updated dependencies [06321ce] +- Updated dependencies [78d05b6] +- Updated dependencies [86029e4] +- Updated dependencies [d4a3e71] + - @cloudflare/kumo@2.14.0 + ## 1.5.21 ### Patch Changes diff --git a/packages/kumo-docs-astro/package.json b/packages/kumo-docs-astro/package.json index aa14062d84..08171831f0 100644 --- a/packages/kumo-docs-astro/package.json +++ b/packages/kumo-docs-astro/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/kumo-docs-astro", - "version": "1.5.21", + "version": "1.5.22", "private": true, "type": "module", "exports": { diff --git a/packages/kumo-figma/CHANGELOG.md b/packages/kumo-figma/CHANGELOG.md index b1965a6645..0438784d36 100644 --- a/packages/kumo-figma/CHANGELOG.md +++ b/packages/kumo-figma/CHANGELOG.md @@ -1,5 +1,28 @@ # @cloudflare/figma-plugin +## 0.3.52 + +### Patch Changes + +- Updated dependencies [da41be5] +- Updated dependencies [9ad4c57] +- Updated dependencies [d0b18d6] +- Updated dependencies [de80043] +- Updated dependencies [1175556] +- Updated dependencies [cd119ab] +- Updated dependencies [5d19dee] +- Updated dependencies [5b1e222] +- Updated dependencies [9c970e3] +- Updated dependencies [cfffa4e] +- Updated dependencies [6e7bd82] +- Updated dependencies [77489b5] +- Updated dependencies [6989681] +- Updated dependencies [06321ce] +- Updated dependencies [78d05b6] +- Updated dependencies [86029e4] +- Updated dependencies [d4a3e71] + - @cloudflare/kumo@2.14.0 + ## 0.3.51 ### Patch Changes diff --git a/packages/kumo-figma/package.json b/packages/kumo-figma/package.json index daa0cf8d8d..9322a831eb 100644 --- a/packages/kumo-figma/package.json +++ b/packages/kumo-figma/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/kumo-figma", - "version": "0.3.51", + "version": "0.3.52", "private": true, "description": "Figma plugin for generating Kumo UI Kit components", "license": "MIT", diff --git a/packages/kumo/CHANGELOG.md b/packages/kumo/CHANGELOG.md index 61d61c284d..bde9b5f184 100644 --- a/packages/kumo/CHANGELOG.md +++ b/packages/kumo/CHANGELOG.md @@ -1,5 +1,30 @@ # @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. + ## 2.13.2 ### Patch Changes diff --git a/packages/kumo/package.json b/packages/kumo/package.json index 2c812dd58e..22cc724dd7 100644 --- a/packages/kumo/package.json +++ b/packages/kumo/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/kumo", - "version": "2.13.2", + "version": "2.14.0", "private": false, "description": "Kumo - Cloudflare's component library for building modern web applications", "keywords": [