Skip to content

v4.15.0

Latest
Compare
Choose a tag to compare
@logaretm logaretm released this 22 Dec 16:28
· 1 commit to main since this release

πŸ› 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 with Generic object to reduce need for casting (#4954) thanks to NaokiHaba

πŸ†• Features

  • feat: added useIsValidating and useFormContext to Nuxt module auto import list (#4952) thanks to danielwaltz