Skip to content

Releases: cube-js/cube-ui-kit

v0.13.5

10 Oct 07:28
ab200ae

Choose a tag to compare

Patch Changes

v0.13.4

27 Sep 17:21
2627639

Choose a tag to compare

Patch Changes

v0.13.3

23 Sep 18:37
1eba92e

Choose a tag to compare

Patch Changes

v0.13.2

19 Sep 12:02
4cc6c4b

Choose a tag to compare

Patch Changes

v0.13.1

14 Sep 19:57
63b01a8

Choose a tag to compare

Patch Changes

  • #213 04852be Thanks @tenphi! - Fix that allows notifications to be dismissed correctly when they are off the display limit.

v0.13.0

14 Sep 15:06
327cb2c

Choose a tag to compare

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

v0.12.7

02 Sep 20:34
2c380b1

Choose a tag to compare

Patch Changes

  • #203 f50b93a Thanks @tenphi! - On form submission the isSubmitting flag now set to true before the start of the validation.

  • #202 8e6767a Thanks @MrFlashAccount! - Improve typings of onSubmit and onValuesChange callbacks in <Form /> component. Now they properly match with FormInstance and useForm.

v0.12.6

31 Aug 14:15
107aed1

Choose a tag to compare

Patch Changes

  • #200 6b7448a Thanks @tenphi! - Form is no longer validated on field removal (bugfix)

  • #200 6b7448a Thanks @tenphi! - Validation rules in Form now allows to return complex markup in error messages.

v0.12.5

28 Aug 09:43
a52828d

Choose a tag to compare

Patch Changes

v0.12.4

23 Aug 10:32
91563b0

Choose a tag to compare

Patch Changes