diff --git a/.changeset/layout-header-back-button.md b/.changeset/layout-header-back-button.md deleted file mode 100644 index c9615a8f5..000000000 --- a/.changeset/layout-header-back-button.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -Added `onBack` prop to `Layout.Header` component. When provided, a back button with arrow icon is rendered to the left of the title, allowing users to navigate back from the current page. diff --git a/.changeset/natural-boundaries-and-percent-maxsize.md b/.changeset/natural-boundaries-and-percent-maxsize.md deleted file mode 100644 index 2d1675b51..000000000 --- a/.changeset/natural-boundaries-and-percent-maxsize.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -Added support for CSS string values (like percentages) for `maxSize` prop in Layout.Panel, added `minContentSize` prop to Layout component to control minimum content area between panels, and implemented natural boundaries logic so panels on opposite sides automatically prevent overlap and maintain minimum content space. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0401817fd..58a4b6d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cube-dev/ui-kit +## 0.117.0 + +### Minor Changes + +- [#1054](https://github.com/cube-js/cube-ui-kit/pull/1054) [`9bbc6de2`](https://github.com/cube-js/cube-ui-kit/commit/9bbc6de27b95f5f7d45503370a8fecf4c83aa1bb) Thanks [@tenphi](https://github.com/tenphi)! - Added `onBack` prop to `Layout.Header` component. When provided, a back button with arrow icon is rendered to the left of the title, allowing users to navigate back from the current page. + +- [#1053](https://github.com/cube-js/cube-ui-kit/pull/1053) [`9b68b794`](https://github.com/cube-js/cube-ui-kit/commit/9b68b794ed9924cb5a9eec3b1eb5ba13956ec8a0) Thanks [@tenphi](https://github.com/tenphi)! - Added support for CSS string values (like percentages) for `maxSize` prop in Layout.Panel, added `minContentSize` prop to Layout component to control minimum content area between panels, and implemented natural boundaries logic so panels on opposite sides automatically prevent overlap and maintain minimum content space. + ## 0.116.3 ### Patch Changes diff --git a/package.json b/package.json index 65c322d6e..5dd2062ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.116.3", + "version": "0.117.0", "type": "module", "description": "UIKit for Cube Projects", "repository": {