Skip to content

Releases: tswaters/react-form-validation

v1.2.0

Choose a tag to compare

@tswaters tswaters released this 08 Dec 04:01
  • 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

Choose a tag to compare

@tswaters tswaters released this 17 Nov 23:32
  • 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

Choose a tag to compare

@tswaters tswaters released this 13 Nov 02:35
  • Another hack at badges, more tooling
  • Also minor potential edge case breaking things.

v1.0.1

Choose a tag to compare

@tswaters tswaters released this 12 Nov 03:49

Fixed the badges

v1.0.0

Choose a tag to compare

@tswaters tswaters released this 12 Nov 03:42
  • Hopefully functional!