Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
c064c99 to
f8a812c
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.128.0
Minor Changes
#1124
9d3785c4Thanks @tenphi! - SimplifyisLoadingItemsinFilterPickerandFilterListBox— it now shows a loading spinner in the search input suffix inside the popover instead of a full disclaimer. The trigger no longer shows a loading icon forisLoadingItems. RemoveloadingItemsLabelprop. UnifyemptyLabelto cover all empty states: when provided, it overrides both the "No items" and "No results found" defaults.During an in-flight server fetch (
filter={false}+isLoadingItems={true}), stale items that do not text-match the current search are now hidden client-side viacontains. This avoids confusing UI where unrelated stale items remain visible alongside the user's typed value. Once the fetch resolves andisLoadingItemsflips back tofalse, the parent's items are shown as-is.Locally-injected selected custom values (the ones that persist via
customKeysin multi-select withallowsCustomValue) now also respect the search input regardless offilter={false}. Previously they remained visible while the parent's items were filtered, which created an inconsistent UI.filter={false}only governs how parent-provided items are filtered — it does not exempt FilterListBox's own injected items.Improve virtual-focus behavior with
allowsCustomValue:Note
Low Risk
Low risk because this PR only updates release metadata (version/changelog) and removes the consumed changeset file; it does not change runtime code.
Overview
Publishes
@cube-dev/ui-kit@0.128.0by bumpingpackage.jsonfrom0.127.3to0.128.0and moving the release notes intoCHANGELOG.md.Removes the consumed changeset file
.changeset/filterpicker-loading-items.mdas part of the release process.Reviewed by Cursor Bugbot for commit f8a812c. Bugbot is set up for automated code reviews on this repo. Configure here.