Releases: cube-js/cube-ui-kit
v0.13.4
v0.13.3
v0.13.2
v0.13.1
v0.13.0
Minor Changes
-
#207
fa16cd6
Thanks @MrFlashAccount! - Redesigned close button in<Notification />
component.Added ability to dismiss a notification in
<NotificationList />
component.import { NotificationsList } from '@cube-dev/ui-kit'; <NotificationList onDismiss={() => console.log('dismissed')}> <NotificationsList.Item header="Notification title" description="Notification description" /> </NotificationList>;
Now notifications generates more uniq ids by default.
Patch Changes
-
#206
11f14c3
Thanks @nikolaykost! - Added support of keyboard navigation inside Menu component -
#211
e74374d
Thanks @MrFlashAccount! - Do not render more than 5 notificaitons at the same time
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