Improvements
- The
useInputControl
hook should now populate initial value correctly with multiple select support. - Fixed an issue with the
conformZodMessage.VALIDATION_SKIPPED
not working as expected. - Conform no longer requires the form element to be available when doing any updates.
form.update()
will now serialize the value and populated on the input properly- The
useForm
hook should now infer the bigint type correctly by @lifeiscontent - New Radix UI example by @marilari88
- Fixed several issues on the documentation including typos and links by @diurivj, @marilari88, @narutosstudent, @jsparkdev, @Forus-Spec and @aust1nz
New Contributors
- @diurivj made their first contribution in #407
- @marilari88 made their first contribution in #402
- @narutosstudent made their first contribution in #415
- @jsparkdev made their first contribution in #421
- @Forus-Spec made their first contribution in #428
- @aust1nz made their first contribution in #431
Full Changelog: v1.0.0...v1.0.1