Releases: cube-js/cube-ui-kit
Releases · cube-js/cube-ui-kit
v0.14.1
v0.14.0
v0.13.6
v0.13.5
Patch Changes
-
#224
6f58989
Thanks @MrFlashAccount! - CC-1327: Fixed bug whenonDismiss
doesn't trigger onESC
press withinAlertDialog
-
#221
2721552
Thanks @nikolaykost! - AddRangeSlider
component<RangeSlider defaultValue={[10, 40]} minValue={0} maxValue={100} step={2} />
-
#226
7d9b2d0
Thanks @MrFlashAccount! - CC-1364 - fixed bug when useNotificationObserver calls callback with already removed notification
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