Skip to content

v4.14.0

Latest
Compare
Choose a tag to compare
@logaretm logaretm released this 18 Oct 15:27
· 2 commits to main since this release

🌲 Dependencies

πŸ†• New Features

  • Exposed useFormContext to help inject parent forms directly in a typed manner #4490 (f7a4929)
  • Yup Typed Schemas now pass the form values as a ref context. #4753 (#4837) thanks to @catalin-bratu.

πŸ‘• TypeScript

Exposed various internal types like FieldSlotProps and FormSlotProps.

πŸ› Bug Fixes

  • Define exports field in all packages package.json to help with resolution issues in Nuxt.
  • @vee-validate/rules not having correct types generated properly due to a bad import. (a8524a1)