Releases: forge42dev/remix-hook-form
Releases · forge42dev/remix-hook-form
v6.1.2
What's Changed
- Remove basename from submit target action by @david-szabo97 in #144
New Contributors
- @david-szabo97 made their first contribution in #144
Full Changelog: v6.1.1...v6.1.2
v6.1.1
v6.1.0
getValidatedFormData typing fix
getValidatedFormData now properly returns the types instead of any
What's Changed
- Fix for getValidatedFormData by @AlemTuzlak in #138
Full Changelog: v6.0.0...v6.1.0
v6.0.0 - React Router v7
React Router v7
The version 6 of remix-hook-form and onwards now works on react-router v7+ and is not remix specific anymore! If you're using remix you can stay on older versions until you're ready to upgrade
What's Changed
New Contributors
Full Changelog: v5.1.1...v6.0.0
v5.1.1
Fixes #114
Fixes #113
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
Fixes #105
- Chore: fix prettier npm scripts by @vmosyaykin in #110
- Improve defaultValue prop resolution by @vmosyaykin in #109
- fix for undefined handling by @AlemTuzlak in #112
New Contributors
- @vmosyaykin made their first contribution in #110
Full Changelog: v5.0.4...v5.1.0
v5.0.4
v5.0.3
What's Changed
- Export generateFormData function by @kveperedo in #90
New Contributors
- @kveperedo made their first contribution in #90
Full Changelog: v5.0.2...v5.0.3
v5.0.2
What's Changed
- fix:
isSubmitting
flashesfalse
during form submission by @MonsterDeveloper in #103
Full Changelog: v5.0.1...v5.0.2
v5.0.1
UseRemixFormReturn export
The package now exports the Type UseRemixFormReturn
Full Changelog: v5.0.0...v5.0.1