npm vee-validate 2.1.0-beta.6

latest releases: 4.12.8, 4.12.7, 4.12.6...
5 years ago

Significant Changes (Possibly Breaking) ⚡

  • fastExit: this option now affects the skipping of unrequired fields if they are empty, now all rules will be executed regardless.
  • default event: The default validation event is now input or change depending on the element/component type. You can still opt in for more events, previously it was input|blur.

Enhancements and New Features 🌟

  • bail and continues: Two new modifiers to customize the fastExit behavior of specific fields #1451

Issues Fixed ✔

  • Fixed [vee-validate] rules must be either a string or an object warning when the plugin is installed.
  • Fixed Custom components not being validated on events specified in the config or data-vv-validate-on attribute #1452
  • Fixed errorbag not matching a field in some cases #1443

Don't miss a new vee-validate release

NewReleases is sending notifications on new releases.