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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,10 @@ should change the heading of the (upcoming) version to include a major version b
30
30
## @rjsf/core
31
31
32
32
- Fixed duplicate label and description rendering in `CheckboxWidget` by conditionally rendering them based on widget type
33
-
- Updated `CheckboxWidget` to handle label and description rendering consistently
34
-
- Modified `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
33
+
- Updated `CheckboxWidget` to handle label and description rendering consistently
34
+
- Modified `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
35
35
- Updated `ObjectField` to change the removal of an additional property to defer the work to the `processPendingChange()` handler in `Form`, fixing [#4850](https://github.com/rjsf-team/react-jsonschema-form/issues/4850)
36
+
- Updated `FallbackField` to support `object` and `array` types, and improved `ArrayField` so that it handles missing items properly with the fallback field
36
37
37
38
## @rjsf/fluentui-rc
38
39
@@ -66,7 +67,6 @@ should change the heading of the (upcoming) version to include a major version b
66
67
## @rjsf/utils
67
68
68
69
- Updated `getDefaultFormState()` to not save an undefined field value into an object when the type is `null` and `excludeObjectChildren` is provided, fixing [#4821](https://github.com/rjsf-team/react-jsonschema-form/issues/4821)
69
-
- Added new `ADDITIONAL_PROPERTY_KEY_REMOVE` constant
0 commit comments