Skip to content

Commit 0fa36b6

Browse files
Version Packages (#1102)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76e8365 commit 0fa36b6

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/fix-tab-indicator-lazy-visibility.md

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

CHANGELOG.md

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

3+
## 0.124.4
4+
5+
### Patch Changes
6+
7+
- [#1101](https://github.com/cube-js/cube-ui-kit/pull/1101) [`76e8365a`](https://github.com/cube-js/cube-ui-kit/commit/76e8365a0870f29804eb1aa9976728601597f9f7) Thanks [@tenphi](https://github.com/tenphi)! - Fixed tab indicator not appearing when Tabs is rendered inside a lazy-visibility container (e.g., Dialog, collapsed panel). A ResizeObserver now detects when the container transitions from zero to non-zero width and recalculates the indicator position.
8+
39
## 0.124.3
410

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

0 commit comments

Comments
 (0)