v5.0.0-beta.3
Pre-release
Pre-release
@rjsf/core
- Added a
requestSubmit()call to theForm.submit()function, fixing (#2104, #3023) - Added missing
childrenproperty on theFormPropstype forForm - Throw an error when the required
validatorprop has not been provided to theForm
@rjsf/antd
- Do not show errors if
extraErrorshas[](#2576). - Added support for
schema.examplesin the material ui theme fixing (#2368, #2557)
@rjsf/fluent-ui
@rjsf/material-ui
@rjsf/material-ui
@rjsf/semantic-ui
- Upgraded from the
1.xto2.xversion ofsemantic-ui-react - Added support for
schema.examplesin 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
playgroundimport error by addingsource-map-loader - Fixed up the incorrectly formatted
5.x Migration Guide - Added a
Programmatic Submitbutton on the playground form to allow users to test the ability to programmatically submit a form - Regenerated the
package-lock.jsonfiles using cleannode_modulesdirectories - Fixed issue with playground controls in top right corner not functioning properly due to missing validator