Releases: grommet/react-formify
Releases · grommet/react-formify
v0.11.0
- Cloning object inside FormState to avoid unexpected changes from upstream.
v0.10.2
- Fix empty string in combination with checkboxes and radiobuttons
v0.10.1
- Fixed FormState
onChangenot invoking sometimes - Using
deepCompareinstead ofJSON.stringify
Thanks @atanasster @generalChaos for your contributions.
v0.10.0
- Added reset prop to Form
v0.9.0
- added support for form reset inside onSubmit
v0.8.2
- Fixed bug with string trimming logic
v0.8.0
- Added Form
onErrorprop - Trimming string as part of FormState class
Thanks @generalChaos for your contributions! 🎉
v0.7.0
- Added Form
onChangecall back - Added Form
isValidinside children function
Thanks @atanasster for your feedback and contributions!
v0.6.1
- Handling empty arrays for required attributes
v0.6.0
- Allow DateTime with empty value
- Allow nested keys to update errors and state