Version Packages - #1292
Open
tenphi wants to merge 1 commit into
Open
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
August 7, 2026 20:49
4fc6732 to
64069eb
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.157.0
Minor Changes
#1289
c7c85799Thanks @tenphi! - RemoveFileTabs. UseTabsinstead.FileTabswas an editor-style tab bar with close buttons and dirty-state dots.Its
FileTabPropshas carried@deprecated consider using <Tabs /> insteadsince before the Glaze migration. Cube Cloud — the component's only known
consumer — moved
FilesEditorontoTabsin October 2025 and has had noreference to it since.
Removed from the public API: the
FileTabscomponent (with itsFileTabs.TabPanesubcomponent) and theCubeFileTabPropstype.The close button is the main behaviour to port: on
Tabsit isonDelete, andpassing it is what makes the buttons appear (
onTabCloseonFileTabs).Tabshas no built-in equivalent ofisDirty— render the unsaved indicatorinto the tab's
titleoractions, which is what Cube Cloud'sFilesEditordoes.
#1291
90e86d48Thanks @tenphi! - ExportIconSwitch(and itsCubeIconSwitchPropstype) from the package root.IconSwitchcross-fades between icons when its children change — the animatedicon swap used inside buttons and items. It already had a stories file and a
published docs page under
Helpers/IconSwitch, andsrc/components/helpers/index.tsexported it, but that barrel is not re-exported from
src/index.ts— onlyDisplayTransitionwas pulled through. So the component was publicly documentedwhile being impossible to import.
Note
Medium Risk
Shipping a minor release that drops FileTabs is a breaking change for any external importer still on FileTabs; IconSwitch export is additive and low risk.
Overview
Automated Changesets release that bumps
@cube-dev/ui-kitfrom 0.156.0 to 0.157.0, folds the pending minor changesets into CHANGELOG.md, and deletes the consumed.changesetentries.The published 0.157.0 minor release (already landed on main via prior PRs) removes deprecated
FileTabs/CubeFileTabPropsin favor ofTabs(onTabClose→onDelete), and exportsIconSwitchandCubeIconSwitchPropsfrom the package root so they match the existing docs.Reviewed by Cursor Bugbot for commit 64069eb. Bugbot is set up for automated code reviews on this repo. Configure here.