6.0.0-beta.2
Pre-release
Pre-release
·
72 commits
to main
since this release
@rjsf/antd
- Updated
DescriptionField
to render thedescription
using theRichDescription
field
@rjsf/chakra-ui
- Updated
DescriptionField
to render thedescription
using theRichDescription
field
@rjsf/core
- Added new
RichDescription
component, refactored fromSchemaField
to support Rich Text descriptions in Markdown format - Updated
DescriptionField
to render thedescription
using theRichDescription
field
@rjsf/daisyui
- Updated
DescriptionField
to render thedescription
using theRichDescription
field - Updated
FieldTemplate
to move the checkbox implementation into theCheckboxWidget
adding thedescription
for checkboxes - Updated
package.json
to make the package publishable - Updated
DaisyUIFrameProvider
to extract the bulk of the code intoDaisyUIFrameComponent
to add auseEffect()
with a cleanup to remove the tailwind styles
@rjsf/fluentui-rc
- Updated
DescriptionField
to render thedescription
using theRichDescription
field
@rjsf/mui
- Updated
DescriptionField
to render thedescription
using theRichDescription
field
@rjsf/react-bootstrap
- Updated
DescriptionField
to render thedescription
using theRichDescription
field - Updated
CheckboxField
to remove thecheckbox
class that breaks the UI
@rjsf/semantic-ui
- Updated
DescriptionField
to render thedescription
using theRichDescription
field
@rjsf/shadcn
- Updated
DescriptionField
to render thedescription
using theRichDescription
field
@rjsf/utils
- Updated the
description
field in field props to be astring | ReactElement
and addedenableMarkdownInDescription
to theGlobalUISchemaOptions
interface - 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-tests
to disablegetTestId()
for snapshots and updated theformTests.tsx
to add tests for rich text descriptions for generic fields and theCheckboxWidget
- Updated the
uiSchema.md
to document newenableMarkdownInDescription
prop - Updated the
playground
to movedaisyui
theme choice afterchakra-ui
and to stop freezing the samples to avoid anAJV
validation issue- Also removed
validator
from theexamples.ts
to fix #4605
- Also removed
- Added a playground example for bundled JSON Schemas