6.0.0-beta.2
Pre-release
Pre-release
·
323 commits
to main
since this release
@rjsf/antd
- Updated
DescriptionFieldto render thedescriptionusing theRichDescriptionfield
@rjsf/chakra-ui
- Updated
DescriptionFieldto render thedescriptionusing theRichDescriptionfield
@rjsf/core
- Added new
RichDescriptioncomponent, refactored fromSchemaFieldto support Rich Text descriptions in Markdown format - Updated
DescriptionFieldto render thedescriptionusing theRichDescriptionfield
@rjsf/daisyui
- Updated
DescriptionFieldto render thedescriptionusing theRichDescriptionfield - Updated
FieldTemplateto move the checkbox implementation into theCheckboxWidgetadding thedescriptionfor checkboxes - Updated
package.jsonto make the package publishable - Updated
DaisyUIFrameProviderto extract the bulk of the code intoDaisyUIFrameComponentto add auseEffect()with a cleanup to remove the tailwind styles
@rjsf/fluentui-rc
- Updated
DescriptionFieldto render thedescriptionusing theRichDescriptionfield
@rjsf/mui
- Updated
DescriptionFieldto render thedescriptionusing theRichDescriptionfield
@rjsf/react-bootstrap
- Updated
DescriptionFieldto render thedescriptionusing theRichDescriptionfield - Updated
CheckboxFieldto remove thecheckboxclass that breaks the UI
@rjsf/semantic-ui
- Updated
DescriptionFieldto render thedescriptionusing theRichDescriptionfield
@rjsf/shadcn
- Updated
DescriptionFieldto render thedescriptionusing theRichDescriptionfield
@rjsf/utils
- Updated the
descriptionfield in field props to be astring | ReactElementand addedenableMarkdownInDescriptionto theGlobalUISchemaOptionsinterface - Support for bundled JSON Schemas #4505
- Fixed issue with schema references in combinators(allOf, anyOf, oneOf) could not be modified when defaults were set, fixing #4555
Dev / docs / playground
- Updated the
snapshot-teststo disablegetTestId()for snapshots and updated theformTests.tsxto add tests for rich text descriptions for generic fields and theCheckboxWidget - Updated the
uiSchema.mdto document newenableMarkdownInDescriptionprop - Updated the
playgroundto movedaisyuitheme choice afterchakra-uiand to stop freezing the samples to avoid anAJVvalidation issue- Also removed
validatorfrom theexamples.tsto fix #4605
- Also removed
- Added a playground example for bundled JSON Schemas