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
@@ -35,6 +35,7 @@ should change the heading of the (upcoming) version to include a major version b
35
35
## @rjsf/core
36
36
37
37
- 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)
38
39
39
40
## @rjsf/utils
40
41
@@ -61,7 +62,7 @@ should change the heading of the (upcoming) version to include a major version b
61
62
62
63
- Fix issue 'Maximum call stack size exceeded' with playground share with large content.
63
64
64
-
# 5.22.3
65
+
# 5.22.3
65
66
66
67
## @rjsf/utils
67
68
@@ -137,7 +138,7 @@ should change the heading of the (upcoming) version to include a major version b
137
138
138
139
## @rjsf/core
139
140
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)
141
142
142
143
## @rjsf/mui
143
144
@@ -165,7 +166,7 @@ should change the heading of the (upcoming) version to include a major version b
165
166
166
167
# 5.20.0
167
168
168
-
## @rjsf/core
169
+
## @rjsf/core
169
170
170
171
- Support allowing raising errors from within a custom Widget [#2718](https://github.com/rjsf-team/react-jsonschema-form/issues/2718)
171
172
- 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
183
184
184
185
# 5.19.4
185
186
186
-
## @rjsf/core
187
+
## @rjsf/core
187
188
188
189
- Fix XSS when rendering schema validation errors [#4254](https://github.com/rjsf-team/react-jsonschema-form/issues/2718)
189
190
- 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
200
201
201
202
## Dev / docs / playground
202
203
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
0 commit comments