Skip to content

Releases: cube-js/cube-ui-kit

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.

v0.48.1

23 Dec 15:47
3b238e8
Compare
Choose a tag to compare

Patch Changes

  • #558 9dc27fe Thanks @tenphi! - Update border radius size for Card and CopySnippet components.

v0.48.0

20 Dec 16:42
4cb5839
Compare
Choose a tag to compare

Minor Changes

v0.47.0

20 Dec 13:56
4496c1f
Compare
Choose a tag to compare

Minor Changes

v0.46.7

19 Dec 14:21
447d936
Compare
Choose a tag to compare

Patch Changes

v0.46.6

19 Dec 14:04
51444ba
Compare
Choose a tag to compare

Patch Changes

  • #550 ad94f27 Thanks @tenphi! - Add new icons: Folder, FolderFilled, FolderOpen, FolderOpenFilled, Hierarchy.

v0.46.5

16 Dec 15:39
7a95fd5
Compare
Choose a tag to compare

Patch Changes

v0.46.4

12 Dec 18:13
36f9515
Compare
Choose a tag to compare

Patch Changes

  • #545 8a460c3 Thanks @tenphi! - New drag appearance for ResizablePanel to avoid confusion with a scrollbar.

v0.46.3

12 Dec 09:50
c467337
Compare
Choose a tag to compare

Patch Changes

  • #543 b813f22 Thanks @tenphi! - Prevent ResizablePanel from infinite switching state loop in controllable mode.

v0.46.2

11 Dec 11:28
d22e020
Compare
Choose a tag to compare

Patch Changes