@rjsf/antd
- Updated the
ArrayFieldTemplate
,FieldTemplate
andObjectFieldTemplate
to getformContext
from theregistry
@rjsf/core
- Updated
ArrayField
,Form
,LayoutMultiSchemaField
andSchemaField
to stop passingformContext
@rjsf/daisyui
- Updated
FieldTemplate
to removeformContext
as it is never used
@rjsf/semantic-ui
- Updated the
ArrayFieldTemplate
,BaseInputTemplate
,CheckboxWidget
,FieldTemplate
,RadioWidget
,RangeSelect
,SelectWidget
,TextareaWidget
andObjectFieldTemplate
to getformContext
from theregistry
@rjsf/utils
- BREAKING CHANGE: Removed
formContext
from the following interfaces because it is available onregistry
:ErrorListProps
,FieldProps
,FieldTemplateProps
,ArrayFieldTemplateProps
andWidgetProps
- Update
mergeDefaultsWithFormData
to properly handle overridingundefined
formData with anull
default value, fixing #4734 - Fixed object reference sharing in arrays with minItems when using oneOf schemas, fixing #4756
- Updated
getWigets()
to output theschema
when throwing errors, fixing #4731
Dev / docs / playground
- Updated the documentation to remove
formContext
from the interface documentation, adding a BREAKING CHANGE notification in thev6.x upgrade guide
- POTENTIAL BREAKING CHANGE: Updated the
cjs
build for all packages to generate.cjs
files instead of.js
files and updating theexports
to make therequire
statements use.cjs
, fixing [#4754]#4754) - Updated
v6.x upgrade guide.md
to note the change to thecjs
builds