5.11.0
NOTE: this release failed to publish.
New feature
extraErrorsBlockSubmitonForm, see the documentation
@rjsf/core
- Updated
MultiSchemaFieldto usemergeSchema()for merging in the remaining schema foranyOf/oneOf - Added new
extraErrorsBlockSubmitprop toFormthat allows the extra asynchronous errors to block a form submit, fixing #3757
@rjsf/utils
- Updated
retrieveSchemaInternal()to always resolve allOf schema without merging whenexpandAllBranchesis set, fixing compiled schema issue always throwing error withmergeAllOf - Updated
getDefaultFormState()to usemergeSchema()for merging in the remaining schema foranyOf/oneOf - Updated
retrieveSchema()to usemergeSchema()for merging in the remaining schema foranyOf/oneOf
Dev / docs / playground
- Switched to using npm workspaces for the sub-package hierarchy
- NOTE: Developers may need to run the
npm run refresh-node-modulesscript first to get the build and tests to work correctly
- NOTE: Developers may need to run the
- Backfilled Docusaurus site with documentation for v3, v4