Releases: cube-js/cube-ui-kit
Releases · cube-js/cube-ui-kit
v0.10.13
Patch Changes
-
#151
e3eaeba
Thanks @nikolaykost! - Adds propselectionType
forMenu
component. That stands for valuescheckbox
orradio
.<Menu selectionType="checkbox" selectionMode="single"> <Item key="1">Item 1</Item> <Item key="2">Item 2</Item> </Menu>
-
#111
f45b927
Thanks @MrFlashAccount! - CC-677 significantly improved performance of theSpin
component in all browsers.