Releases: logaretm/vee-validate
Releases · logaretm/vee-validate
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)
v4.13.2
v4.13.1
🆕
Updated @vee-validate/valibot
to support valibot v0.31.0 #4756 (#4770) thanks to @fabian-hiller
v4.13.0
🆕 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 touseResetForm
#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
v4.12.7
🐛 Bug Fixes
- Handle
TypedSchema.describe
API crashing with future releases, now it just reportsfalse
formeta.required
(1376794) - Handle
meta.required
for single field schema react to changes #4738 (1376794) - Ensure
meta.required
reacts to reactive form schema changes #4738 (c4415f8)
🌍 i18n
- added missing integer translation (#4674) thanks to @Bandeirex