Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.118.0
Minor Changes
#1056
fada43b6Thanks @tenphi! - AddisDismissableoption to progress toasts. When enabled, a "Hide" action button appears during loading, allowing users to temporarily dismiss the toast. The toast will not re-appear during the same loading cycle after being dismissed.#1056
fada43b6Thanks @tenphi! - RenameisDismissibleprop toisDismissablein Banner and Notification components for consistency with other components (Dialog, LayoutPanel, etc.). This is a breaking change - update your code to useisDismissableinstead ofisDismissible.#1056
fada43b6Thanks @tenphi! - Add notification restore functionality. When an async action returnsfalse, dismissed notifications can now be restored automatically.Patch Changes
fada43b6Thanks @tenphi! - Improve progress toast updates. Progress toasts now update in-place instead of removing and re-adding, preventing unnecessary exit/enter animations when data changes.Note
Low Risk
Low risk: this PR only bumps the package version and rolls up existing changeset entries into the changelog; no runtime/source code is modified.
Overview
Packages
@cube-dev/ui-kitfor release0.118.0by removing consumed changesets, bumpingpackage.jsonversion from0.117.0to0.118.0, and updatingCHANGELOG.mdwith the release notes (including theisDismissableadditions/rename, notification restore behavior, and progress toast update-in-place improvement).Written by Cursor Bugbot for commit 2a22521. This will update automatically on new commits. Configure here.