Skip to content

Commit b8c503f

Browse files
Version Packages (#1037)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10f3e42 commit b8c503f

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.changeset/refactor-notifications-system.md

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

.changeset/tab-drop-indicator-position-fix.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.114.0
4+
5+
### Minor Changes
6+
7+
- [#1034](https://github.com/cube-js/cube-ui-kit/pull/1034) [`10f3e422`](https://github.com/cube-js/cube-ui-kit/commit/10f3e4225028a70a116496de1d46315f2290574c) Thanks [@tenphi](https://github.com/tenphi)! - Refactored notifications system: replaced `NotificationsProvider` and `ToastProvider` with unified `OverlayProvider`. Removed `NotificationsBar` and `NotificationsDialog` components. Introduced new `Notification` component API with `useNotifications` and `usePersistentNotifications` hooks. The Root component now uses `OverlayProvider` instead of separate providers.
8+
9+
### Patch Changes
10+
11+
- [#1036](https://github.com/cube-js/cube-ui-kit/pull/1036) [`19d27844`](https://github.com/cube-js/cube-ui-kit/commit/19d27844326fafaac7a7b94440bf990f2c634802) Thanks [@tenphi](https://github.com/tenphi)! - Fix TabDropIndicator position recalculation when tab content changes during drag operations. The drop indicator now properly updates its position when any tab's content is modified.
12+
313
## 0.113.1
414

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

0 commit comments

Comments
 (0)