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
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,6 @@ should change the heading of the (upcoming) version to include a major version b
87
87
- Fixed duplicate label and description rendering in `CheckboxWidget` by conditionally rendering them based on widget type
88
88
- Updated `CheckboxWidget` to handle label and description rendering consistently
89
89
- Modified `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
90
-
- Updated `CheckboxWidget` to handle label and description rendering consistently
91
-
- Modified `FieldTemplate` to skip label and description rendering for checkbox widgets, fixing ([#4742](https://github.com/rjsf-team/react-jsonschema-form/issues/4742))
92
90
- 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)
93
91
- Updated `FallbackField` to support `object` and `array` types, and improved `ArrayField` so that it handles missing items properly with the fallback field
94
92
@@ -125,7 +123,6 @@ should change the heading of the (upcoming) version to include a major version b
125
123
## @rjsf/utils
126
124
127
125
- 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)
128
-
- Added new `ADDITIONAL_PROPERTY_KEY_REMOVE` constant
0 commit comments