Releases: forge42dev/remix-hook-form
v1.2.3
isSubmitting enhancement
From v1.2.3 isSubmitting will be true until your action returns a response/redirects or until your fetcher is idle again when you submit your form instead of being true as soon as the validation on the client passes
What's Changed
- #22 - Is submitting change by @AlemTuzlak in #23
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Fetcher support
From version 1.2.0 you can pass in fetchers and use those instead of the default submit and actionData.
What's Changed
- #13 - Fixes wrongful error parsing by @AlemTuzlak in #18
- Update README.md by @jonbretman in #19
New Contributors
- @jonbretman made their first contribution in #19
Full Changelog: v1.1.2...v1.2.2
v1.1.2
What's Changed
- Typing fix for register function by @AlemTuzlak in #9
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Fixed a small typing issue with register
Full Changelog: v1.1.0...v1.1.1
No JS support
Loved remix-hook-form?
Well you will love it even more now!
This version lands with support for NO javascript forms, you don't have Scripts enabled in your project? No worries we still got you covered ;)
V1.0.8
1 Support for NO-js forms
If you're using no js to submit forms getValidatedFormData is smart enough to gather your formData and create an object to be tested against the schema behind the scenes
2 Support for GET methods
You can now use getValidatedFormData inside of loaders and it will try to get the data from the search parameters instead of formData
test coverage
increased test coverage for the package
Full Changelog: v1.0.6...v1.0.8
v1.0.6
Full Changelog: v1.0.5...v1.0.6
V1.0.5
What's Changed
- Tests added by @AlemTuzlak in #1
Full Changelog: https://github.com/Code-Forge-Net/remix-hook-form/commits/v1.0.5