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