You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ should change the heading of the (upcoming) version to include a major version b
21
21
## @rjsf/core
22
22
23
23
- 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)
24
25
25
26
## @rjsf/utils
26
27
@@ -42,7 +43,7 @@ should change the heading of the (upcoming) version to include a major version b
42
43
43
44
- Fix issue 'Maximum call stack size exceeded' with playground share with large content.
44
45
45
-
# 5.22.3
46
+
# 5.22.3
46
47
47
48
## @rjsf/utils
48
49
@@ -118,7 +119,7 @@ should change the heading of the (upcoming) version to include a major version b
118
119
119
120
## @rjsf/core
120
121
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)
122
123
123
124
## @rjsf/mui
124
125
@@ -146,7 +147,7 @@ should change the heading of the (upcoming) version to include a major version b
146
147
147
148
# 5.20.0
148
149
149
-
## @rjsf/core
150
+
## @rjsf/core
150
151
151
152
- Support allowing raising errors from within a custom Widget [#2718](https://github.com/rjsf-team/react-jsonschema-form/issues/2718)
152
153
- 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
164
165
165
166
# 5.19.4
166
167
167
-
## @rjsf/core
168
+
## @rjsf/core
168
169
169
170
- Fix XSS when rendering schema validation errors [#4254](https://github.com/rjsf-team/react-jsonschema-form/issues/2718)
170
171
- 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
181
182
182
183
## Dev / docs / playground
183
184
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
0 commit comments