diff --git a/.changeset/banner-button-link.md b/.changeset/banner-button-link.md deleted file mode 100644 index b3ac3f601..000000000 --- a/.changeset/banner-button-link.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Banner: Use Button component instead of Link for BannerLink implementation. This is an internal refactoring that maintains the same public API and visual appearance. diff --git a/.changeset/okhsl-alpha-opacity.md b/.changeset/okhsl-alpha-opacity.md deleted file mode 100644 index 89d088d97..000000000 --- a/.changeset/okhsl-alpha-opacity.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix okhsl color function to preserve opacity/alpha channel when converting to RGB. Previously, alpha values were silently dropped when using okhsl() colors in styles or tokens. Now okhsl() colors with alpha (e.g., `okhsl(240 50% 50% / .5)`) are correctly converted to `rgb()` format with alpha preserved. diff --git a/.changeset/persist-dismissed-notifications.md b/.changeset/persist-dismissed-notifications.md deleted file mode 100644 index d70a5677c..000000000 --- a/.changeset/persist-dismissed-notifications.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Persist dismissed notification IDs in localStorage so they survive page reloads (24h TTL) diff --git a/.changeset/toast-actions-support.md b/.changeset/toast-actions-support.md deleted file mode 100644 index 96d9a8ea8..000000000 --- a/.changeset/toast-actions-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -Add `actions` prop to Toast component to support interactive action buttons (e.g., Cancel button in progress toasts). Toasts with actions remain interactive and prevent overlay collapse. diff --git a/CHANGELOG.md b/CHANGELOG.md index de4f220ee..17f1b98c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @cube-dev/ui-kit +## 0.116.2 + +### Patch Changes + +- [#1048](https://github.com/cube-js/cube-ui-kit/pull/1048) [`3416f067`](https://github.com/cube-js/cube-ui-kit/commit/3416f067c59695c4fec19f39f77c0728c53b0703) Thanks [@tenphi](https://github.com/tenphi)! - Banner: Use Button component instead of Link for BannerLink implementation. This is an internal refactoring that maintains the same public API and visual appearance. + +- [#1048](https://github.com/cube-js/cube-ui-kit/pull/1048) [`3416f067`](https://github.com/cube-js/cube-ui-kit/commit/3416f067c59695c4fec19f39f77c0728c53b0703) Thanks [@tenphi](https://github.com/tenphi)! - Fix okhsl color function to preserve opacity/alpha channel when converting to RGB. Previously, alpha values were silently dropped when using okhsl() colors in styles or tokens. Now okhsl() colors with alpha (e.g., `okhsl(240 50% 50% / .5)`) are correctly converted to `rgb()` format with alpha preserved. + +- [#1050](https://github.com/cube-js/cube-ui-kit/pull/1050) [`f4f3f829`](https://github.com/cube-js/cube-ui-kit/commit/f4f3f829047b46471252c98e2ba7b720d8529954) Thanks [@tenphi](https://github.com/tenphi)! - Persist dismissed notification IDs in localStorage so they survive page reloads (24h TTL) + +- [#1050](https://github.com/cube-js/cube-ui-kit/pull/1050) [`f4f3f829`](https://github.com/cube-js/cube-ui-kit/commit/f4f3f829047b46471252c98e2ba7b720d8529954) Thanks [@tenphi](https://github.com/tenphi)! - Add `actions` prop to Toast component to support interactive action buttons (e.g., Cancel button in progress toasts). Toasts with actions remain interactive and prevent overlay collapse. + ## 0.116.1 ### Patch Changes diff --git a/package.json b/package.json index c8726687f..b83a0b530 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.116.1", + "version": "0.116.2", "type": "module", "description": "UIKit for Cube Projects", "repository": {