Skip to content

Releases: cube-js/cube-ui-kit

v0.12.3

22 Aug 06:06
1789b96

Choose a tag to compare

Patch Changes

  • #182 6db0491 Thanks @tenphi! - Add icon property to Input components. You should use it instead prefix property to ensure your icon will have correct paddings.
    Styles of Input components have been rewritten to improve consistency and maintenance.

  • #193 5c3ed68 Thanks @MrFlashAccount! - Fixed alignment between label and suffix in Field component

  • #177 16a213a Thanks @tenphi! - ComboBox now respects onSelectionChange event while working inside a form.

  • #185 7a7b861 Thanks @MrFlashAccount! - Fixed types in onSubmit and onValuesChange types in Form

v0.12.2

18 Aug 15:40
6c42b70

Choose a tag to compare

Patch Changes

  • dcc4edc - Pass labelSuffix to all form components

v0.12.1

15 Aug 17:21
537fc91

Choose a tag to compare

Patch Changes

v0.12.0

15 Aug 12:19
4772d55

Choose a tag to compare

Minor Changes

  • #174 76a9f37 Thanks @tenphi! - Rename default size to medium and default type to secondary in the Button component.
    Add rightIcon property to the Button component.

  • #175 34b680e Thanks @MrFlashAccount! - Added new prop labelSuffix in Field component. Using this prop you can add any adornment after the label.

  • #176 4239ef6 Thanks @tenphi! - Add a loading modifier and placeholder property to Select and ComboBox components.

Patch Changes

v0.11.2

28 Jul 08:03
d5a6c19

Choose a tag to compare

Patch Changes

v0.11.1

25 Jul 14:10
ddf2bfa

Choose a tag to compare

Patch Changes

v0.11.0

25 Jul 09:04
5caf1a5

Choose a tag to compare

Minor Changes

Patch Changes

v0.10.13

07 Jul 13:43
4d01350

Choose a tag to compare

Patch Changes

  • #151 e3eaeba Thanks @nikolaykost! - Adds prop selectionType for Menu component. That stands for values checkbox or radio.

    <Menu selectionType="checkbox" selectionMode="single">
      <Item key="1">Item 1</Item>
      <Item key="2">Item 2</Item>
    </Menu>
  • #111 f45b927 Thanks @MrFlashAccount! - CC-677 significantly improved performance of the Spin component in all browsers.

v0.10.12

27 Jun 17:56
9ee0e88

Choose a tag to compare

Patch Changes

v0.10.11

26 Jun 16:23
370d060

Choose a tag to compare

Patch Changes