Version Packages - #1272
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🧪 Storybook is successfully deployed!
|
Contributor
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 30, 2026 12:43
dafa993 to
cbab16c
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.151.0
Minor Changes
#1270
65bf3bc1Thanks @tenphi! - Breaking: removeCloudLogo. It shipped the previous brand artwork with hard-coded hexes (#ff6492,#141446,#7a77ff,#a14474) and the retired "Cube Cloud" wordmark, so it could neither adapt to a colour scheme nor be recoloured.Replaced by two
Icon-based marks:CubeLogo— the square cube mark.sizedrives both axes, like any other icon.CubeFullLogo— mark plus wordmark on one canvas.sizesets the height only; the width follows the artwork's98 / 28ratio viaaspect-ratio, so the wordmark is never squashed. Do not set an explicitwidth.Both draw every path with
currentColor, so they inherit the surrounding text colour or take an explicitcolor, and both fall back to$icon-sizewhen nosizeis given.The mark is two different drawings rather than one recoloured — the dark variant is filled differently to hold its weight on a dark surface — and the
@darkstate swaps them in CSS. That costs no re-render, needs no scheme prop, and is correct during SSR. Both paths are always present in the DOM, so assert on[data-element="LightMark"]/[data-element="DarkMark"]rather than a singlepath.Migrating:
<CloudLogo to="/" />became a logo inside an interactive element rather than being one itself, since the old component was aButton. Wrap it yourself and keep the accessible name on the control:Note
Medium Risk
Breaking public API removal (
CloudLogo) will fail builds or runtime for dependents until they migrate; the diff itself is low-risk release bookkeeping.Overview
Changesets release that publishes
@cube-dev/ui-kit@0.151.0: bumpspackage.json, rolls the consumed changeset intoCHANGELOG.md, and drops.changeset/cube-logo-components.md.The 0.151.0 minor documents a breaking API change from #1270:
CloudLogois removed in favor of themeableCubeLogoandCubeFullLogo(currentColor, CSS@darkmark swap). Consumers that used<CloudLogo to="…" />must wrapCubeFullLogoin their ownButton(or link) and keep the accessible name on the control.Reviewed by Cursor Bugbot for commit cbab16c. Bugbot is set up for automated code reviews on this repo. Configure here.