Skip to content

Releases: AdeAttwood/ReactForm

Release: v0.0.1-alpha.8

26 Apr 06:56
Compare
Choose a tag to compare

Features

  • export the dot notation functions (53ca3f5)

Release: v0.0.1-alpha.7

01 Apr 12:41
Compare
Choose a tag to compare

Features

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

Release: v0.0.1-alpha.6

25 Mar 11:35
Compare
Choose a tag to compare

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

23 Mar 14:10
Compare
Choose a tag to compare

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

Release: v0.0.1-alpha.4

07 Feb 17:06
Compare
Choose a tag to compare

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.3

20 Jan 16:23
Compare
Choose a tag to compare

Features

Release: v0.0.1-alpha.2

21 Dec 21:07
Compare
Choose a tag to compare

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

19 Nov 08:13
Compare
Choose a tag to compare

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

Release: v0.0.1-alpha.0

14 Nov 18:06
Compare
Choose a tag to compare

Bug Fixes

Features