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.108.0
Minor Changes
#988
77b87cecThanks @tenphi! - Add HueSlider component for selecting hue values (0-359) with a rainbow gradient track using okhsl color space. The thumb dynamically reflects the current hue color.Add
trackStyles,thumbStyles, andthumbTokensprops to the Slider component to enable customization of track and thumb elements. The thumb fill color can be customized via#slider-thumband#slider-thumb-hoveredcolor tokens.#993
8b539949Thanks @tenphi! - Add support for booleantruevalues in color tokens. Whentrueis provided for a color token (#name), it converts totransparent. This works in:#overlay: { '': true, ':hover': '#purple' }<Element tokens={{ '#overlay': true }} />configure({ tokens: { '#surface': true } })Boolean
falseskips the token entirely (no CSS output).#993
8b539949Thanks @tenphi! - RenameshowActionsOnHoverprop toautoHideActionsin Item, ItemButton, and Tabs components. The new name better reflects the behavior: actions are hidden by default and revealed on hover, focus, or when an action is pressed.#988
77b87cecThanks @tenphi! - Allow passingfalseto sub-element keys in tasty styles to remove all styles for that sub-element when extending/wrapping styled components.Nullish values (
null,undefined) are treated as ignored (no change to styles).Patch Changes
#989
6fb56a68Thanks @tenphi! - Fix nested Layout panels affecting parent layouts by splitting context into actions and state, and add LayoutContextReset component to isolate nested panel contexts.Layout.Panel now uses React portals for rendering, which allows panels to work correctly even when wrapped in custom components. This removes the need for child detection heuristics and ensures reliable panel positioning regardless of component composition.
#992
945375c4Thanks @tenphi! - Update Tabs component API to usestringtype instead ofKeyfor all key-related props and callbacks. This aligns the public API with the internal implementation which already converts keys to strings for React Aria compatibility.#993
8b539949Thanks @tenphi! - Improve Tabs component styling with better element selectors and enhanced visual appearance. Updated shadow handling for file type tabs and refined scrollbar positioning in Layout components.#993
8b539949Thanks @tenphi! - Add styling props to Tabs component for sub-element customization:tabListPadding,tabListStyles,prefixStyles, andsuffixStyles.#993
8b539949Thanks @tenphi! - AdduseMergeStyleshook for merging base styles with sub-element style props. Simplifies accepting props liketabListStyles,prefixStylesthat merge intostyles.TabList,styles.Prefix.Note
Low Risk
Release bookkeeping only: version bump plus changelog updates and removal of consumed changeset files; no runtime/source changes are included here.
Overview
Publishes
@cube-dev/ui-kit@0.108.0by bumping the package version and adding the corresponding release notes toCHANGELOG.md.Removes the now-consumed
.changeset/*.mdentries that were rolled into the changelog.Written by Cursor Bugbot for commit 75903fe. This will update automatically on new commits. Configure here.