Skip to content

Releases: cube-js/cube-ui-kit

v0.70.0

04 Aug 16:53
0103204
Compare
Choose a tag to compare

Minor Changes

  • #739 796e9bee Thanks @tenphi! - New syntax for custom properties: # @cube-dev/ui-kit instead of @`. The old syntax is now deprecated.

Patch Changes

v0.69.3

30 Jul 14:37
d9bc1b5
Compare
Choose a tag to compare

Patch Changes

v0.69.2

30 Jul 12:29
8f6e06b
Compare
Choose a tag to compare

Patch Changes

  • #735 7fdc44b0 Thanks @tenphi! - Fix flipping of popover in FilterPicker if it's already open.

  • #735 7fdc44b0 Thanks @tenphi! - Improved Button layout.

  • #735 7fdc44b0 Thanks @tenphi! - Improved FilterPicker layout with additional wrapper for consistency.

  • #735 7fdc44b0 Thanks @tenphi! - Fix initial state inconsistency in FilterPicker.

  • #735 7fdc44b0 Thanks @tenphi! - Overflow text ellipsis in Buttons with icons by default.

  • #735 7fdc44b0 Thanks @tenphi! - Add showSelectAll and selectAllLabel options for ListBox, FilterListBox, and FilterPicker to add "Select All" option. The label can be customized.

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.