Skip to content

Releases: MakerXStudio/forms

@makerx/[email protected]

31 Aug 00:43
7c37540
Compare
Choose a tag to compare

Patch Changes

  • e0f88f1: pin @hookform/resolvers to <=3.2.0

@makerx/[email protected]

19 May 21:26
c341b41
Compare
Choose a tag to compare

Patch Changes

  • 1840702: Proppagate validation error fix to date, select, and textarea form items

@makerx/[email protected]

19 May 20:44
fe79f2f
Compare
Choose a tag to compare

Patch Changes

@makerx/[email protected]

19 May 20:44
fe79f2f
Compare
Choose a tag to compare

Patch Changes

  • 5992f34: Fix bug where validation errors would only show after an externally triggered re-render

@makerx/[email protected]

18 May 05:31
3b57c64
Compare
Choose a tag to compare

Minor Changes

  • 063af2a: Validation supports nested fields, MUI now has select and array support

@makerx/[email protected]

18 May 05:31
3b57c64
Compare
Choose a tag to compare

Minor Changes

  • 063af2a: Validation supports nested fields, MUI now has select and array support

@makerx/[email protected]

18 May 05:31
3b57c64
Compare
Choose a tag to compare

Patch Changes

  • a96ee54: Fix error that would occur when passing in a wrapped validator (ie. a validator with additional effects added to it)

@makerx/[email protected]

04 Apr 06:03
0018e6c
Compare
Choose a tag to compare

Minor Changes

@makerx/[email protected]

30 Mar 06:23
00c6e3e
Compare
Choose a tag to compare

Patch Changes

  • 691661c: Fixes text file field style

@makerx/[email protected]

30 Mar 02:04
ef550b3
Compare
Choose a tag to compare

Major Changes

  • 9b4cdcb: No longer re-exports react-hook-form.

    Consumers should now import react-hook-form directly.