Releases: cube-js/cube-ui-kit
v0.12.2
v0.12.1
Patch Changes
- #178
932d401
Thanks @MrFlashAccount! - Fixed bug in button whenisLoading
prop didn't affect on mods
v0.12.0
Minor Changes
-
#174
76a9f37
Thanks @tenphi! - Renamedefault
size tomedium
anddefault
type tosecondary
in the Button component.
AddrightIcon
property to the Button component. -
#175
34b680e
Thanks @MrFlashAccount! - Added new proplabelSuffix
in Field component. Using this prop you can add any adornment after the label. -
#176
4239ef6
Thanks @tenphi! - Add a loading modifier andplaceholder
property to Select and ComboBox components.
Patch Changes
-
#163
644812c
Thanks @MrFlashAccount! - Now all icon only buttons have proper sizes -
#175
34b680e
Thanks @MrFlashAccount! - Reduced default delay in tooltip to 250ms -
#169
fe67fcc
Thanks @MrFlashAccount! - AdddisableRemoveOnUnmount
prop in<Notificaiton />
and<Toast />
components -
#171
3f99948
Thanks @nikolaykost! - Adds customization form Menu.Item.
Now you can pass props likeicon
even if any react element insideMenu.Item
-
#166
c9226c6
Thanks @MrFlashAccount! - Bugfixes in<Notification />
and<Toast />
components:- Fixed width of notifications in bar
- Nofifications and toasts now respects duration property
- Fixed bug when user were unable to select a text inside a description
-
#162
328b664
Thanks @tenphi! - Fix font family fallback forpreset
style. -
#173
34fdefb
Thanks @nikolaykost! - Fixeschildrenchildrenchildren
bug when useTooltipProvider
component -
#165
6c53550
Thanks @nikolaykost! - Fixed bug when menu doesn't open within a modal -
#167
89899c2
Thanks @tenphi! - fix(Switch): thumb disabled styles
v0.11.2
Patch Changes
-
#161
f5976df
Thanks @MrFlashAccount! - Fixed description preset in notificaiton -
#156
f0ac89a
Thanks @nikolaykost! - passisLoading
andisDisabled
fromForm.Item
to childs<Form.Item isLoading isDisabled> <Input /> </Form.Item>
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.