Skip to content

Commit cbae16f

Browse files
authored
Fix duplicate entries in CHANGELOG.md
Removed duplicate entries in CHANGELOG and updated related sections.
1 parent 3678661 commit cbae16f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ should change the heading of the (upcoming) version to include a major version b
8787
- Fixed duplicate label and description rendering in `CheckboxWidget` by conditionally rendering them based on widget type
8888
- Updated `CheckboxWidget` to handle label and description rendering consistently
8989
- 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))
9290
- 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)
9391
- Updated `FallbackField` to support `object` and `array` types, and improved `ArrayField` so that it handles missing items properly with the fallback field
9492

@@ -125,7 +123,6 @@ should change the heading of the (upcoming) version to include a major version b
125123
## @rjsf/utils
126124

127125
- 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
129126

130127
## Dev / docs / playground
131128

0 commit comments

Comments
 (0)