From ff49e9f2ac66f06d2a379a0debc56d296db6e5a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 13:38:42 +0000 Subject: [PATCH] chore: release --- .changeset/color-token-fallback.md | 6 ------ .changeset/overlay-min-width-improvement.md | 6 ------ .changeset/picker-is-button-prop.md | 6 ------ .changeset/pink-rivers-destroy.md | 5 ----- .changeset/remove-legacy-at-syntax.md | 6 ------ .changeset/tidy-laws-repair.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 8 files changed, 19 insertions(+), 35 deletions(-) delete mode 100644 .changeset/color-token-fallback.md delete mode 100644 .changeset/overlay-min-width-improvement.md delete mode 100644 .changeset/picker-is-button-prop.md delete mode 100644 .changeset/pink-rivers-destroy.md delete mode 100644 .changeset/remove-legacy-at-syntax.md delete mode 100644 .changeset/tidy-laws-repair.md diff --git a/.changeset/color-token-fallback.md b/.changeset/color-token-fallback.md deleted file mode 100644 index 92759512b..000000000 --- a/.changeset/color-token-fallback.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Added color token fallback syntax `(#color, #fallback)` for robust color hierarchies. Supports nested fallbacks like `(#primary, (#secondary, #default))`. Automatically generates RGB variants for the entire fallback chain, ensuring proper color variable resolution at runtime. - diff --git a/.changeset/overlay-min-width-improvement.md b/.changeset/overlay-min-width-improvement.md deleted file mode 100644 index 622a5d9a3..000000000 --- a/.changeset/overlay-min-width-improvement.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Improved overlay width behavior for Picker and FilterPicker components to match their trigger button width, ensuring better visual consistency. - diff --git a/.changeset/picker-is-button-prop.md b/.changeset/picker-is-button-prop.md deleted file mode 100644 index f12187b37..000000000 --- a/.changeset/picker-is-button-prop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Add `isButton` prop support to `Picker`, `FilterPicker`, and `Select` components. The prop is now properly passed to their trigger components (`ItemButton` for Picker/FilterPicker, `Item` for Select), allowing control over button styling. Defaults to `false` to maintain existing behavior. - diff --git a/.changeset/pink-rivers-destroy.md b/.changeset/pink-rivers-destroy.md deleted file mode 100644 index 66dbbe1e7..000000000 --- a/.changeset/pink-rivers-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Decrease containerPadding of all overlays 12px -> 8px. diff --git a/.changeset/remove-legacy-at-syntax.md b/.changeset/remove-legacy-at-syntax.md deleted file mode 100644 index 3764ba78c..000000000 --- a/.changeset/remove-legacy-at-syntax.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@cube-dev/ui-kit': minor ---- - -Removed legacy `@` prefix support for custom properties. Use `$` prefix instead (e.g., `$custom-color` instead of `@custom-color`). - diff --git a/.changeset/tidy-laws-repair.md b/.changeset/tidy-laws-repair.md deleted file mode 100644 index eb498ac9d..000000000 --- a/.changeset/tidy-laws-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -Specify `data-input-type` attribute for each field component and improve `qa` prop handling in various field components for consistency. diff --git a/CHANGELOG.md b/CHANGELOG.md index c411879db..31532b21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @cube-dev/ui-kit +## 0.92.0 + +### Minor Changes + +- [#890](https://github.com/cube-js/cube-ui-kit/pull/890) [`b79f55c6`](https://github.com/cube-js/cube-ui-kit/commit/b79f55c67159ecbbd9a04e69fcafe166c649e5d0) Thanks [@tenphi](https://github.com/tenphi)! - Added color token fallback syntax `(#color, #fallback)` for robust color hierarchies. Supports nested fallbacks like `(#primary, (#secondary, #default))`. Automatically generates RGB variants for the entire fallback chain, ensuring proper color variable resolution at runtime. + +- [#890](https://github.com/cube-js/cube-ui-kit/pull/890) [`b79f55c6`](https://github.com/cube-js/cube-ui-kit/commit/b79f55c67159ecbbd9a04e69fcafe166c649e5d0) Thanks [@tenphi](https://github.com/tenphi)! - Add `isButton` prop support to `Picker`, `FilterPicker`, and `Select` components. The prop is now properly passed to their trigger components (`ItemButton` for Picker/FilterPicker, `Item` for Select), allowing control over button styling. Defaults to `false` to maintain existing behavior. + +- [#890](https://github.com/cube-js/cube-ui-kit/pull/890) [`b79f55c6`](https://github.com/cube-js/cube-ui-kit/commit/b79f55c67159ecbbd9a04e69fcafe166c649e5d0) Thanks [@tenphi](https://github.com/tenphi)! - Removed legacy `@` prefix support for custom properties. Use `# @cube-dev/ui-kit prefix instead (e.g., `$custom-color`instead of`@custom-color`). + +- [#890](https://github.com/cube-js/cube-ui-kit/pull/890) [`b79f55c6`](https://github.com/cube-js/cube-ui-kit/commit/b79f55c67159ecbbd9a04e69fcafe166c649e5d0) Thanks [@tenphi](https://github.com/tenphi)! - Specify `data-input-type` attribute for each field component and improve `qa` prop handling in various field components for consistency. + +### Patch Changes + +- [#890](https://github.com/cube-js/cube-ui-kit/pull/890) [`b79f55c6`](https://github.com/cube-js/cube-ui-kit/commit/b79f55c67159ecbbd9a04e69fcafe166c649e5d0) Thanks [@tenphi](https://github.com/tenphi)! - Improved overlay width behavior for Picker and FilterPicker components to match their trigger button width, ensuring better visual consistency. + +- [#890](https://github.com/cube-js/cube-ui-kit/pull/890) [`b79f55c6`](https://github.com/cube-js/cube-ui-kit/commit/b79f55c67159ecbbd9a04e69fcafe166c649e5d0) Thanks [@tenphi](https://github.com/tenphi)! - Decrease containerPadding of all overlays 12px -> 8px. + ## 0.91.0 ### Minor Changes diff --git a/package.json b/package.json index 9916e04e0..ccf21a8b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.91.0", + "version": "0.92.0", "type": "module", "description": "UIKit for Cube Projects", "repository": {