Skip to content

Releases: nerdgeschoss/react-use-form-library

0.0.50

09 Dec 14:11
6f42c29
Compare
Choose a tag to compare

This is a rewrite from the field class, fixing a myriad of smaller issues and bugs.

Breaking change: array-based fields have been renamed from fields to elements.

0.0.49

06 Dec 16:46
Compare
Choose a tag to compare

Fixed an issue when an even number of form fields were updated at the same time.

0.0.48

24 Nov 14:19
Compare
Choose a tag to compare
  • fix an issue with validations not being propagated after a failed submit attempt

0.0.47

24 Nov 13:48
Compare
Choose a tag to compare
  • update to TypeScript 4.5
  • in handleSubmit you now get an instance of the Form object as an argument
  • handleSubmit is only called if validations do not fail