Releases: cube-js/cube-ui-kit
v0.70.0
v0.69.3
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 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! - AddshowSelectAll
andselectAllLabel
options for ListBox, FilterListBox, and FilterPicker to add "Select All" option. The label can be customized.
v0.69.1
v0.69.0
v0.68.0
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
-
#730
5d627efa
Thanks @tenphi! - Improve the layout of Menu component. -
#727
fa1397f2
Thanks @tenphi! - Addfs
custom unit for stable fractions in grid layouts.1sf
->minmax(0, 1fr)
. -
#730
5d627efa
Thanks @tenphi! -wrapWithField
no longer wrap the input component with a field if no label is provided andforceField
prop is not set. -
#727
fa1397f2
Thanks @tenphi! - Improved tasty documentation.
v0.67.0
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.