Skip to content

v5.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@logaretm logaretm released this 02 Aug 16:05
· 4 commits to main since this release

๐ŸŽ‰ Standard Schemas Are Here!

VeeValidate v5 is now in beta โ€” and it's bringing first-class support for Standard Schema libraries like Zod, Valibot, Yup, and more!

What does this mean?

  • โœ… No more companion packages like @vee-validate/zod, @vee-validate/yup, or @vee-validate/valibot.
  • โšก Validation is now simpler, leaner, and more unified.
  • ๐Ÿ› ๏ธ Minimal migration effort โ€” check the v5 migration guide for details and info on a few dropped features.

You can try it out with:

pnpm add vee-validate@beta

npm install vee-validate@beta

yarn add vee-validate@beta

Other Updates

  • ๐Ÿ‡ฎ๐Ÿ‡ฉ Improved Indonesian translations for validation messages Thanks @baraaksayeth!
    94c3b
    ๐Ÿ‡ฐ๐Ÿ‡ญ i18n: Updated Khmer (km) translations for clearer and more accurate messages
    Thanks @emravoan (#5058)