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