Skip to content

v4.13.0

Compare
Choose a tag to compare
@logaretm logaretm released this 03 Jun 07:54
· 17 commits to main since this release

πŸ†• Features

  • Inject form values to yup schema contexts when using field-level rules #4753 (27fe5c8)
  • Expose setValue on Field instance and slot props #4755 (ae3772a)
  • Added ResetFormOpts arg to useResetForm #4707 (fd008c1)
  • Apply Yup/Zod transformations on field-level rules #4713 (#4754) thanks to @mehcode
  • Allow custom interpolation options for i18n #4726 (#4727) thanks to @zleight1

πŸ› Bug Fixes

  • The force option not behaving correctly when passing empty objects or empty values, now it respects whatever you pass in as the new values and initial values #4680 #4729 (454bc45)
  • Offer an all export that contains all rules for @vee-validate/rules #4766 (fdb2d47)