Skip to content

Releases: cube-js/cube-ui-kit

v0.72.2

11 Aug 10:51
6430fed
Compare
Choose a tag to compare

Patch Changes

v0.72.1

07 Aug 14:39
965c480
Compare
Choose a tag to compare

Patch Changes

v0.72.0

07 Aug 11:48
0376859
Compare
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.

v0.71.2

06 Aug 16:38
00b726a
Compare
Choose a tag to compare

Patch Changes

v0.71.1

06 Aug 09:27
0a560e6
Compare
Choose a tag to compare

Patch Changes

v0.71.0

05 Aug 16:42
4474403
Compare
Choose a tag to compare

Minor Changes

  • #681 c5f04fec Thanks @tenphi! - A brand new style parser that supports all kinds of css syntax and nested custom tasty syntax.

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.