Skip to content

v0.49.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 20:46
c40aae4

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.