diff --git a/.changeset/fix-tab-indicator-lazy-visibility.md b/.changeset/fix-tab-indicator-lazy-visibility.md deleted file mode 100644 index bc3be0721..000000000 --- a/.changeset/fix-tab-indicator-lazy-visibility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cube-dev/ui-kit': patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index d8464e9f8..ad7211b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cube-dev/ui-kit +## 0.124.4 + +### Patch Changes + +- [#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. + ## 0.124.3 ### Patch Changes diff --git a/package.json b/package.json index d81111249..39abe8f72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.124.3", + "version": "0.124.4", "type": "module", "description": "UIKit for Cube Projects", "repository": {