Version Packages - #1339
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🧪 Storybook is successfully deployed!
|
Contributor
🏋️ Size limit report
Compared against main at 4ffa6e0 — run 32466261879, 2026-08-21T09:05:59Z.To see which modules changed, download the size-limit-statoscope-report artifact from this run and open report.html. |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 09:36
49a086d to
35e4327
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 11:12
35e4327 to
b507611
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 11:17
b507611 to
fa8f4b7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 11:47
fa8f4b7 to
26d2bb7
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 13:11
26d2bb7 to
a0adc05
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 13:46
a0adc05 to
70554a0
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 21, 2026 14:09
70554a0 to
5eac7ee
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.165.0
Minor Changes
4ffa6e03Thanks @tenphi! - Add accessible nested tree rows, expansion state, hierarchy-aware operations, cascading ItemTable selection, grouped DataTable headers for pivoted results, and intrinsic table sizing withisAutoHeight.Patch Changes
#1343
947bd472Thanks @tenphi! - Make Board'scollisionMode="swap"source-aware: cross-board drops now insert only at an empty anchor, downscale without moving destination widgets, and cancel invalid transfers.#1341
7a4b6778Thanks @tenphi! - Update Tasty to 3.1.0. Colour-token opacity is now applied with CSS relative colour syntax instead of the token's channel components, so every#token.Nvalue —#surface-text.04,#purple.10and the rest — emitsoklch(from var(--surface-text-color) l c h / .04). The colours are unchanged,#current.Nstill composes with the alpha it inherits, and the--*-color-rgbcompanion variables are untouched, so raw CSS that reads them directly (rgb(var(--primary-color-rgb) / .2)inGlobalStyles) keeps working. Tasty also now treatslight-dark()andcontrast-color()as colours, alongsidecolor-mix()andcolor().#1337
4594454bThanks @tenphi! -TextArea/CommandTextArea:autoSizeno longer disturbs the page while typing, and a single line is one row again.height: autoon the real element, force a layout, then restore it — twice per keystroke. Any ancestor sharing the column re-laid out mid-keystroke, so in a chat layout the transcript's scroll viewport grew by the collapsed rows and its scroll offset moved; the browser's scroll anchoring undid that imperfectly, which reads as the whole conversation bouncing a pixel in the rhythm of typing. A textarea already grown past itsrowsminimum — the everyday state of a chat prompt — lost 40px of scroll offset per keystroke with anchoring out of the way.height: autosizes a textarea from itsrowsattribute and the font's own metrics, and that height was being divided by CSSline-heightto get a row count. Where the line height is tighter than the font's natural line box, one line of text counted as two rows, so anautoSizetextarea withrows={1}rendered a row taller than its content. Row counting now rounds a measured content height that carries no such floor, which also stops a fractional line height (a zoomed page, a percentage preset) from adding a phantom row.Note
Low Risk
Release-only change: version bump, changelog, and changeset file removal. No application or runtime code is modified.
Overview
Changesets release for @cube-dev/ui-kit@0.165.0. Version is bumped in
package.json, pending changeset files are consumed, andCHANGELOG.mdis updated.Minor: nested tree rows, expansion, hierarchy-aware table ops, cascading ItemTable selection, grouped DataTable headers, and
isAutoHeight.Patches: source-aware Board
collisionMode="swap"for cross-board drops; Tasty 3.1.0 relative-color opacity; TextArea/CommandTextAreaautoSizemeasured off-screen with corrected row counting.Reviewed by Cursor Bugbot for commit 5eac7ee. Bugbot is set up for automated code reviews on this repo. Configure here.