Skip to content

Version Packages - #747

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

Version Packages#747
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

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.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.

  • 8482c50: fix(select): anchor the popup below the trigger and expose placement props

    Select.Positioner relied on Base UI's alignItemWithTrigger default (true),
    which overlays the popup on the trigger so the selected option's text lands on
    the trigger's value text, emulating a native <select>. Options always render at
    text-base, so on xs/sm triggers the popup was much taller than its anchor,
    and Base UI's compensating shift detached it from the trigger — on xs it
    overhung by 12.5px above and 45.5px below and sat 8px to the left, covering
    adjacent content.

    The popup now prefers bottom placement and is offset from the trigger, with
    Base UI's collision avoidance still flipping it automatically when the preferred
    side lacks space. Placement is configurable:

    prop default notes
    side "bottom" preferred side; still flips automatically on collision
    sideOffset 4 gap between trigger and popup, matching Combobox/Autocomplete
    align "start" alignment along the trigger edge
    alignOffset additional offset along the alignment axis
    alignItemWithTrigger false opt back in to the native <select> overlay

    The remaining Base UI Positioner controls are also forwarded unchanged:
    anchor, arrowPadding, positionMethod, collisionAvoidance,
    collisionBoundary, collisionPadding, sticky, and
    disableAnchorTracking.

    The popup also now tracks the trigger width via min-w-(--anchor-width) instead
    of min-w-[calc(var(--anchor-width)+3px)], which existed to visually offset the
    old item-alignment shift.

  • 7526a6a: Allow non-heading Text variants to inherit line height from their surrounding context.

@cloudflare/kumo-docs-astro@1.5.19

Patch Changes

  • Updated dependencies [4066307]
  • Updated dependencies [d004940]
  • Updated dependencies [f74936f]
  • Updated dependencies [8f0a1f0]
  • Updated dependencies [8482c50]
  • Updated dependencies [7526a6a]
    • @cloudflare/kumo@2.13.0

@cloudflare/kumo-figma@0.3.49

Patch Changes

  • Updated dependencies [4066307]
  • Updated dependencies [d004940]
  • Updated dependencies [f74936f]
  • Updated dependencies [8f0a1f0]
  • Updated dependencies [8482c50]
  • Updated dependencies [7526a6a]
    • @cloudflare/kumo@2.13.0
@github-actions
github-actions Bot force-pushed the changeset-release/main branch 9 times, most recently from c2bd262 to 370a411 Compare August 28, 2026 14:09
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 370a411 to a0cec5a Compare August 28, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

0 participants