Zod Form Data 2.0.0 + RVF patch
airjp73
released this
22 Feb 20:27
·
766 commits
to main
since this release
Zod Form Data breaking change
The return type of zfd.formData
has been updated to be more accurate. This should help provide a better experience to users of tRPC. Thanks @sachinraja!
The bundle has also been updated to support both CJS and ESM.
What's Changed
- Add scroll to first invalid input after received error from server by @dmitriyshx in #217
- feat: upgrade Remix + Vite by @ruisaraiva19 in #222
- refactor(zustand): Import named create instead of default by @machour in #233
- fix: pass method to fetcher submit options by @gregermendle in #246
- fix: input and output types by @sachinraja in #243
New Contributors
- @dmitriyshx made their first contribution in #217
- @ruisaraiva19 made their first contribution in #222
- @machour made their first contribution in #233
- @gregermendle made their first contribution in #246
- @sachinraja made their first contribution in #243
Full Changelog: remix-validated-form-v4.6.5...zod-form-data-v2.0.0