Unclaimed project
Are you a maintainer of rvf? Claim this project to take control of your public changelog and roadmap.
This release contains some incremental changes that are only breaking in rare situations. In addition to that we have a couple small API additions.
unstable_setCustomError APIThe FormApi now has an experimental API unstable_setCustomError. The documentation for that is in the JS docs attached to the method itself. Please give it a try and...
Thanks to @chungweileong94, the types for zod-form-data have been updated to work with zod v4. It now has a minimum zod version of 3.25.0.
zod-form-data by @chungweileong94 in https://github.com/airjp73/rvf/pull/430Full Changelog: https://github.com/airjp73/rvf/compare/rvf-7.1.0...zfd-v3
The main addition for this release is support for Standard Schema. 🎉 We've also stabalized the useNativeValidityForForm api.
It's now possible to directly pass zod, valibot, or any other Standard Schema compliant schema into the useForm hook or ValidatedForm component. To do this, you need to use the new schema opt...
This release comes with support for React 19 and React Router 7. There's also one additional, rarely-breaking change
@rvf/remix has been renamed to @rvf/react-router and supports React-Router v7resetField...