This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
Releases: PayloadDev/react-at-rest
Releases · PayloadDev/react-at-rest
2.0.10
2.0.9
Changes:
- allow custom classnames on SelectInput
2.0.8
- Fix RestForm error handling when used in a SubForm.
v2.0.4
Changelog:
- bugfixes and improvements to SubFormArray
v2.0.3
Changes:
- validations can now include a custom error message
- fixed an issue with RestForm where setState was mutating the old state
v2.0.2
Fixes:
- radio input uses correct change handler
v2.0.1
Changes:
- fix initial form field values to remove React warnings for controlled/uncontrolled form elements
v2.0.0
Version 2.0.0!
- please read the Upgrade Guide
1.2.4
Changes:
- updated dependencies
- add hintClassName property to form elements
1.2.3
Changelog:
- prop on FieldWrapper to omit 'form-group' class when desired
- improve rendering of CheckboxInput