Skip to content

Commit 440f67d

Browse files
Version Packages (#1089)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3d8e418 commit 440f67d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/surface-color-tokens.md

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

.changeset/tabs-on-title-change-raf.md

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

CHANGELOG.md

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

3+
## 0.123.0
4+
5+
### Minor Changes
6+
7+
- [#1087](https://github.com/cube-js/cube-ui-kit/pull/1087) [`b04bfde1`](https://github.com/cube-js/cube-ui-kit/commit/b04bfde1ead7158ad4ed58a8dccff662302e0c5b) Thanks [@tenphi](https://github.com/tenphi)! - Add `#surface`, `#surface-2`, and `#surface-3` for layered backgrounds. `#light` now aliases `#surface-3`. Defaults that used `#dark-bg` (CopySnippet, CopyPasteBlock, disabled theme sample, scrollbar track, Storybook playground) use `#surface-2`. File- and radio-style tab fills use the surface scale instead of `#light` / `#white`. Prefer `#surface-2` over legacy `#dark-bg`; TypeScript named-color augmentation lists the surface tokens and no longer includes `dark-bg`.
8+
9+
### Patch Changes
10+
11+
- [#1088](https://github.com/cube-js/cube-ui-kit/pull/1088) [`3d8e4181`](https://github.com/cube-js/cube-ui-kit/commit/3d8e41812ac9c3ea06d0481a080d17828d1d201e) Thanks [@tenphi](https://github.com/tenphi)! - Defer `Tabs` `onTitleChange` with `requestAnimationFrame` so controlled title updates apply after React has committed state.
12+
313
## 0.122.0
414

515
### Minor 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.122.0",
3+
"version": "0.123.0",
44
"type": "module",
55
"description": "UIKit for Cube Projects",
66
"repository": {

0 commit comments

Comments
 (0)