@rjsf/core
- Added a
requestSubmit()
call to theForm.submit()
function, fixing (#2104, #3023) - Added missing
children
property on theFormProps
type forForm
- Throw an error when the required
validator
prop has not been provided to theForm
@rjsf/antd
- Do not show errors if
extraErrors
has[]
(#2576). - Added support for
schema.examples
in the material ui theme fixing (#2368, #2557)
@rjsf/fluent-ui
@rjsf/material-ui
@rjsf/material-ui
@rjsf/semantic-ui
- Upgraded from the
1.x
to2.x
version ofsemantic-ui-react
- Added support for
schema.examples
in the material ui theme fixing (#2368, #2557)
@rjsf/bootstrap-4
- Avoid importing the whole of
react-icons
(#3046, react-icons/react-icons#154)
Dev / docs / playground
- Fixed missing
playground
import error by addingsource-map-loader
- Fixed up the incorrectly formatted
5.x Migration Guide
- Added a
Programmatic Submit
button on the playground form to allow users to test the ability to programmatically submit a form - Regenerated the
package-lock.json
files using cleannode_modules
directories - Fixed issue with playground controls in top right corner not functioning properly due to missing validator