Releases: next-safe-action/adapter-react-hook-form
Releases · next-safe-action/adapter-react-hook-form
v1.0.13
1.0.13 (2024-09-08)
Bug Fixes
- prevent infinite re-render by using a ref for error mapper props (163b6a8), closes #4
v1.0.12
1.0.12 (2024-08-20)
Documentation
- readme: copy root readme to package directory (53d3067)
v1.0.10
1.0.10 (2024-08-19)
Documentation
- readme: remove duplicate words (d9f651f)
v1.0.9
1.0.9 (2024-08-18)
Documentation
- readme: fix wrong references to
useAction
hook (8b0edfe)
v1.0.8
1.0.8 (2024-08-18)
Documentation
- readme: add link to app examples (b758243)
v1.0.7
1.0.7 (2024-08-18)
Documentation
- readme: remove install shell comment (90ed1fa)
v1.0.6
1.0.6 (2024-08-18)
Build System
- run
husky
on prepare
step (979d09c)
v1.0.5
1.0.5 (2024-08-18)
Refactors
- types: add hook return types, place types in separate files (5d4fd52)
- types: add infer types (08831e2)
Documentation
- readme: update documentation with new types (77b3436)
v1.0.4
1.0.4 (2024-08-18)
Refactors
- accept undefined schemas, add
FormContext
generic param (3c00fdb)