You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ should change the heading of the (upcoming) version to include a major version b
23
23
- Updated `SchemaField` to pass `required` flag to `_AnyOfField`/`_OneOfField`
24
24
- Updated `Form` to deal with null objects in `filterErrorsBasedOnSchema()`, fixing [#4306](https://github.com/rjsf-team/react-jsonschema-form/issues/4306)
25
25
26
+
## @rjsf/utils
27
+
28
+
- Added `experimental_customMergeAllOf` option to `retrieveSchema` to allow custom merging of `allOf` schemas
29
+
26
30
## Dev / docs / playground
27
31
28
32
- Updated the `custom-widgets-fields.md` to add examples of wrapping a widget/field
0 commit comments