Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 4283 by adding support for MUI v6 #4294

Merged
merged 2 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. Fix 4285 by adding support for MUI v6

    - Updated `@rjsf/mui` to update the dev dependencies for `@mui/*` to v6 and the peer dependencies to add MUI v6
    - Updated the playground to update `@mui/*` to v6
      - Also changed the dropdown name from `material-ui-5` to `mui` and switched `Layout` to use the `PropsWithChildren` for its props
      - Updated the `Form.test.tsx` to add information to the fake node to allow the tests to work with v6
      - Ran `npm run test:update` to update the snapshots due to the v6 and emotion upgrades
    - Updated the test snapshots for `@rjsf/chakra-ui` which also uses emotion
    - Updated `CHANGELOG.md` accordingly, bumping to `5.21.0`
    heath-freenome committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7b867a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb8d8e4 View commit details
    Browse the repository at this point in the history