diff --git a/.changeset/bright-rabbits-walk.md b/.changeset/bright-rabbits-walk.md deleted file mode 100644 index 3e4f5ae70..000000000 --- a/.changeset/bright-rabbits-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Allow text wrapping in labels. diff --git a/.changeset/filter-picker-render-summary-no-selection.md b/.changeset/filter-picker-render-summary-no-selection.md deleted file mode 100644 index a909fa3f6..000000000 --- a/.changeset/filter-picker-render-summary-no-selection.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix FilterPicker `renderSummary` to be evaluated regardless of selection state. The custom summary renderer and `renderSummary={false}` now work correctly even when no items are selected, providing consistent control over trigger content display. - diff --git a/.changeset/item-show-actions-on-hover.md b/.changeset/item-show-actions-on-hover.md deleted file mode 100644 index e9f691955..000000000 --- a/.changeset/item-show-actions-on-hover.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -Add `showActionsOnHover` prop to Item component. When enabled, actions are hidden by default and revealed smoothly on hover, focus, or focus-within states using opacity transitions. This provides a cleaner interface while keeping actions easily accessible without content shifting. - diff --git a/.changeset/text-placeholder-variant.md b/.changeset/text-placeholder-variant.md deleted file mode 100644 index c876488db..000000000 --- a/.changeset/text-placeholder-variant.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Add `Text.Placeholder` variant with disabled opacity styling. This new text variant is useful for displaying placeholder content with reduced visual emphasis. - - diff --git a/CHANGELOG.md b/CHANGELOG.md index 530a9d174..c353a6451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @cube-dev/ui-kit +## 0.90.0 + +### Minor Changes + +- [#880](https://github.com/cube-js/cube-ui-kit/pull/880) [`e5884d46`](https://github.com/cube-js/cube-ui-kit/commit/e5884d4671e2bbb818d55a47e48a1ba671a9abfa) Thanks [@tenphi](https://github.com/tenphi)! - Add `showActionsOnHover` prop to Item component. When enabled, actions are hidden by default and revealed smoothly on hover, focus, or focus-within states using opacity transitions. This provides a cleaner interface while keeping actions easily accessible without content shifting. + +### Patch Changes + +- [#880](https://github.com/cube-js/cube-ui-kit/pull/880) [`e5884d46`](https://github.com/cube-js/cube-ui-kit/commit/e5884d4671e2bbb818d55a47e48a1ba671a9abfa) Thanks [@tenphi](https://github.com/tenphi)! - Allow text wrapping in labels. + +- [#880](https://github.com/cube-js/cube-ui-kit/pull/880) [`e5884d46`](https://github.com/cube-js/cube-ui-kit/commit/e5884d4671e2bbb818d55a47e48a1ba671a9abfa) Thanks [@tenphi](https://github.com/tenphi)! - Fix FilterPicker `renderSummary` to be evaluated regardless of selection state. The custom summary renderer and `renderSummary={false}` now work correctly even when no items are selected, providing consistent control over trigger content display. + +- [#880](https://github.com/cube-js/cube-ui-kit/pull/880) [`e5884d46`](https://github.com/cube-js/cube-ui-kit/commit/e5884d4671e2bbb818d55a47e48a1ba671a9abfa) Thanks [@tenphi](https://github.com/tenphi)! - Add `Text.Placeholder` variant with disabled opacity styling. This new text variant is useful for displaying placeholder content with reduced visual emphasis. + ## 0.89.2 ### Patch Changes diff --git a/package.json b/package.json index c0c4f058b..59881acd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.89.2", + "version": "0.90.0", "type": "module", "description": "UIKit for Cube Projects", "repository": {