Skip to content

Releases: cube-js/cube-ui-kit

v0.20.1

06 Apr 16:37
be0e0ca

Choose a tag to compare

Patch Changes

  • #321 c8784ab Thanks @tenphi! - Show the Clear Button in the SearchInput component even if the suffix prop provided.

  • #321 c8784ab Thanks @tenphi! - Add the hideText property to hide parts of CodeSnippet text.
    Add the actions property and CodeSnippet.Button component to allow adding new actions to the CodeSnippet compoonent.

v0.20.0

29 Mar 16:47
004287a

Choose a tag to compare

Minor Changes

Patch Changes

  • #319 a53cedf Thanks @tenphi! - Show the Clear Button in the SearchInput component even if the suffix prop provided.

  • #318 e3afdbe Thanks @tenphi! - Draw range connection link for RangeSlider component.

v0.19.0

16 Mar 16:21
6a798a6

Choose a tag to compare

Minor Changes

  • #267 86a2f11 Thanks @tenphi! - Change letter spacing in typography presets. Remove h5s, h5m, t3s and t4m presets for good.

Patch Changes

v0.18.2

27 Feb 14:00
34e3c04

Choose a tag to compare

Patch Changes

  • #311 3cf56c8 Thanks @tenphi! - Limit the size of the Field items to avoid overflow in the real layouts.

v0.18.1

25 Feb 10:43
2318d45

Choose a tag to compare

Patch Changes

v0.18.0

24 Feb 11:47
78077e8

Choose a tag to compare

Minor Changes

  • #305 89c18da Thanks @tenphi! - Remove legacy styled and StyleProvider. Add TrackingProvider for analytics purposes.

Patch Changes

v0.17.0

22 Feb 15:17
807a36b

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

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

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

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.