Skip to content

Releases: next-safe-action/adapter-react-hook-form

v1.0.13

08 Sep 15:37
163b6a8
Compare
Choose a tag to compare

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

20 Aug 22:33
53d3067
Compare
Choose a tag to compare

1.0.12 (2024-08-20)

Documentation

  • readme: copy root readme to package directory (53d3067)

v1.0.11

20 Aug 22:31
e7e8410
Compare
Choose a tag to compare

1.0.11 (2024-08-20)

Refactors

v1.0.10

19 Aug 15:38
d9f651f
Compare
Choose a tag to compare

1.0.10 (2024-08-19)

Documentation

  • readme: remove duplicate words (d9f651f)

v1.0.9

18 Aug 16:40
8b0edfe
Compare
Choose a tag to compare

1.0.9 (2024-08-18)

Documentation

  • readme: fix wrong references to useAction hook (8b0edfe)

v1.0.8

18 Aug 15:49
b758243
Compare
Choose a tag to compare

1.0.8 (2024-08-18)

Documentation

  • readme: add link to app examples (b758243)

v1.0.7

18 Aug 14:15
90ed1fa
Compare
Choose a tag to compare

1.0.7 (2024-08-18)

Documentation

  • readme: remove install shell comment (90ed1fa)

v1.0.6

18 Aug 14:13
f16d2bd
Compare
Choose a tag to compare

1.0.6 (2024-08-18)

Build System

  • run husky on prepare step (979d09c)

v1.0.5

18 Aug 10:37
77b3436
Compare
Choose a tag to compare

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

18 Aug 01:14
3c00fdb
Compare
Choose a tag to compare

1.0.4 (2024-08-18)

Refactors

  • accept undefined schemas, add FormContext generic param (3c00fdb)