Skip to content

Commit f487739

Browse files
authored
Update CHANGELOG.md (#4317)
1 parent f7e05bb commit f487739

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ should change the heading of the (upcoming) version to include a major version b
2323
- Updated `SchemaField` to pass `required` flag to `_AnyOfField`/`_OneOfField`
2424
- Updated `Form` to deal with null objects in `filterErrorsBasedOnSchema()`, fixing [#4306](https://github.com/rjsf-team/react-jsonschema-form/issues/4306)
2525

26+
## @rjsf/utils
27+
28+
- Updated `ErrorSchemaBuilder` to support adding, updating, and removing paths that are numbers, fixing [#4297](https://github.com/rjsf-team/react-jsonschema-form/issues/4297)
29+
- Updated `retrieveSchema` to not merge `contains` properties in `allOf` schema lists, fixing [#2923](https://github.com/rjsf-team/react-jsonschema-form/issues/2923#issuecomment-1946034240)
30+
2631
## Dev / docs / playground
2732

2833
- Updated the `custom-widgets-fields.md` to add examples of wrapping a widget/field

0 commit comments

Comments
 (0)