Version Packages - #1263
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
tenphi
enabled auto-merge (squash)
July 29, 2026 13:15
Contributor
📦 NPM canary releaseDeployed canary version 0.0.0-canary-e4dba85. |
Contributor
🧪 Storybook is successfully deployed!
|
Contributor
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
6 tasks
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 version, changelog, and changeset cleanup only; functional risk lives in the already-merged features described in the changelog, not in this merge.
Overview
Release-only PR — no application source changes in the diff.
Bumps
package.jsonfrom0.148.0to0.149.0and adds a0.149.0section toCHANGELOG.mdby merging two consumed changesets (lazy-pandas-tidy.md,lucky-frogs-inform.md).The changelog documents what ships in this version:
InfoBadgeand relatedItemAction/ItemBadge/ field tooltip behavior and accessibility updates (minor), plus a@tenphi/tasty/ eslint-plugin-tasty bump with style reformatting only (patch).Reviewed by Cursor Bugbot for commit 643db33. Bugbot is set up for automated code reviews on this repo. Configure here.