WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: forge-42/remix-hook-form

v5.1.1

15 Oct 10:59

Choose a tag to compare

Fixes #114
Fixes #113
Full Changelog: v5.1.0...v5.1.1

v5.1.0

17 Sep 12:37
30e0787

Choose a tag to compare

What's Changed

Fixes #105

New Contributors

Full Changelog: v5.0.4...v5.1.0

v5.0.4

31 Jul 14:24

Choose a tag to compare

What's Changed

  • Make event on handleSubmit function optional to match react-hook-form by @raulfdm in #107

New Contributors

Full Changelog: v5.0.3...v5.0.4

v5.0.3

31 Jul 08:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.2...v5.0.3

v5.0.2

18 Jul 16:33

Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.0.2

v5.0.1

20 Jun 09:37

Choose a tag to compare

UseRemixFormReturn export

The package now exports the Type UseRemixFormReturn

Full Changelog: v5.0.0...v5.0.1

v5.0.0

20 Jun 09:19

Choose a tag to compare

remix-hook-form respects Form element props

From v5 onwards remix-hook-form will respect your

component props, namely encType and method props which will allow you to not use submitConfig and rely on these props, also this will improve the Progessive enhancement aspect because the form would still work without JS the same way.

Submitting JSON data now works

There was an issue with remix-hook-form where it submitted json form data as actual FormData, this is resolved with v5.

README updates

README now includes a working example of submitting files.

getValidatedFormData now takes in FormData

Before this release it only took in requests, now you can pass in formData and it will work the same as before.

What's Changed

New Contributors

Full Changelog: v4.3.0...v5.0.0

v4.3.0

28 Mar 11:14

Choose a tag to compare

What's Changed

  • Fix extra re-renders caused by formState changes by @ekerik220 in #86

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

03 Mar 10:43

Choose a tag to compare

What's Changed

  • Add validatingFields to formState return from useRemixForm to be compatible with react-hook-form 7.51.0 by @AdiRishi in #85

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

13 Feb 15:38

Choose a tag to compare

What's Changed

  • fix: replace deprecated zod method in readme by @geeron in #68
  • docs: update readme and specify install of react-hook-form by @geeron in #70
  • fix: add passthrough options to reset by @Roanmh in #74
  • feat: added handling for date in createFormData by @TheYoxy in #67

New Contributors

Full Changelog: v4.0.0...v4.1.0