Skip to content

Releases: forge42dev/remix-hook-form

v1.2.3

10 Sep 10:55
Compare
Choose a tag to compare

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

Full Changelog: v1.2.2...v1.2.3

v1.2.2

18 Aug 13:32
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.1.2...v1.2.2

v1.1.2

10 Jul 08:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

13 May 15:29
Compare
Choose a tag to compare

Fixed a small typing issue with register

Full Changelog: v1.1.0...v1.1.1

No JS support

13 May 15:04
Compare
Choose a tag to compare

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

02 May 12:09
Compare
Choose a tag to compare

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

25 Apr 07:44
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

V1.0.5

14 Apr 12:04
Compare
Choose a tag to compare