Skip to content

Commit 16aad2d

Browse files
committed
Update CHANGELOG.md
1 parent 2b79979 commit 16aad2d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,19 @@ 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.
32-
- Added test configuration and script to the Playground.
33-
37+
- Added test configuration and script to the Playground.
3438

3539
# 5.17.0
3640

0 commit comments

Comments
 (0)