Skip to content

Releases: cube-js/cube-ui-kit

v0.53.1

24 Jan 13:33
fd4f57a
Compare
Choose a tag to compare

Patch Changes

  • #580 ffb2dd1 Thanks @tenphi! - Set ThumbsUpIcon and ThumbsDownIcon color to currentColor.

v0.53.0

21 Jan 18:43
026ab86
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v0.52.3

20 Jan 14:48
2006cec
Compare
Choose a tag to compare

Patch Changes

v0.52.2

20 Jan 13:18
392c80e
Compare
Choose a tag to compare

Patch Changes

v0.52.1

17 Jan 15:32
66da405
Compare
Choose a tag to compare

Patch Changes

v0.52.0

17 Jan 13:57
dbfbff3
Compare
Choose a tag to compare

Minor Changes

  • #569 ac2f4af Thanks @tenphi! - Add support for diff in PrismCode and add a separate PrismDiffCode component that shows a diff between two strings.

v0.51.0

13 Jan 17:49
81e278f
Compare
Choose a tag to compare

Minor Changes

v0.50.0

10 Jan 13:47
3dca96f
Compare
Choose a tag to compare

Minor Changes

  • #564 106f4b2 Thanks @tenphi! - Apply form defaultValues change synchronously to avoid inconsistency.

v0.49.1

08 Jan 11:00
18b4557
Compare
Choose a tag to compare

Patch Changes

  • #562 381c3bd Thanks @tenphi! - Change PrismCode default font and add selection styles.

  • #562 381c3bd Thanks @tenphi! - Improve CopySnippet formatting to clear CR symbols and remove spaces at the end of each line.

v0.49.0

27 Dec 20:46
c40aae4
Compare
Choose a tag to compare

Minor Changes

  • #560 268867e Thanks @tenphi! - Rename Submit to SubmitButton.

  • #560 268867e Thanks @tenphi! - Form's resetFields() method now resets errors and touched status as well.

  • #560 268867e Thanks @tenphi! - Add resetFieldsValidation() and setFieldError() methods to form to replace deprecated setFields().

  • #560 268867e Thanks @tenphi! - Add ResetButton component.

  • #560 268867e Thanks @tenphi! - Simplify API of CopySnippet and improve its design.

  • #560 268867e Thanks @tenphi! - Allow to pass base styles to Alert as props.

  • #560 268867e Thanks @tenphi! - Add isInvalid and isValid props to form instance. First one checks if the form has at least one field that is verified and invalid. The second one checks if ALL fields are verified and valid. Be careful: isValid and !isInvalid are not the same.

  • #560 268867e Thanks @tenphi! - More flexible and easier control over disable state of Reset and Submit buttons.

Patch Changes

  • #560 268867e Thanks @tenphi! - Recalculate the sidebar position on container resize.

  • #560 268867e Thanks @tenphi! - Fix pressed state in primary type Button.

  • #560 268867e Thanks @tenphi! - Fix bug that prevents onSizeChange() callback from being fired when ResizablePanel resized beyond its constraints.

  • #560 268867e Thanks @tenphi! - Fix Radio.Button styles.