Skip to content

Releases: theadam/react-inform

v0.2.3

01 Nov 04:41
Compare
Choose a tag to compare
Update version to 0.2.3

v0.2.2

03 Feb 14:14
Compare
Choose a tag to compare
  • Adds support for setting the "touched" state of any field.

v0.2.1

01 Nov 01:13
Compare
Choose a tag to compare
  • Adds props property to each field to avoid warnings with react 15 and above

v0.2.0

29 Sep 02:11
Compare
Choose a tag to compare

Changelog

  • Adds dynamic fields / validation support

0.1.2

24 Jul 13:50
Compare
Choose a tag to compare

Changelog

  • Fixes onValues form property (#12)
  • Forwards only non-controlled properties to the wrapped element (#15)
  • Updated development dependencies (#17)

0.1.0

03 May 22:17
Compare
Choose a tag to compare

Changelog

  • Added onValidate property so parents can react to validation changes.
  • Added support for async validation.