@rjsf/antd
- Updated
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742) - Updated
ArrayFieldTemplateandObjectFieldTemplateto remove the rendering of a duplicate description (since theFieldTemplatealready does it), fixing #3624
@rjsf/chakra-ui
- Modified
CheckboxesWidgetto render the Title, fixing (#4840) - Updated
CheckboxWidgetto handle label and description rendering consistently, fixing (#4742)
@rjsf/core
- Fixed duplicate label and description rendering in
CheckboxWidgetby conditionally rendering them based on widget type- Updated
CheckboxWidgetto handle label and description rendering consistently - Modified
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)
- Updated
- Updated
ObjectFieldto change the removal of an additional property to defer the work to theprocessPendingChange()handler inForm, fixing #4850 - Updated
FallbackFieldto supportobjectandarraytypes, and improvedArrayFieldso that it handles missing items properly with the fallback field
@rjsf/fluentui-rc
- Updated
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)
@rjsf/mantine
- Updated
CheckboxWidgetto handle label and description rendering consistently, fixing (#4742)
@rjsf/mui
- Updated
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742) - Updated
ArrayFieldItemTemplateto switchsizefrom 'auto' to responsive values on theGrid, fixing #4838
@rjsf/primereact
- Updated
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)
@rjsf/react-bootstrap
- Updated
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)
@rjsf/semantic-ui
- Updated
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742)
@rjsf/shadcn
- Updated
FieldTemplateto skip label and description rendering for checkbox widgets, fixing (#4742) - Updated the
Commandcomponent to properly handleforwardRef
@rjsf/utils
- Updated
getDefaultFormState()to not save an undefined field value into an object when the type isnullandexcludeObjectChildrenis provided, fixing #4821
Dev / docs / playground
- Updated the
OptionsDrawerof the playground to addidPrefixandidSeparatorfields - Updated test files to switch to using the React Testing library instead of
react-test-renderer, updating all snapshots accordingly - Updated Fluent libraries to latest, with updated snapshots
- Added Node 24 to
ci.yml, removingv5and old Node 14 non-docs builds