Skip to content

Commit b54db98

Browse files
committed
Updated
1 parent 046b34a commit b54db98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ 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))
9092
- 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)
91-
- Added new `ADDITIONAL_PROPERTY_KEY_REMOVE` constant
93+
- Updated `FallbackField` to support `object` and `array` types, and improved `ArrayField` so that it handles missing items properly with the fallback field
9294

9395
## @rjsf/fluentui-rc
9496

0 commit comments

Comments
 (0)