diff --git a/.changeset/beige-cameras-lick.md b/.changeset/beige-cameras-lick.md deleted file mode 100644 index 416355db1..000000000 --- a/.changeset/beige-cameras-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Make menu props optional for open method in `useAnchoredMenu`. diff --git a/.changeset/clean-carrots-flash.md b/.changeset/clean-carrots-flash.md deleted file mode 100644 index a100f3138..000000000 --- a/.changeset/clean-carrots-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Increase search input size for FilterListBox and CommandMenu. diff --git a/.changeset/gentle-timers-know.md b/.changeset/gentle-timers-know.md deleted file mode 100644 index f6f781ce4..000000000 --- a/.changeset/gentle-timers-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Add default menu props to `useAnchoredMenu`. diff --git a/.changeset/happy-cycles-pretend.md b/.changeset/happy-cycles-pretend.md deleted file mode 100644 index af582b0ad..000000000 --- a/.changeset/happy-cycles-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Add `allValueProps`, `customValueProps` and `newCustomValueProps` to customize the additional options in ListBox, FilterListBox and FilterPicker. diff --git a/.changeset/tricky-carpets-laugh.md b/.changeset/tricky-carpets-laugh.md deleted file mode 100644 index 4c53a4dae..000000000 --- a/.changeset/tricky-carpets-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": patch ---- - -Sync opening state between FilterPicker instances and other triggers. diff --git a/.changeset/violet-months-obey.md b/.changeset/violet-months-obey.md deleted file mode 100644 index 05581b17c..000000000 --- a/.changeset/violet-months-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cube-dev/ui-kit": minor ---- - -Add itemBase and ItemButton components packed with lots of features. ItemBase is now used as a base for all Item components in Menu, CommandMenu, ListBox, FilterListBox, FilterPicker, Select, ComboBox. diff --git a/CHANGELOG.md b/CHANGELOG.md index bf3d073e9..a3a046c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @cube-dev/ui-kit +## 0.73.0 + +### Minor Changes + +- [#752](https://github.com/cube-js/cube-ui-kit/pull/752) [`6f3b2616`](https://github.com/cube-js/cube-ui-kit/commit/6f3b2616a50bc1188e7166982e8e4bbff245f663) Thanks [@tenphi](https://github.com/tenphi)! - Add itemBase and ItemButton components packed with lots of features. ItemBase is now used as a base for all Item components in Menu, CommandMenu, ListBox, FilterListBox, FilterPicker, Select, ComboBox. + +### Patch Changes + +- [#752](https://github.com/cube-js/cube-ui-kit/pull/752) [`6f3b2616`](https://github.com/cube-js/cube-ui-kit/commit/6f3b2616a50bc1188e7166982e8e4bbff245f663) Thanks [@tenphi](https://github.com/tenphi)! - Make menu props optional for open method in `useAnchoredMenu`. + +- [#752](https://github.com/cube-js/cube-ui-kit/pull/752) [`6f3b2616`](https://github.com/cube-js/cube-ui-kit/commit/6f3b2616a50bc1188e7166982e8e4bbff245f663) Thanks [@tenphi](https://github.com/tenphi)! - Increase search input size for FilterListBox and CommandMenu. + +- [#752](https://github.com/cube-js/cube-ui-kit/pull/752) [`6f3b2616`](https://github.com/cube-js/cube-ui-kit/commit/6f3b2616a50bc1188e7166982e8e4bbff245f663) Thanks [@tenphi](https://github.com/tenphi)! - Add default menu props to `useAnchoredMenu`. + +- [#752](https://github.com/cube-js/cube-ui-kit/pull/752) [`6f3b2616`](https://github.com/cube-js/cube-ui-kit/commit/6f3b2616a50bc1188e7166982e8e4bbff245f663) Thanks [@tenphi](https://github.com/tenphi)! - Add `allValueProps`, `customValueProps` and `newCustomValueProps` to customize the additional options in ListBox, FilterListBox and FilterPicker. + +- [#752](https://github.com/cube-js/cube-ui-kit/pull/752) [`6f3b2616`](https://github.com/cube-js/cube-ui-kit/commit/6f3b2616a50bc1188e7166982e8e4bbff245f663) Thanks [@tenphi](https://github.com/tenphi)! - Sync opening state between FilterPicker instances and other triggers. + ## 0.72.3 ### Patch Changes diff --git a/package.json b/package.json index 1418bd3f4..0829df87d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cube-dev/ui-kit", - "version": "0.72.3", + "version": "0.73.0", "type": "module", "description": "UIKit for Cube Projects", "repository": {