Skip to content

Releases: cube-js/cube-ui-kit

v0.69.1

28 Jul 14:08
46931cc
Compare
Choose a tag to compare

Patch Changes

  • #733 65849abc Thanks @tenphi! - Fix minor issues with input styling.

  • #733 65849abc Thanks @tenphi! - Expose shouldFocusWrap for ListBox, FilterListBox, and FilterPicker to control whether keyboard navigation should wrap around.

v0.69.0

25 Jul 15:22
6d62f82
Compare
Choose a tag to compare

Minor Changes

  • #731 1b57ef6c Thanks @tenphi! - More condensed UI. New sizes: medium (40) -> large (40), small (32) -> medium (32), large (48) -> xlarge (48), small (28), xsmall (24).

  • #731 1b57ef6c Thanks @tenphi! - Add size prop for TextInputMapper.

v0.68.0

24 Jul 12:52
7c0140c
Compare
Choose a tag to compare

Minor Changes

  • #730 5d627efa Thanks @tenphi! - Add FilterPicker component for single and multiple picker experience with a filter.

  • #730 5d627efa Thanks @tenphi! - Split ListBox into two components: simple ListBox and FilterListBox with search input.

Patch Changes

v0.67.0

16 Jul 15:58
1affbfc
Compare
Choose a tag to compare

Minor Changes

  • #725 4b789d2b Thanks @tenphi! - Add useEventBus hook to emit global events and subscribe to them.

  • #725 4b789d2b Thanks @tenphi! - Add useContextMenu hook to invoke a context menu in the exact place of the click.

  • #725 4b789d2b Thanks @tenphi! - Add useAnchoredMenu hook to programmatically invoke a menu anchored to the specific element.

v0.66.1

15 Jul 15:01
d59fe4e
Compare
Choose a tag to compare

Patch Changes

  • #722 7eaf393 Thanks @tenphi! - Fix a bug when CommandMenu is unable to be navigated via keys when the search input is filled with any value.

v0.66.0

14 Jul 19:18
edc895f
Compare
Choose a tag to compare

Minor Changes

v0.65.1

10 Jul 08:03
20db19d
Compare
Choose a tag to compare

Patch Changes

  • #718 eec1cde Thanks @tenphi! - Add tooltip prop to menu items. You can pass a string or a TooltipProps object with title prop there for advanced customization.

v0.65.0

08 Jul 15:30
769f673
Compare
Choose a tag to compare

Minor Changes

  • #716 a42a468 Thanks @tenphi! - Add HotKeys component to visualize hot keys combinations.

  • #716 a42a468 Thanks @tenphi! - Add hotkeys property for menu items to specify hot keys to trigger the action.

Patch Changes

  • #716 a42a468 Thanks @tenphi! - Improve ListBox implementation and add support for the empty state with customization via emptyLabel property.

  • #716 a42a468 Thanks @tenphi! - Add new chart icons and update the old ones.

v0.64.1

27 Jun 13:57
f451609
Compare
Choose a tag to compare

Patch Changes

v0.64.0

26 Jun 16:25
44b56b1
Compare
Choose a tag to compare

Minor Changes

  • #711 ad733be Thanks @tenphi! - The message field prop is now deprecated. Use errorMessage or description instead.

Patch Changes