Releases: cube-js/cube-ui-kit
Releases · cube-js/cube-ui-kit
v0.11.1
Patch Changes
- #158
e03992b
Thanks @MrFlashAccount! - Fixed bug when notifications displays below the legacy<Modal />
component
v0.11.0
Minor Changes
- #154
1555c0d
Thanks @MrFlashAccount! - CUK-65 - Notification component
Patch Changes
- #154
1555c0d
Thanks @MrFlashAccount! - Toast Component
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.