Releases: cube-js/cube-ui-kit
Releases · cube-js/cube-ui-kit
v0.73.2
v0.73.1
v0.73.0
Minor Changes
- #752
6f3b2616
Thanks @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
6f3b2616
Thanks @tenphi! - Make menu props optional for open method inuseAnchoredMenu
. -
#752
6f3b2616
Thanks @tenphi! - Increase search input size for FilterListBox and CommandMenu. -
#752
6f3b2616
Thanks @tenphi! - Add default menu props touseAnchoredMenu
. -
#752
6f3b2616
Thanks @tenphi! - AddallValueProps
,customValueProps
andnewCustomValueProps
to customize the additional options in ListBox, FilterListBox and FilterPicker. -
#752
6f3b2616
Thanks @tenphi! - Sync opening state between FilterPicker instances and other triggers.