v4.14.0
π² Dependencies
- Upgraded valibot to 1.0 releases (#4880) thanks to @fabian-hiller
π 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 packagespackage.json
to help with resolution issues in Nuxt. @vee-validate/rules
not having correct types generated properly due to a bad import. (a8524a1)