New Feature
All hooks can now be used outside the context of a ValidatedForm
if a formId
is provided. This aligns with the HTML api of passing a form
prop to a native form control to associated it with a form even if it's not inside that form. Read more about this here.
There are also a few bug fixes included in this release.