Releases: cube-js/cube-ui-kit
v0.12.3
Patch Changes
-
#182
6db0491Thanks @tenphi! - Addiconproperty to Input components. You should use it insteadprefixproperty to ensure your icon will have correct paddings.
Styles of Input components have been rewritten to improve consistency and maintenance. -
#193
5c3ed68Thanks @MrFlashAccount! - Fixed alignment between label and suffix in Field component -
#177
16a213aThanks @tenphi! - ComboBox now respectsonSelectionChangeevent while working inside a form. -
#185
7a7b861Thanks @MrFlashAccount! - Fixed types inonSubmitandonValuesChangetypes inForm
v0.12.2
v0.12.1
Patch Changes
- #178
932d401Thanks @MrFlashAccount! - Fixed bug in button whenisLoadingprop didn't affect on mods
v0.12.0
Minor Changes
-
#174
76a9f37Thanks @tenphi! - Renamedefaultsize tomediumanddefaulttype tosecondaryin the Button component.
AddrightIconproperty to the Button component. -
#175
34b680eThanks @MrFlashAccount! - Added new proplabelSuffixin Field component. Using this prop you can add any adornment after the label. -
#176
4239ef6Thanks @tenphi! - Add a loading modifier andplaceholderproperty to Select and ComboBox components.
Patch Changes
-
#163
644812cThanks @MrFlashAccount! - Now all icon only buttons have proper sizes -
#175
34b680eThanks @MrFlashAccount! - Reduced default delay in tooltip to 250ms -
#169
fe67fccThanks @MrFlashAccount! - AdddisableRemoveOnUnmountprop in<Notificaiton />and<Toast />components -
#171
3f99948Thanks @nikolaykost! - Adds customization form Menu.Item.
Now you can pass props likeiconeven if any react element insideMenu.Item -
#166
c9226c6Thanks @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
328b664Thanks @tenphi! - Fix font family fallback forpresetstyle. -
#173
34fdefbThanks @nikolaykost! - Fixeschildrenchildrenchildrenbug when useTooltipProvidercomponent -
#165
6c53550Thanks @nikolaykost! - Fixed bug when menu doesn't open within a modal -
#167
89899c2Thanks @tenphi! - fix(Switch): thumb disabled styles
v0.11.2
Patch Changes
-
#161
f5976dfThanks @MrFlashAccount! - Fixed description preset in notificaiton -
#156
f0ac89aThanks @nikolaykost! - passisLoadingandisDisabledfromForm.Itemto childs<Form.Item isLoading isDisabled> <Input /> </Form.Item>
v0.11.1
Patch Changes
- #158
e03992bThanks @MrFlashAccount! - Fixed bug when notifications displays below the legacy<Modal />component
v0.11.0
Minor Changes
- #154
1555c0dThanks @MrFlashAccount! - CUK-65 - Notification component
Patch Changes
- #154
1555c0dThanks @MrFlashAccount! - Toast Component
v0.10.13
Patch Changes
-
#151
e3eaebaThanks @nikolaykost! - Adds propselectionTypeforMenucomponent. That stands for valuescheckboxorradio.<Menu selectionType="checkbox" selectionMode="single"> <Item key="1">Item 1</Item> <Item key="2">Item 2</Item> </Menu>
-
#111
f45b927Thanks @MrFlashAccount! - CC-677 significantly improved performance of theSpincomponent in all browsers.