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-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ should change the heading of the (upcoming) version to include a major version b
16
16
17
17
-->
18
18
19
+
# 5.23.2
20
+
21
+
## @rjsf/core
22
+
23
+
- 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
+
19
25
# 5.23.1
20
26
21
27
## @rjsf/chakra-ui
@@ -25,7 +31,6 @@ should change the heading of the (upcoming) version to include a major version b
25
31
## @rjsf/core
26
32
27
33
- Updated `NumberField` to properly pass through the `errorSchema` and `id` in the onChange handler, fixing [#4382](https://github.com/rjsf-team/react-jsonschema-form/issues/4382)
28
-
- 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)
0 commit comments