Skip to content

v2.0.0

Compare
Choose a tag to compare
@rkuykendall rkuykendall released this 03 Feb 13:50
· 82 commits to master since this release
  • Much, much faster
  • Many, many bug fixes
  • Full Typescript typing
  • Fixed deprecated lifecycle methods
  • Updated all libraries
  • Fixed a number of legacy decisions in the Formsy API, mostly a reliance on function props over value props passed down to wrapped components. However, the API changes are minor and listed below:
    • getErrorMessage() => errorMessage
    • getErrorMessages() => errorMessages
    • getValue() => value
      hasValue() => hasValue
    • isFormDisabled(): => isFormDisabled
    • isFormSubmitted() => isFormSubmitted
    • isPristine() => isPristine
    • isRequired() => isRequired
    • isValid(): => isValid
    • showError() => showError
    • showRequired() => showRequired

v1.1.4...v2.0.0