npm vee-validate 2.1.0-beta.9

latest releases: 4.13.2, 4.13.1, 4.13.0...
6 years ago

Fixes 🐛

  • Inferred rules will be accumulated in an object, which prevented using pipes in the pattern attribute #1523
  • Correctly set the select input events to change instead of input which prevented using the input on some browsers/environments #1447.
  • validator.verify will now correctly deal with the required rule #1544

New Stuff ✨

  • Allow rules params to be an object, which is useful for third party provided validations and custom rules.
  • min, max, min_value__, max_value rules can now handle arrays. #1357
  • email rule now accepts an object with isEmail options.
  • url rule now accepts an object with isURL options.

I would like to thank all amazing contributors who helped improve the docs and the different localization files. Thank you @motaghifar, @MystEre84, @runyasak, @mcmimik. I also thank @kirilvit and @danielpellon for helping with the TypeScript definitions.

Don't miss a new vee-validate release

NewReleases is sending notifications on new releases.