Releases: AdeAttwood/ReactForm
Releases · AdeAttwood/ReactForm
Release: v0.0.1-alpha.8
Features
- export the dot notation functions (53ca3f5)
Release: v0.0.1-alpha.7
Features
- expose validate, validateAttribute and setErrors to the context (18f0610)
Release: v0.0.1-alpha.6
Bug Fixes
- add main prop to the package.json (c92531c)
Features
- add better generic support for useAttribute hook (7682422), closes #152
- allow null to be returned from a validation function (bcdd9f3), closes #170
- pass the changed attribute though the onChange form callback (e751896), closes #143
Release: v0.0.1-alpha.5
Bug Fixes
Features
- implement reorder on a list attribute (acfee5e), closes #144
Release: v0.0.1-alpha.4
Features
- add
validator.clone()
function (25dc286)
- allow a validation function to be async (29e1125)
- allow errors to be passed in as props (fce8f65)
- allow errors to be set from the onSubmit callback (a745f3a)
- pass the event to the onSubmit callback (1550d48)
- split out the
OnSubmitFunction
type (29176f4)
Release: v0.0.1-alpha.2
Features
- add hooks for setting different attributes of different data types (eaff039)
- implement remove list item (0ff581c), closes #38
Release: v0.0.1-alpha.1
Bug Fixes
- nested attribute errors (47fba6d), closes #36
- remove dependency warnings when installing (968762c), closes #20
Features
- allow return type ValidationFunction to be undefined (54a7aaa), closes #40
- create more tests and add documentation for check group component (cb1c4e0), closes #37
- implement form status (0d2a82a), closes #11