Releases: logaretm/vee-validate
Releases · logaretm/vee-validate
v4.14.7
v4.14.6
v4.14.5
v4.14.4
🆕 New Features
- Can set a fallback locale for rules that do not have messages in the active locale with
setFallbackLocale
. #4872 (193a96f)
🐛 Bug Fixes
- Devtools crashing when a field name is defined as getter. (0991c01)
- Handle getter field names properly. #4877 (ecb540a)
- Properly name exported files to avoid dual package hazard. #4905 (4f88d85)
- Mark form dirty when object keys are deleted. #4678 (#4710) thanks to @evpaassen
👕 Types
v4.14.3
v4.14.2
v4.14.1
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