v4.1.0
What's Changed
@rjsf/core
- To improve performance, skip validating subschemas in oneOf / anyOf if formData is undefined (#2676)
- Fixed the
toIdSchema()typescript definition to add newidSeparatorprop along with the spelling ofidPrefix- Also passed the new
idSeparatorprop through to theAnyOfFieldandOneOfFieldinside ofSchemaField - Updated
ArrayFieldin@rjsf/coreto passidSeparatorandidPrefixthrough toSchemaField, fixing a small bug
- Also passed the new
- Added support for the new
ui:hideErrorfeature, which allows you to hide errors at a field level
@rjsf/material-ui
- Remove
console.log()of the import error inMaterialUIContextandMui5Context - Export the
MaterialComponentContext(#2724)
Dev / docs / playground
- Added documentation for the new
ui:hideErrorfeature
New Contributors
- @KittyJose made their first contribution in #2676
Full Changelog: v4.0.1...v4.1.0