Releases: cube-js/cube-ui-kit
Releases · cube-js/cube-ui-kit
v0.72.0
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.0
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
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.2
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
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.