Skip to content

6.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@heath-freenome heath-freenome released this 22 May 19:21
· 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 of Grids to v7 version (a MUI breaking change)

@rjsf/antd

  • Updated the README.md file for dependencies and snapshots due to updating to latest antd

@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 move daisyui 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 Grids 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 extend GenericObjectType 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 of semantic-ui