Releases: logaretm/vee-validate
Releases · logaretm/vee-validate
v4.15.0
🐛 Bug Fixes
- fix(perf): Skip loading devtools if in SSR #4963 (ec121b1)
- chore: Bump schema provider versions to their latest move them to peer deps #4951 #4940 (db26a74)
- fix(yup): Tuple
required
state resolution #4931 (5cba0aa) - fix(bundle): Load devtools lazily to avoid including it in production builds #4943 (#4946)
👕 Types
- fix: Mark the
<Form>
submission handler withGeneric
object to reduce need for casting (#4954) thanks to NaokiHaba
🆕 Features
- feat: added
useIsValidating
anduseFormContext
to Nuxt module auto import list (#4952) thanks to danielwaltz
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)