Skip to content

@cloudflare/kumo@2.10.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 18:01
· 9 commits to main since this release
766d571

Minor Changes

  • 4b9a4dc: Allow Select and Combobox triggers to compose directly with Toolbar.Button and Toolbar.Input through their render props, adding grouped styling and arrow-key focus management while preserving regular Select.* and Combobox.* APIs.

    Deprecate Toolbar's configurable size prop and size metadata exports. They remain functional for compatibility; omitting size continues to use the base size.

Patch Changes

  • 65db2e6: Forward link-specific props in Tabs and Sidebar so link-rendered tabs can opt out of native button semantics, and Sidebar link buttons preserve attributes like aria-current.
  • 0c58325: Expose all positioner props on Combobox.Content (anchor, positionMethod, collisionAvoidance, collisionBoundary, collisionPadding, sticky, disableAnchorTracking).
  • 528d5ff: Populate InputArea props in component registry so the docs API reference table renders correctly
  • 75c3b14: Fix Sidebar peeking state during SlidingViews transitions.
  • 1d9b588: Fix Tabs overflow controls when tabs are removed and the remaining tabs fit.