npm vee-validate 4.10.6

latest releases: 4.13.2, 4.13.1, 4.13.0...
14 months ago

✨ Behavior Changes

  • use silent validation when field is initialized closes #4312 (68080d2)

This is because it was causing modal forms to have errors on mounted which confused users. This does not effectively change anything other than you will no longer need to reset the form whenever the modal is shown or when the fields are mounted. If you relied on this behavior then it could be a breaking change for you and you can get it back by enabling validateOnMount or calling validate whenever.

🐛 Bug Fixes

  • resetForm should cast typed schema values closes #4347 (e9b215a)
  • validate form values on setValues by default closes #4359 (4e11ff9)
  • normalize error paths to use brackets for indices closes #4211 (e354a13)

⚙️ Misc

Don't miss a new vee-validate release

NewReleases is sending notifications on new releases.