Skip to content

Releases: cube-js/cube-ui-kit

v0.17.0

22 Feb 15:17
807a36b
Compare
Choose a tag to compare

Minor Changes

  • #300 c631c5b Thanks @tenphi! - Variants API, camelCase support for mods, nested mods support.

Patch Changes

v0.16.4

16 Feb 18:02
73992b5
Compare
Choose a tag to compare

Patch Changes

  • #297 67eafd9 Thanks @tenphi! - Merge passed mods with the default one for all components instead of replacing it.

  • #294 e22815b Thanks @tenphi! - Fix bug when null value prop is passing to SearchInput component but the value remains the same.

v0.16.3

09 Feb 10:34
9504503
Compare
Choose a tag to compare

Patch Changes

  • #292 842836f Thanks @MrFlashAccount! - Added new prop in <DialogTrigger /> - shouldCloseOnInteractOutside, which gives you a chance to filter out interaction with elements that should not dismiss the overlay.

v0.16.2

08 Feb 12:18
4fb5c07
Compare
Choose a tag to compare

Patch Changes

  • #290 79adb32 Thanks @tenphi! - Add an inputStyles prop to the CheckboxGroup component to customize styles of a checkbox group itself.
    Improve Tasty caching.

v0.16.1

02 Feb 14:07
1c574e2
Compare
Choose a tag to compare

Patch Changes

  • #274 43b7913 Thanks @MrFlashAccount! - added ability to specify the way how we'd like to hide a dialog: by unmounting or by hiding in css

v0.16.0

02 Feb 13:31
094f526
Compare
Choose a tag to compare

Minor Changes

  • #287 15d83f0 Thanks @tenphi! - Change RangeSlider API to accept only array with two numbers as a value.

v0.15.0

01 Feb 15:44
d5ad3df
Compare
Choose a tag to compare

Minor Changes

  • #285 01a08ac Thanks @tenphi! - Full rework of Slider component. Split it into two separate components: Slider and RangeSlider. Add gradation property. Fix styling and accessibility issues.

v0.14.16

25 Jan 18:43
933a0f0
Compare
Choose a tag to compare

Patch Changes

  • #283 f07722e Thanks @tenphi! - Fix label positioning for side layout in Form.
    Fix RangeSlider's usage inside forms with labelPosition="side".

v0.14.15

23 Jan 13:11
861ed17
Compare
Choose a tag to compare

Patch Changes

  • #281 a30cf7d Thanks @tenphi! - Checkbox now has an abilility to have both a label and a text value inside forms.

v0.14.14

20 Jan 13:47
1d73574
Compare
Choose a tag to compare

Patch Changes

  • #279 14120c8 Thanks @tenphi! - The border style now explicitly sets zero-width border for all border that are not mentioned by modifiers. So that it always overrides default values.