Releases: LaunchPadLab/lp-form
Releases · LaunchPadLab/lp-form
v2.0.0
- Changes how
onSubmit
errors are wrapped (breaking change). Instead of looking for a response.errors
key, wrapErrors
will now look for errors
.
v1.1.0
- Makes validate function curried by default:
validate(constraints, values) === validate(constraints)(values)