Skip to content

Releases: tswaters/react-form-validation

v1.2.0

08 Dec 04:01
Compare
Choose a tag to compare
  • add onValidated - fired once after validation occurs.

  • now using useEffect for event firing.

^-- this change should result in less calls to onError onValidated, onInvalid and onValid

v1.1.0

17 Nov 23:32
Compare
Choose a tag to compare
  • why are badges so difficult to get right? fixing it for real this time
  • stop checking after first error encountered, return that

v1.0.2

13 Nov 02:35
Compare
Choose a tag to compare
  • Another hack at badges, more tooling
  • Also minor potential edge case breaking things.

v1.0.1

12 Nov 03:49
Compare
Choose a tag to compare

Fixed the badges

v1.0.0

12 Nov 03:42
Compare
Choose a tag to compare
  • Hopefully functional!