Skip to content

Commit 0576943

Browse files
Update changelog
1 parent 756af61 commit 0576943

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
@@ -21,6 +21,7 @@ should change the heading of the (upcoming) version to include a major version b
2121
## @rjsf/core
2222

2323
- 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)
24+
- 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)
2425

2526
## @rjsf/utils
2627

@@ -42,7 +43,7 @@ should change the heading of the (upcoming) version to include a major version b
4243

4344
- Fix issue 'Maximum call stack size exceeded' with playground share with large content.
4445

45-
# 5.22.3
46+
# 5.22.3
4647

4748
## @rjsf/utils
4849

@@ -118,7 +119,7 @@ should change the heading of the (upcoming) version to include a major version b
118119

119120
## @rjsf/core
120121

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

123124
## @rjsf/mui
124125

@@ -146,7 +147,7 @@ should change the heading of the (upcoming) version to include a major version b
146147

147148
# 5.20.0
148149

149-
## @rjsf/core
150+
## @rjsf/core
150151

151152
- Support allowing raising errors from within a custom Widget [#2718](https://github.com/rjsf-team/react-jsonschema-form/issues/2718)
152153
- 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)
@@ -164,7 +165,7 @@ should change the heading of the (upcoming) version to include a major version b
164165

165166
# 5.19.4
166167

167-
## @rjsf/core
168+
## @rjsf/core
168169

169170
- Fix XSS when rendering schema validation errors [#4254](https://github.com/rjsf-team/react-jsonschema-form/issues/2718)
170171
- 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.
@@ -181,7 +182,7 @@ should change the heading of the (upcoming) version to include a major version b
181182

182183
## Dev / docs / playground
183184

184-
- 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
185+
- 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
185186

186187
# 5.19.3
187188

0 commit comments

Comments
 (0)