Skip to content

Releases: logaretm/vee-validate

v4.6.10

30 Sep 01:25

Choose a tag to compare

🐛 Bug Fixes

  • Fixed using File constructor while in SSR (56663aa)

i18n 🌍

  • Updated SK and CS language files to include missing rules thanks to @Liwoj #3936 #3937

v4.6.9

19 Sep 22:56

Choose a tag to compare

🐛 Bug Fix

  • Fixed an issue where resetForm would leave behind null or undefined in array fields after reset #3934 (1c016d9)

4.6.8

19 Sep 07:46

Choose a tag to compare

🐛 Bug Fixes

  • Run validation if we skip checkbox value setting if event trigger should validate #3927 (#3930)
  • Fix File value instance equality checks #3911 (#3932)
  • Fix nested value change not triggering validation when validateOnValueUpdate is enabled #3926 (#3929)

👕 TypeScript

v4.6.7

27 Aug 18:08

Choose a tag to compare

👕 TypeScript

Allow generics types to be passed to GenericValidatorFunction which previously caused errors with simple snippets like this:

function validator(value: string) {
  // ...
}

const { value } = useField('field', validator);

🐛 Bug Fixes

  • Fixed an issue with async function validators not respecting the last run error messages #3906 (#3908)

v4.6.6

16 Aug 23:50

Choose a tag to compare

🐛 Bug Fixes

  • Fixed emitted value when there are no model modifiers defined #3895 (#3896)

v4.6.5

11 Aug 22:56

Choose a tag to compare

🐛 Bug Fixes

  • Fixed an issue where checkboxes bound to an object could fail unchecking #3883 (#3885)
  • Fixed an issue with field's meta.dirty not being set correctly after calling resetField with a new value #3891 (#3892)

v4.6.4

07 Aug 23:57

Choose a tag to compare

🐛 Bug Fixes

  • Fixed an issue where useFieldModel did not trigger validation for nested paths (fbe273c)

v4.6.3

07 Aug 22:56

Choose a tag to compare

🐛 Bug Fixes

  • fix form's meta.dirty not calculated correctly when using FieldArray API #3874 (#3875)

v4.6.2

17 Jul 23:56

Choose a tag to compare

👕 TypeScript

  • Expose FieldOptions and FormOptions interfaces #3843 (7437612)

🐛 Bug Fixes

  • Avoid toggling field array checkboxes values when an item is removed #3844 (fffad4b)

v4.6.1

17 Jul 23:54

Choose a tag to compare

🐛 Bug Fixes