Skip to content

Releases: nerdgeschoss/react-use-form-library

v0.0.60

06 Oct 15:13
Compare
Choose a tag to compare
display error when undefined

v0.0.59

27 Mar 10:10
Compare
Choose a tag to compare

Set subfields to empty also when value is undefined

v0.0.58

27 Mar 09:05
Compare
Choose a tag to compare

Fixed a bug where subfields were still being generated by proxy when the value was set to null.

0.0.57

14 Feb 15:19
c2844f9
Compare
Choose a tag to compare
  • added a new onInit hook that allows changing form objects before the first render
  • optional nested objects are now fully supported and implicitly created when accessed
  • optional nested arrays are now supported as advertised by the type system

0.0.56

02 Feb 14:31
1cd29ea
Compare
Choose a tag to compare

This release fixes an issue when trying to reset an array value to the original value.

0.0.55

27 Jan 10:54
Compare
Choose a tag to compare
  • fixes a bug where the reset function did not reset array values

0.0.54

10 Dec 05:31
Compare
Choose a tag to compare

Allow functions to validate array fields

0.0.53

09 Dec 15:29
Compare
Choose a tag to compare

Fixes an issue where the onSubmit hook was outdated

0.0.52

09 Dec 14:57
Compare
Choose a tag to compare

Fix a reference error during validation

0.0.51

09 Dec 14:38
Compare
Choose a tag to compare

Fix a validation issues