Changelog
2.0.3 (Feb 13, 2019)
Changelog
2.0.2 (Feb 13, 2019)
Changelog
2.0.1 (Feb 10, 2019)
Changelog
2.0.0 (Feb 7, 2019)
"siblings.1"
now resolves to values.siblings[1]
, it used to resolve to values.siblings.1
"siblings['2']"
now resolves to values.siblings[2]
, it used to resolve to values.siblings.2
validate
prop now expects the validation function to return undefined
if there is no error. Any other returned value (including falsey null
, 0
, etc will be treated as an error for the field.fieldExists
not neededsetState
will maybe add later but its complex and out of scope ATMsetValues
will maybe add later but its complex and out of scope ATM ( as of V 2.0.3 its back! )preSubmit
was never needed.. developers can do this themselvesinformed
. We determined this is something that the developer could achive on there own for now but we may look into adding this in the future.Changelog
1.10.11 & 1.10.10 I ran version patch twice lol ( December 4, 2018 )