Releases: cube-js/cube-ui-kit
v0.13.5
Patch Changes
-
#224
6f58989Thanks @MrFlashAccount! - CC-1327: Fixed bug whenonDismissdoesn't trigger onESCpress withinAlertDialog -
#221
2721552Thanks @nikolaykost! - AddRangeSlidercomponent<RangeSlider defaultValue={[10, 40]} minValue={0} maxValue={100} step={2} />
-
#226
7d9b2d0Thanks @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
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 />