Releases: cube-js/cube-ui-kit
v0.13.3
v0.13.2
v0.13.1
v0.13.0
Minor Changes
-
#207
fa16cd6Thanks @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
11f14c3Thanks @nikolaykost! - Added support of keyboard navigation inside Menu component -
#211
e74374dThanks @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
dec5c65Thanks @MrFlashAccount! - Fixed input width in<Combobox />and<Select />components
v0.12.4
Patch Changes
-
#181
1f6220eThanks @MrFlashAccount! - Improve display names across all components -
#195
ee8ab23Thanks @MrFlashAccount! - Reduced gap betweenlabelandlabelSuffixin<Field />
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