6.0.0-beta.16
Pre-release
Pre-release
·
233 commits
to main
since this release
@rjsf/antd
- Updated the
ArrayFieldTemplate,FieldTemplateandObjectFieldTemplateto getformContextfrom theregistry
@rjsf/core
- Updated
ArrayField,Form,LayoutMultiSchemaFieldandSchemaFieldto stop passingformContext
@rjsf/daisyui
- Updated
FieldTemplateto removeformContextas it is never used
@rjsf/semantic-ui
- Updated the
ArrayFieldTemplate,BaseInputTemplate,CheckboxWidget,FieldTemplate,RadioWidget,RangeSelect,SelectWidget,TextareaWidgetandObjectFieldTemplateto getformContextfrom theregistry
@rjsf/utils
- BREAKING CHANGE: Removed
formContextfrom the following interfaces because it is available onregistry:ErrorListProps,FieldProps,FieldTemplateProps,ArrayFieldTemplatePropsandWidgetProps
- Update
mergeDefaultsWithFormDatato properly handle overridingundefinedformData with anulldefault value, fixing #4734 - Fixed object reference sharing in arrays with minItems when using oneOf schemas, fixing #4756
- Updated
getWigets()to output theschemawhen throwing errors, fixing #4731
Dev / docs / playground
- Updated the documentation to remove
formContextfrom the interface documentation, adding a BREAKING CHANGE notification in thev6.x upgrade guide - POTENTIAL BREAKING CHANGE: Updated the
cjsbuild for all packages to generate.cjsfiles instead of.jsfiles and updating theexportsto make therequirestatements use.cjs, fixing [#4754]#4754) - Updated
v6.x upgrade guide.mdto note the change to thecjsbuilds