Skip to content

Releases: cube-js/cube-ui-kit

v0.12.2

18 Aug 15:40
6c42b70
Compare
Choose a tag to compare

Patch Changes

  • dcc4edc - Pass labelSuffix to all form components

v0.12.1

15 Aug 17:21
537fc91
Compare
Choose a tag to compare

Patch Changes

v0.12.0

15 Aug 12:19
4772d55
Compare
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
Compare
Choose a tag to compare

Patch Changes

v0.11.1

25 Jul 14:10
ddf2bfa
Compare
Choose a tag to compare

Patch Changes

v0.11.0

25 Jul 09:04
5caf1a5
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.10.13

07 Jul 13:43
4d01350
Compare
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
Compare
Choose a tag to compare

Patch Changes

v0.10.11

26 Jun 16:23
370d060
Compare
Choose a tag to compare

Patch Changes

v0.10.10

25 Jun 15:44
072e597
Compare
Choose a tag to compare

Patch Changes