Skip to content

v0.138.5

Choose a tag to compare

@github-actions github-actions released this 19 May 09:41
· 31 commits to main since this release
6a8345a

Patch Changes

  • #1176 80a44921 Thanks @tenphi! - Tabs: keep the inline rename input mounted when triggered from the tab menu. Previously the Menu popover's <FocusScope restoreFocus> would yank focus back to the trigger as soon as the menu started closing, fire InlineInput's submitOnBlur, and unmount the input the user just opened — so clicking "Rename" appeared to do nothing.

    InlineInput now ignores blurs that happen within ~500ms of a programmatic startEditing() call (cleared on the first user keystroke). TabButton also retries focusing the input across the menu's exit transition as a belt-and-suspenders defense.

  • #1174 6aa0a511 Thanks @tenphi! - Add a new #surface-4 neutral token and use it as the container background for radio-style tabs.

    This updates both Tabs and RadioGroup tabs mode to the new surface depth and registers the token in type and editor token metadata.