Version Packages - #1259
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 29, 2026 12:38
4217e3b to
b7c0a36
Compare
tenphi
enabled auto-merge (squash)
July 29, 2026 12:39
6 tasks
auto-merge was automatically disabled
July 29, 2026 13:00
Pull request was closed
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.149.0
Minor Changes
#1257
ad7190c7Thanks @tenphi! - Added theInfoBadgecomponent — an informational icon with a tooltip. It renders as a plainItemBadgeby default and upgrades to anItemActionlink/button as soon astooronPressis provided, so the same icon can point at the docs. The badge contains its own press events (includingpreventDefaulton click), which lets it sit inside a bigger click target — a field<label>, a switch row, a table header — without activating it. When interactive, the tooltip gets a localizedClick to learn more.suffix, whichtooltipSuffixoverrides or removes.sizeissmall|medium|large(defaultmedium). Every size contributes exactly one line to the text around it, so the badge stays vertically aligned with adjacent text — in a field label, a table header, or mid-paragraph — whichever size you pick.The info icon that fields render for their
tooltipprop is now anInfoBadge, so clicking it no longer activates the field it labels.tooltip={{ title }}onItemActionandItemBadgenow accepts anyReactNodeas the title. Rich titles are no longer used as thearia-label(previously they were stringified into it) — passaria-labelfor those.ItemActionandItemBadgenow treat an explicitaria-labelas higher priority than the accessible name inferred from a stringtooltip. PreviouslyItemActionlet the tooltip win, so anaria-labelpassed alongside a string tooltip was silently dropped.Patch Changes
07914318Thanks @tenphi! - Update@tenphi/tastyto 2.11.0 and@tenphi/eslint-plugin-tastyto 0.11.2, and reformat the styles the new lint rules cover. No public API or rendering change — every rewrite was verified to emit identical CSS, and Chromatic reports all 905 stories unchanged.Note
Low Risk
Diff is limited to version, changelog, and changeset cleanup with no runtime code changes in this PR.
Overview
Release
@cube-dev/ui-kit@0.149.0via Changesets: bumpspackage.jsonfrom0.148.0, folds merged changeset notes intoCHANGELOG.md, and removes the consumed.changesetentries.The 0.149.0 notes cover InfoBadge and related
ItemAction/ItemBadgetooltip andaria-labelbehavior (from #1257), plus a patch bump of@tenphi/tasty/ eslint-plugin with style-only lint reformatting (from #1260). No library source files appear in this diff—only version and changelog bookkeeping ahead of npm publish.Reviewed by Cursor Bugbot for commit b7c0a36. Bugbot is set up for automated code reviews on this repo. Configure here.