Skip to content

Releases: cube-js/cube-ui-kit

v0.12.7

02 Sep 20:34
2c380b1
Compare
Choose a tag to compare

Patch Changes

  • #203 f50b93a Thanks @tenphi! - On form submission the isSubmitting flag now set to true before the start of the validation.

  • #202 8e6767a Thanks @MrFlashAccount! - Improve typings of onSubmit and onValuesChange callbacks in <Form /> component. Now they properly match with FormInstance and useForm.

v0.12.6

31 Aug 14:15
107aed1
Compare
Choose a tag to compare

Patch Changes

  • #200 6b7448a Thanks @tenphi! - Form is no longer validated on field removal (bugfix)

  • #200 6b7448a Thanks @tenphi! - Validation rules in Form now allows to return complex markup in error messages.

v0.12.5

28 Aug 09:43
a52828d
Compare
Choose a tag to compare

Patch Changes

v0.12.4

23 Aug 10:32
91563b0
Compare
Choose a tag to compare

Patch Changes

v0.12.3

22 Aug 06:06
1789b96
Compare
Choose a tag to compare

Patch Changes

  • #182 6db0491 Thanks @tenphi! - Add icon property to Input components. You should use it instead prefix property to ensure your icon will have correct paddings.
    Styles of Input components have been rewritten to improve consistency and maintenance.

  • #193 5c3ed68 Thanks @MrFlashAccount! - Fixed alignment between label and suffix in Field component

  • #177 16a213a Thanks @tenphi! - ComboBox now respects onSelectionChange event while working inside a form.

  • #185 7a7b861 Thanks @MrFlashAccount! - Fixed types in onSubmit and onValuesChange types in Form

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