Skip to content

Releases: cube-js/cube-ui-kit

v0.23.0

01 Sep 18:45
9646bd4
Compare
Choose a tag to compare

Minor Changes

  • #373 a204af6 Thanks @tenphi! - Add date & time inputs: DateInput, TimeInput, DatePicker, DateRangePicker.
    Change default transition time from 120ms to 80ms.

v0.22.8

14 Aug 18:39
486fc10
Compare
Choose a tag to compare

Patch Changes

v0.22.7

11 Aug 19:31
a8f2a88
Compare
Choose a tag to compare

Patch Changes

v0.22.6

11 Aug 09:35
b7f74b5
Compare
Choose a tag to compare

Patch Changes

v0.22.5

28 Jul 13:30
9a41a6a
Compare
Choose a tag to compare

Patch Changes

  • #359 2a07328 Thanks @tenphi! - Fix the inputRef prop in the NumberInput component.

  • #361 3759837 Thanks @tenphi! - Remove transform in the base state for all modal components. That fixes fixed positioning inside.

v0.22.4

14 Jul 16:37
10e0471
Compare
Choose a tag to compare

Patch Changes

v0.22.3

12 Jul 12:28
1af7712
Compare
Choose a tag to compare

Patch Changes

v0.22.2

27 Jun 11:48
8861b73
Compare
Choose a tag to compare

Patch Changes

  • #352 f302128 Thanks @tenphi! - Add element attribute for loading icon in the Button component to fix styling.

v0.22.1

31 May 13:46
5be288e
Compare
Choose a tag to compare

Patch Changes

  • #350 53ea3fe Thanks @tenphi! - Add showValid prop to Form and Field component. If true the field shows its valid status.

  • #350 53ea3fe Thanks @tenphi! - Optimize forms to avoid unnecessary field validations.

v0.22.0

24 May 17:55
a3fc37e
Compare
Choose a tag to compare

Minor Changes

  • #347 34410df Thanks @tenphi! - Fix support of field props on input elements.

  • #348 7da9b7b Thanks @tenphi! - Add support for debounce in async validation via validationDelay property.