v5.0.0-beta.0
Pre-release
Pre-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)