Releases: cube-js/cube-ui-kit
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.