Releases: cube-js/cube-ui-kit
v0.12.7
Patch Changes
v0.12.6
v0.12.5
Patch Changes
- #198
dec5c65
Thanks @MrFlashAccount! - Fixed input width in<Combobox />
and<Select />
components
v0.12.4
Patch Changes
-
#181
1f6220e
Thanks @MrFlashAccount! - Improve display names across all components -
#195
ee8ab23
Thanks @MrFlashAccount! - Reduced gap betweenlabel
andlabelSuffix
in<Field />
v0.12.3
Patch Changes
-
#182
6db0491
Thanks @tenphi! - Addicon
property to Input components. You should use it insteadprefix
property to ensure your icon will have correct paddings.
Styles of Input components have been rewritten to improve consistency and maintenance. -
#193
5c3ed68
Thanks @MrFlashAccount! - Fixed alignment between label and suffix in Field component -
#177
16a213a
Thanks @tenphi! - ComboBox now respectsonSelectionChange
event while working inside a form. -
#185
7a7b861
Thanks @MrFlashAccount! - Fixed types inonSubmit
andonValuesChange
types inForm
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