Releases: cube-js/cube-ui-kit
v0.49.0
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! - AddresetFieldsValidation()
andsetFieldError()
methods to form to replace deprecatedsetFields()
. -
#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! - AddisInvalid
andisValid
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 preventsonSizeChange()
callback from being fired when ResizablePanel resized beyond its constraints.