npm vee-validate 2.2.1

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

Enhancements

  • Display more verbose errors when v-validate fails to locate the v-model expression (#1999) by @LIQRGV
  • eager mode now uses blur event along side the change event. #1989
  • Added persist prop on ValidationProvider which will preserve its state after unmounting and will restore it when mounted again. #1961 (#1962)
  • Added ip_or_fqdn rule to the validations. (#1872) by @StephenWall
  • Added silent option for the observer validate method to check input states without updating their state. #1948 (#1953)
  • Added TypeScript typings for provider and observer components public API. (#1942)

Fixes

  • select input with ValidationProvider on MacOS browsers. (#1936)
  • input[type="date"] not adding the recently changed date tokens correctly. #1732
  • Check if a cross-field instance is registered before attaching it as a dependency. #1969
  • Handle input[type="file"] event and value resolution with ValidationProvider. #1954

Don't miss a new vee-validate release

NewReleases is sending notifications on new releases.