Skip to content

Version Packages#290

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#290
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 24, 2026

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@1.17.0

Minor Changes

  • 250a6dd: Add action prop to Banner for rendering CTA buttons alongside structured title/description content without resorting to the children prop.
  • ef15662: Make timeseries' highlighted on hovering a data point
  • f0c8952: Add title prop to Button — wraps the button in a Tooltip when provided.

Patch Changes

  • 7721bc5: Checkbox.Group & Radio.Group: remove fieldset border box and simplify styling

    • Remove rounded-lg border border-kumo-line p-4 wrapper from both group fieldsets
    • Downsize legend from text-lg to text-base with inline-flex layout
    • Drop font-medium from Checkbox.Item and Radio.Item labels
  • 6c21970: Fix missing disabled styling on Combobox triggers. TriggerValue and TriggerMultipleWithInput now apply opacity-50 and cursor-not-allowed when disabled, matching the behaviour of the Select component.

  • 0060bb9: Remove ai/schemas.ts from version control (now fully generated at build time)

  • 04a1f07: Fix LayerCard.Primary stacking order when sandwiched between LayerCard.Secondary elements

  • 94d50e2: Fix SensitiveInput focus ring and global CSS pollution

    • Fix focus ring not showing on container when inner input is focused (focus-within:outline)
    • Add defensive styles to eye toggle and copy buttons to prevent global CSS pollution
    • Fix inputVariants parentFocusIndicator using wrong selector ([&:has(:focus-within)] → focus-within:)
  • eb68b35: Tabs indicator now uses translate-x for its transition animation, replacing the CSS left transition with a GPU-accelerated transform.

  • e21a6df: fix flow component not reflecting padding prop

  • 29c56fd: Surface: replace as prop with Base UI render prop for polymorphism

    The as prop used a hand-rolled generic forwardRef pattern (with as any casts) that conflicted with how the rest of the library handles polymorphism via Base UI's useRender hook.

    Surface now accepts a render prop, consistent with Link and other components. The old as prop is kept as a deprecated alias and continues to work unchanged — no migration required.

    // Still works (deprecated)
    <Surface as="section">...</Surface>
    
    // Preferred going forward
    <Surface render={<section />}>...</Surface>
  • 9272b4a: Switch: polish squircle styling

    • Use ring-inset on thumb to prevent border protruding beyond the track
    • Make thumb ring transparent to remove visible border outline
    • Switch focus indicator from ring to outline with outline-offset-2 to avoid clashing with the track's own ring border
  • 6b15bac: fix(Tabs): update segmented tab spacing and track styling

    • Adjust segmented Tabs list styling colour to bg-kumo-recessed and added ring to make the Tabs background more visible
    • Remove extra edge spacing and keep the segmented track/indicator alignment consistent
  • 7ac73d2: update status text token values for info and danger to improve a11y contrast ratio on banners.

  • dcbf185: Add truncate prop to Text component. When true, applies truncate min-w-0 classes to clip overflowing text with an ellipsis.

@cloudflare/kumo-docs-astro@1.3.16

Patch Changes

  • 6c21970: Fix missing disabled styling on Combobox triggers. TriggerValue and TriggerMultipleWithInput now apply opacity-50 and cursor-not-allowed when disabled, matching the behaviour of the Select component.
  • c58357d: Add changelog page
  • 0e5dd5e: restructure contributing docs into a complete contributor workflow so setup, validation, changeset, and PR guidance are all in one place
  • Updated dependencies [250a6dd]
  • Updated dependencies [7721bc5]
  • Updated dependencies [6c21970]
  • Updated dependencies [ef15662]
  • Updated dependencies [0060bb9]
  • Updated dependencies [04a1f07]
  • Updated dependencies [94d50e2]
  • Updated dependencies [eb68b35]
  • Updated dependencies [e21a6df]
  • Updated dependencies [29c56fd]
  • Updated dependencies [9272b4a]
  • Updated dependencies [6b15bac]
  • Updated dependencies [7ac73d2]
  • Updated dependencies [dcbf185]
  • Updated dependencies [f0c8952]
    • @cloudflare/kumo@1.17.0

@cloudflare/kumo-figma@0.3.21

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 27 times, most recently from 0a56797 to 2a90299 Compare March 27, 2026 18:54
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2a90299 to 3efb83e Compare March 27, 2026 21:19
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.

0 participants