🐛 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