Skip to content

Latest commit

 

History

History
89 lines (50 loc) · 5.88 KB

CHANGELOG.md

File metadata and controls

89 lines (50 loc) · 5.88 KB

v0.0.1-alpha.8 (2023-04-26)

Features

  • export the dot notation functions (53ca3f5)

v0.0.1-alpha.7 (2023-04-01)

Features

  • expose validate, validateAttribute and setErrors to the context (18f0610)

v0.0.1-alpha.6 (2023-03-25)

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

v0.0.1-alpha.5 (2023-03-23)

Bug Fixes

  • export use attribute hooks (996267f), closes #150
  • use es5 syntax for the package build (6a44b18), closes #149

Features

  • implement reorder on a list attribute (acfee5e), closes #144

v0.0.1-alpha.4 (2023-02-07)

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)

v0.0.1-alpha.3 (2023-01-20)

Features

v0.0.1-alpha.2 (2022-12-21)

Features

  • add hooks for setting different attributes of different data types (eaff039)
  • implement remove list item (0ff581c), closes #38

v0.0.1-alpha.1 (2022-11-19)

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

v0.0.1-alpha.0 (2022-11-14)

Bug Fixes

Features