npm vee-validate 2.0.0
2.0.0 Full Release

latest releases: 4.12.6, 4.12.5, 4.12.4...
6 years ago

We finally got our first full release out, vee-validate has been ready for production for quite a while now but it never satisfied me unless certain features are implemented and the tests to be improved, so now we will be following a stable releases, no breaking changes will be introduced in patch versions.

We will have our new documentation site ready very soon, most content will be rewritten from scratch.

🐛 Fixed

  • Fixed an issue in locales when used as a script tag src where they would still call the now deprecated addLocale method.

  • In rare cases valid/invalid classes will be applied on inputs before they are validated by the user, now they will only be applied when the user has interacted with the input, or if the input has explicitly been validated using the validator instance. #1067

  • Allow multiple installations for the plugin with different Vue references. #1064

  • Vue.use would change the locale back to the default config if the validator has been localized beforehand. #1050

✨ Enhancements

  • Added is_not rule which does an equality check against the provided value. #1039
  • Allow the validator to listen for model changes even if the field does not have an element (added manually). #1079
  • Disabled fields' classes will no longer be applied as long as the field is disabled. ##1063

Don't miss a new vee-validate release

NewReleases is sending notifications on new releases.