Skip to content

Commit 01a30fc

Browse files
Version Packages (#1049)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f4f3f82 commit 01a30fc

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/banner-button-link.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/okhsl-alpha-opacity.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/persist-dismissed-notifications.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/toast-actions-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @cube-dev/ui-kit
22

3+
## 0.116.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
11+
- [#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)
12+
13+
- [#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.
14+
315
## 0.116.1
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cube-dev/ui-kit",
3-
"version": "0.116.1",
3+
"version": "0.116.2",
44
"type": "module",
55
"description": "UIKit for Cube Projects",
66
"repository": {

0 commit comments

Comments
 (0)