diff --git a/.changeset/curly-pans-invite.md b/.changeset/curly-pans-invite.md deleted file mode 100644 index 45e3719be..000000000 --- a/.changeset/curly-pans-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix flipping of popover in FilterPicker if it's already open. diff --git a/.changeset/nervous-rules-impress.md b/.changeset/nervous-rules-impress.md deleted file mode 100644 index bd13cd9d3..000000000 --- a/.changeset/nervous-rules-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Improved Button layout. diff --git a/.changeset/nice-comics-fix.md b/.changeset/nice-comics-fix.md deleted file mode 100644 index f2accb8c2..000000000 --- a/.changeset/nice-comics-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Improved FilterPicker layout with additional wrapper for consistency. diff --git a/.changeset/slow-fans-develop.md b/.changeset/slow-fans-develop.md deleted file mode 100644 index ef1cb3521..000000000 --- a/.changeset/slow-fans-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Fix initial state inconsistency in FilterPicker. diff --git a/.changeset/sour-donkeys-return.md b/.changeset/sour-donkeys-return.md deleted file mode 100644 index ec6a42723..000000000 --- a/.changeset/sour-donkeys-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Overflow text ellipsis in Buttons with icons by default. diff --git a/.changeset/thirty-bikes-play.md b/.changeset/thirty-bikes-play.md deleted file mode 100644 index 19b8bdc01..000000000 --- a/.changeset/thirty-bikes-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Add `showSelectAll` and `selectAllLabel` options for ListBox, FilterListBox, and FilterPicker to add "Select All" option. The label can be customized. diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e325ff6..7bb471b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @cube-dev/ui-kit +## 0.69.2 + +### Patch Changes + +- [#735](https://github.com/cube-js/cube-ui-kit/pull/735) [`7fdc44b0`](https://github.com/cube-js/cube-ui-kit/commit/7fdc44b09e843b5400e86ed0c512616910ee05f5) Thanks [@tenphi](https://github.com/tenphi)! - Fix flipping of popover in FilterPicker if it's already open. + +- [#735](https://github.com/cube-js/cube-ui-kit/pull/735) [`7fdc44b0`](https://github.com/cube-js/cube-ui-kit/commit/7fdc44b09e843b5400e86ed0c512616910ee05f5) Thanks [@tenphi](https://github.com/tenphi)! - Improved Button layout. + +- [#735](https://github.com/cube-js/cube-ui-kit/pull/735) [`7fdc44b0`](https://github.com/cube-js/cube-ui-kit/commit/7fdc44b09e843b5400e86ed0c512616910ee05f5) Thanks [@tenphi](https://github.com/tenphi)! - Improved FilterPicker layout with additional wrapper for consistency. + +- [#735](https://github.com/cube-js/cube-ui-kit/pull/735) [`7fdc44b0`](https://github.com/cube-js/cube-ui-kit/commit/7fdc44b09e843b5400e86ed0c512616910ee05f5) Thanks [@tenphi](https://github.com/tenphi)! - Fix initial state inconsistency in FilterPicker. + +- [#735](https://github.com/cube-js/cube-ui-kit/pull/735) [`7fdc44b0`](https://github.com/cube-js/cube-ui-kit/commit/7fdc44b09e843b5400e86ed0c512616910ee05f5) Thanks [@tenphi](https://github.com/tenphi)! - Overflow text ellipsis in Buttons with icons by default. + +- [#735](https://github.com/cube-js/cube-ui-kit/pull/735) [`7fdc44b0`](https://github.com/cube-js/cube-ui-kit/commit/7fdc44b09e843b5400e86ed0c512616910ee05f5) Thanks [@tenphi](https://github.com/tenphi)! - Add `showSelectAll` and `selectAllLabel` options for ListBox, FilterListBox, and FilterPicker to add "Select All" option. The label can be customized. + ## 0.69.1 ### Patch Changes diff --git a/package.json b/package.json index a790e1f3a..2295b7bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.69.1", + "version": "0.69.2", "type": "module", "description": "UIKit for Cube Projects", "repository": {