Releases: MakerXStudio/forms
Releases · MakerXStudio/forms
@makerx/forms-core@1.1.4
Patch Changes
- e0f88f1: pin @hookform/resolvers to <=3.2.0
@makerx/forms-mui@1.2.2
Patch Changes
- 1840702: Proppagate validation error fix to date, select, and textarea form items
@makerx/forms-mui@1.2.1
@makerx/forms-core@1.1.3
Patch Changes
- 5992f34: Fix bug where validation errors would only show after an externally triggered re-render
@makerx/forms-mui@1.2.0
Minor Changes
- 063af2a: Validation supports nested fields, MUI now has select and array support
@makerx/forms-ionic@2.1.0
Minor Changes
- 063af2a: Validation supports nested fields, MUI now has select and array support
@makerx/forms-core@1.1.2
Patch Changes
- a96ee54: Fix error that would occur when passing in a wrapped validator (ie. a validator with additional effects added to it)
@makerx/forms-mui@1.1.0
Minor Changes
- da1cdc5: Added longHint
@makerx/forms-mui@1.0.6
Patch Changes
- 691661c: Fixes text file field style
@makerx/forms-ionic@2.0.0
Major Changes
-
9b4cdcb: No longer re-exports react-hook-form.
Consumers should now import react-hook-form directly.