Skip to content

Releases: cube-js/cube-ui-kit

v0.14.8

12 Dec 10:16
e8f6884

Choose a tag to compare

Patch Changes

v0.14.7

02 Dec 12:39
248ef87

Choose a tag to compare

Patch Changes

v0.14.6

01 Dec 18:37
16c74a7

Choose a tag to compare

Patch Changes

  • #255 30d52f9 Thanks @tenphi! - Reduce the distance between radio buttons inside Radio.Group

v0.14.5

29 Nov 13:06
ec1ba99

Choose a tag to compare

Patch Changes

  • #253 4aba492 Thanks @tenphi! - Fix styles for disabled option in Select & ComboBox components.

  • #252 fe6526d Thanks @tenphi! - SubmitError is removed when any value in the form is changed.

v0.14.4

24 Nov 16:08
5f546ca

Choose a tag to compare

Patch Changes

  • #249 da3bfe8 Thanks @tenphi! - Fixes wrapper prop support on Menu Item.
    Fixes styles of Tooltip's Tip to better match the geometry of a tooltip.

  • #247 c001216 Thanks @tenphi! - Improve performance of style caching for raw tasty components.

v0.14.3

17 Nov 10:47
b77a310

Choose a tag to compare

Patch Changes

v0.14.2

03 Nov 12:33
6a1a984

Choose a tag to compare

Patch Changes

  • #240 d2369ba Thanks @tenphi! - Add text security support in the TextArea component for Firefox

v0.14.1

28 Oct 16:07
487f87e

Choose a tag to compare

Patch Changes

v0.14.0

26 Oct 09:54
78d634c

Choose a tag to compare

Minor Changes

Patch Changes

  • #230 9578486 Thanks @tenphi! - The Form component set submitError no more on failed validation.
    SubmitError component now handles non-valid errors as Internal error.

v0.13.6

12 Oct 10:37
c134809

Choose a tag to compare

Patch Changes

  • #227 19c1adf Thanks @tenphi! - Add SubmitError component to display error that throws onSubmit callback.
    Allow to manually visualize a submit error.