Skip to content

Commit 630689f

Browse files
Update changelog
1 parent c40e1a3 commit 630689f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ should change the heading of the (upcoming) version to include a major version b
3535
## @rjsf/core
3636

3737
- Updated `SchemaField` to no longer make schema fields with const read-only by default, partially fixing [#4344](https://github.com/rjsf-team/react-jsonschema-form/issues/4344)
38+
- Fix default value population when switching between options in `MultiSchemaField` [#4375](https://github.com/rjsf-team/react-jsonschema-form/pull/4375). Fixes [#4367](https://github.com/rjsf-team/react-jsonschema-form/issues/4367)
3839

3940
## @rjsf/utils
4041

@@ -61,7 +62,7 @@ should change the heading of the (upcoming) version to include a major version b
6162

6263
- Fix issue 'Maximum call stack size exceeded' with playground share with large content.
6364

64-
# 5.22.3
65+
# 5.22.3
6566

6667
## @rjsf/utils
6768

@@ -137,7 +138,7 @@ should change the heading of the (upcoming) version to include a major version b
137138

138139
## @rjsf/core
139140

140-
- Updated `Form` to fix `focusOnError()` to support the ids that include dots, fixing [#4279](https://github.com/rjsf-team/react-jsonschema-form/issues/4279)
141+
- Updated `Form` to fix `focusOnError()` to support the ids that include dots, fixing [#4279](https://github.com/rjsf-team/react-jsonschema-form/issues/4279)
141142

142143
## @rjsf/mui
143144

@@ -165,7 +166,7 @@ should change the heading of the (upcoming) version to include a major version b
165166

166167
# 5.20.0
167168

168-
## @rjsf/core
169+
## @rjsf/core
169170

170171
- Support allowing raising errors from within a custom Widget [#2718](https://github.com/rjsf-team/react-jsonschema-form/issues/2718)
171172
- Updated `ArrayField`, `BooleanField` and `StringField` to call `optionsList()` with the additional `UiSchema` parameter, fixing [#4215](https://github.com/rjsf-team/react-jsonschema-form/issues/4215) and [#4260](https://github.com/rjsf-team/react-jsonschema-form/issues/4260)
@@ -183,7 +184,7 @@ should change the heading of the (upcoming) version to include a major version b
183184

184185
# 5.19.4
185186

186-
## @rjsf/core
187+
## @rjsf/core
187188

188189
- Fix XSS when rendering schema validation errors [#4254](https://github.com/rjsf-team/react-jsonschema-form/issues/2718)
189190
- NOTE: This will have potential consequences if you are using the [translateString](https://rjsf-team.github.io/react-jsonschema-form/docs/api-reference/form-props/#translatestring) feature and are trying to render HTML. Switching to [Markdown](https://www.markdownguide.org/) will solve your problems.
@@ -200,7 +201,7 @@ should change the heading of the (upcoming) version to include a major version b
200201

201202
## Dev / docs / playground
202203

203-
- Updated the `Validator` dropdown to add `AJV8 (discriminator)` which sets the AJV validator [discriminator](https://ajv.js.org/json-schema.html#discriminator) option to `true` to support testing schemas with that option in them
204+
- Updated the `Validator` dropdown to add `AJV8 (discriminator)` which sets the AJV validator [discriminator](https://ajv.js.org/json-schema.html#discriminator) option to `true` to support testing schemas with that option in them
204205

205206
# 5.19.3
206207

0 commit comments

Comments
 (0)