Skip to content

Releases: cube-js/cube-ui-kit

v0.74.3

27 Aug 16:16
7c8f733

Choose a tag to compare

Patch Changes

v0.74.2

27 Aug 12:32
4239729

Choose a tag to compare

Patch Changes

v0.74.1

23 Aug 12:24
7b20627

Choose a tag to compare

Patch Changes

v0.74.0

21 Aug 08:58
534737c

Choose a tag to compare

Minor Changes

Patch Changes

v0.73.2

19 Aug 12:25
c80e436

Choose a tag to compare

Patch Changes

v0.73.1

18 Aug 17:15
17d2e95

Choose a tag to compare

Patch Changes

v0.73.0

15 Aug 13:41
1b7fb47

Choose a tag to compare

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 in useAnchoredMenu.

  • #752 6f3b2616 Thanks @tenphi! - Increase search input size for FilterListBox and CommandMenu.

  • #752 6f3b2616 Thanks @tenphi! - Add default menu props to useAnchoredMenu.

  • #752 6f3b2616 Thanks @tenphi! - Add allValueProps, customValueProps and newCustomValueProps to customize the additional options in ListBox, FilterListBox and FilterPicker.

  • #752 6f3b2616 Thanks @tenphi! - Sync opening state between FilterPicker instances and other triggers.

v0.72.2

11 Aug 10:51
6430fed

Choose a tag to compare

Patch Changes

v0.72.1

07 Aug 14:39
965c480

Choose a tag to compare

Patch Changes

v0.72.0

07 Aug 11:48
0376859

Choose a tag to compare

Minor Changes

  • #747 27dc51b2 Thanks @tenphi! - New syntax for custom properties with fallback: ($prop-name, <fallback_value>).

Patch Changes

  • #749 6f40ed82 Thanks @tenphi! - Add SubMenuTrigger component for submenu support in Menu. CommandMenu is not supported.