Skip to content

Commit 0391a06

Browse files
committed
Update CHANGELOG.md
1 parent 2b79979 commit 0391a06

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,20 @@ should change the heading of the (upcoming) version to include a major version b
2222

2323
- Added support for `UiSchema` `"ui:rows"` option for `textarea` elements, fixing [#4070](https://github.com/rjsf-team/react-jsonschema-form/issues/4070).
2424

25-
# @rjsf/utils
25+
## @rjsf/core
26+
27+
- [#4091](https://github.com/rjsf-team/react-jsonschema-form/issues/4091) Added errorSchema to ArrayFieldTemplate props.
28+
29+
## @rjsf/utils
2630

2731
- [#4080](https://github.com/rjsf-team/react-jsonschema-form/issues/4080) - BREAKING CHANGE: Removed the `base64` object from the `@rjsf/utils` package. Note that this is a breaking change if you relied on the `base64` object exported by `@rjsf/utils`. Since this change caused [#4080](https://github.com/rjsf-team/react-jsonschema-form/issues/4080), and was only internally used by playground code, we are shipping this change in a patch release.
32+
- [#4091](https://github.com/rjsf-team/react-jsonschema-form/issues/4091) Added errorSchema to the ArrayFieldTemplateProps type.
2833

2934
## Dev / docs / playground
3035

3136
- [#4080](https://github.com/rjsf-team/react-jsonschema-form/issues/4080) - Moved the `base64` encoder/decoder object to the Playground package.
3237
- Added test configuration and script to the Playground.
33-
38+
-
3439

3540
# 5.17.0
3641

0 commit comments

Comments
 (0)