5.0.0-beta.19
Pre-release
Pre-release
·
736 commits
to main
since this release
@rjsf/core
- Updated
MultiSchemaFieldto cache options with refs in state and to output better labels for options without them when a title is available in either theschemaoruiSchema - Improved fix for #2691 to remove the breaking change caused by the original fix #2980 as follows:
- Added a new
ui:fieldReplacesAnyOrOneOfflag to theuiSchemathat when true will allow users to opt-out of theanyOf/oneOfwrapping of a custom field
- Added a new
@rjsf/utils
- Updated
toPathSchema()to handleoneOf/anyOfby picking the closest option and generating the path for it, fixing #2262 - Added new
uiSchemaonly flagui:fieldReplacesAnyOrOneOfthat, if true allows the user to opt-out of theanyOf/oneOfwrapping of a custom field
Dev / docs / playground
- Updated the
uiSchemadocumentation forui:fieldReplacesAnyOrOneOf