Version Packages#1175
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1b78ce2 to
90cb5d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
@cube-dev/ui-kit@0.138.5
Patch Changes
#1176
80a44921Thanks @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, fireInlineInput'ssubmitOnBlur, and unmount the input the user just opened — so clicking "Rename" appeared to do nothing.InlineInputnow ignores blurs that happen within ~500ms of a programmaticstartEditing()call (cleared on the first user keystroke).TabButtonalso retries focusing the input across the menu's exit transition as a belt-and-suspenders defense.#1174
6aa0a511Thanks @tenphi! - Add a new#surface-4neutral token and use it as the container background for radio-style tabs.This updates both
TabsandRadioGrouptabs mode to the new surface depth and registers the token in type and editor token metadata.Note
Low Risk
Low risk: this PR only updates release metadata (version bump, changelog entries, and removes consumed changesets) with no functional code changes.
Overview
Publishes the
@cube-dev/ui-kit0.138.5 release by bumpingpackage.jsonversion and promoting the two patch notes intoCHANGELOG.md.Removes the now-consumed changeset files for the
Tabsrename-focus fix and the new#surface-4token/radio-tabs styling update.Reviewed by Cursor Bugbot for commit 90cb5d3. Bugbot is set up for automated code reviews on this repo. Configure here.