Skip to content

v1.1.0

Compare
Choose a tag to compare
@nasdan nasdan released this 08 Nov 09:35
· 166 commits to master since this release

Features:

  • Add updateValidationSchema method to update validation schema after create form validation instance.
    This method could be useful in some scenarios:
    • You want to translate your error messages on the fly.
    • You have disabled fields and you want to add/remove validations when it's enabled/disabled.
    • You get some rules from rest api, e.g: you have an IBAN account and you want to disabled for some countries and you request that list from server.

Minor changes:

  • Update examples
  • Remove unused FormValidationExtended

v1.0.0...v1.1.0