6.0.0-beta.9
Pre-release
Pre-release
·
57 commits
to main
since this release
BREAKING CHANGE
- In
@rjsf/mui
, upgraded MUI to version 7, dropping support for earlier versions due to conversion ofGrid
s to v7 version (a MUI breaking change)
@rjsf/antd
- Updated the
README.md
file for dependencies and snapshots due to updating to latestantd
@rjsf/chakra-ui
- Updated
SelectWidget
to only pick the first element in a list when single selection is active, fixing #4623 - Updated the
README.md
file for dependencies
@rjsf/daisyui
- Updated the
README.md
file for dependencies - Updated
package.json
to move@fluentui
packages to peer and dev dependencies
@rjsf/fluentui-rc
- Updated the
README.md
file for dependencies - Updated
package.json
to movedaisyui
to peer and dev dependencies
@rjsf/mui
- Updated the
README.md
file for dependencies - BREAKING CHANGE: Upgraded MUI to version 7, dropping support for earlier versions due to conversion of
Grid
s to v7 version (a MUI breaking change)
@rjsf/react-bootstrap
- Updated the
README.md
file for dependencies
@rjsf/semantic-ui
- Updated the
README.md
file for dependencies - Deprecated the theme due to it appearing to be a dead project
@rjsf/shadcn
- Updated the
README.md
file for dependencies
@rjsf/util
- Fixed form data propagation with
patternProperties
#4617 - Updated the
GlobalUISchemaOptions
types to extendGenericObjectType
to support user-defined values for their extensions
Dev / docs / playground
- Updated
playground
to use MUI version 7 - Updated
v6 upgrade guide.md
to note the breaking change for MUI 7 and deprecation ofsemantic-ui