v5.0.0-beta.7
Pre-release
Pre-release
·
859 commits
to main
since this release
@rjsf/antd
- Only show description when there really IS a description, fixes (#2779)
- Refactored the
FieldErrorTemplatefrom inside ofFieldTemplate; fixes (#3104)
@rjsf/bootstrap-4
- Refactored the
FieldErrorTemplateandFieldHelpTemplatefrom inside ofFieldTemplate; fixes (#3104)
@rjsf/chakra-ui
- Refactored the
FieldErrorTemplateandFieldHelpTemplatefrom inside ofFieldTemplate; fixes (#3104)
@rjsf/core
- Added new field
ArraySchemaField, assigned toSchemaFieldby default, that is used by theArrayFieldto render thechildrenfor each array field element - Refactored the internal
ErrorListandHelpcomponents from inside ofSchemaFieldto new templates:FieldErrorTemplateandFieldHelpTemplate; fixes (#3104)
@rjsf/material-ui
- Refactored the
FieldErrorTemplateandFieldHelpTemplatefrom inside ofFieldTemplate; fixes (#3104)
@rjsf/mui
- Refactored the
FieldErrorTemplateandFieldHelpTemplatefrom inside ofFieldTemplate; fixes (#3104)
@rjsf/semantic-ui
- Converted
RawErrorsandHelpFieldintoFieldErrorTemplateandFieldHelpTemplate, removing their explicit calls fromFieldTemplate; fixes (#3104)
@rjsf/utils
- Added new
FieldErrorPropsandFieldHelpPropstypes - Added new
FieldErrorTemplateandFieldHelpTemplateto theTemplatesType
Dev / docs / playground
- Updated the
custom-templates.mdfile to add documentation for the newFieldErrorTemplateandFieldHelpTemplate - Updated the
custom-widgets-fields.mdfile to add documentation for the newArraySchemaFieldfield.