Commit ff5d375
authored
Fix mui theme to use version 7 (#4616)
* Fix mui theme to use version 7
Fixed #4538 to switch `@rjsf/mui` theme to use MUI v7
- Updated `@rjsf/mui` to use v7, switching from `Grid2` to `Grid` and using `slotProps` in `BaseInputTemplate`
- Updated the snapshots accordingly
- Also updated all of the `README.md` files for the themes to update versions for dependencies
- For `fluentui-rc` and `daisyui` themes, moved the theme engine dependencies to `peerDependencies` and `devDependencies`
- Updated `@rjsf/semantic-ui` to deprecate the theme
- Ran `npm update` to get the latest versions of libraries, causing `antd` snapshots to be updated
- Updated the `v6.x upgrade guide.md` to reflect the MUI upgrade and deprecation of `semantic-ui`
# Conflicts:
# package-lock.json
# packages/fluentui-rc/package.json
# packages/mui/package.json
# packages/playground/package.json
* - Updated `CHANGELOG.md`
# Conflicts:
# CHANGELOG.md
* - Improved `GlobalUISchemaOptions` type
* - Fixed typo in `CHANGELOG.md`1 parent c274839 commit ff5d375
File tree
31 files changed
+2529
-2368
lines changed- packages
- antd
- test/__snapshots__
- chakra-ui
- daisyui
- docs/docs/migration-guides
- fluentui-rc
- mui
- src
- ArrayFieldItemTemplate
- ArrayFieldTemplate
- BaseInputTemplate
- GridTemplate
- ObjectFieldTemplate
- WrapIfAdditionalTemplate
- test/__snapshots__
- playground
- react-bootstrap
- semantic-ui
- src
- shadcn
31 files changed
+2529
-2368
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
24 | 67 | | |
25 | 68 | | |
26 | 69 | | |
| |||
42 | 85 | | |
43 | 86 | | |
44 | 87 | | |
45 | | - | |
| 88 | + | |
46 | 89 | | |
47 | 90 | | |
48 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments