@rjsf/antd
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
ArrayFieldItemTemplateandArrayFieldTemplateto adjust sizes and buttons location usingdisplayLabelandhasDescription, fixing #3296 - Updated
FieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabel
@rjsf/chakra-ui
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
FieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription
@rjsf/core
- Added new
RichHelpcomponent for use in all the themes for help rendering, fixing #4601 - Updated
ArrayFieldto compute and passdisplayLabelandhasDescriptionto the renderedArrayFieldItemTemplateto support fixing #3296 - Updated
StringFieldto extract thetitlefrom the props and pass it down to the widget if provided - Updated
ArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296 - Updated
AddButtonto improve it's responsiveness in relation to theArrayFieldItemTemplatechanges - Updated
WrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription
@rjsf/daisyui
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
ArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296 - Updated
WrapIfAdditionalTemplateto addflexGrowandBaseInputTemplateto addw-fullto allow the array item fields to grow properly - Updated
FieldTemplateto render thedescriptionwhich was missing in the theme - Updated
FieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription
@rjsf/fluentui-rc
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
ArrayFieldItemTemplateto adjust buttons location usingdisplayLabel, fixing #3296 - Updated
WrapIfAdditionalTemplateto addflexGrowto allow the array item fields to grow properly for non-container elements - Updated
FieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription
@rjsf/mantine
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
utils.tsto addlabelto the cleanup fields to filter it from theuiOptions - Updated
BaseInputTemplateto displaydescriptionwhich was missing in the theme - Updated
ArrayFieldTitleTemplateto support theoptionalData - Updated
FieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription
@rjsf/mui
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
ArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296 - Updated
FieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabel
@rjsf/primereact
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
ArrayFieldItemTemplateto adjust buttons location usingdisplayLabel, fixing #3296 - Updated
WrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription
@rjsf/react-bootstrap
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
ArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296 - Updated
ArrayFieldTemplateto improve it's responsiveness in relation to theArrayFieldItemTemplatechanges - Updated
FieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription
@rjsf/semantic-ui
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
ArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296 - Updated
FieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription
@rjsf/shadcn
- Added support for rendering
ui:helpas markdown via newui:enableMarkdownInHelpflag inFieldHelpTemplate - Updated
ArrayFieldItemTemplateto adjust buttons location usingdisplayLabelandhasDescription, fixing #3296 - Updated
ArrayFieldTemplateto addjustify-endto theAddButtonrendering - Updated
FieldTemplate,ObjectFieldTemplateandWrapIfAdditionalTemplateto adjust the sizes and buttons location usingdisplayLabelandrawDescription
@rjsf/utils
- Added new
enableMarkdownInHelpto theGlobalUISchemaOptionstype, fixing #4601 - Added new
displayLabelandhasDescriptionflags in theArrayFieldItemTemplatePropsto support fixing #3296 - Updated the three hooks to add
use clientdirective to support NextJS builds - Updated
WrapIfAdditionalTemplatePropsto also pick thedisplayLabelandrawDescriptionprops fromFieldPropsfor use in adjusting the Additional Properties buttons location - Fixed bug in
getDisplayLabel()to return false ALWAYS, when theui:optionsis set to false AND to return true forarrayandobjecttypes when they were added via additionalProperties
Dev / docs / playground
- Updated
uiSchema.mdin the docs to document the newenableMarkdownInHelpflag - Updated
objectTests.tsxto increase the variations of the additionalProperties tests to include labels off, descriptions and object and array types