|
1 | 1 | # [Versions](https://mui.com/versions/) |
2 | 2 |
|
| 3 | +## 7.0.0 |
| 4 | + |
| 5 | +<!-- generated comparing v7.0.0-rc.0..master --> |
| 6 | + |
| 7 | +_Mar 26, 2025_ |
| 8 | + |
| 9 | +🎉 We're happy to announce the stable release of v7. |
| 10 | + |
| 11 | +- Read the [blog post](https://mui.com/blog/material-ui-v7-is-here/) about the announcement. |
| 12 | +- Check out the [v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/). |
| 13 | + |
| 14 | +### `@mui/material@7.0.0` |
| 15 | + |
| 16 | +- [Autocomplete] Fix when `onHighlightChange` is called (#45438) @ZeeshanTamboli |
| 17 | +- [Tabs] Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation (#45345) @mushfiqbh |
| 18 | +- Update minimum TypeScript support to 4.9 (#45535) @siriwatknp |
| 19 | + |
| 20 | +### `@mui/system@7.0.0` |
| 21 | + |
| 22 | +- [system] Fix palette mode does not change when not using CSS vars (#45660) @siriwatknp |
| 23 | + |
| 24 | +### `@mui/lab@7.0.0-beta.9` |
| 25 | + |
| 26 | +- [lab] Remove @mui/base dependency (#45602) @mnajdova |
| 27 | + |
| 28 | +### Docs |
| 29 | + |
| 30 | +- [docs] Fix unnecessary redirects for v7 (#45677) @Janpot |
| 31 | +- [docs] Fix new React project link, CRA deprecated (#45362) @oliviertassinari |
| 32 | +- [docs] Prepare the v7 upgrade guide for stable release (#45624) @DiegoAndai |
| 33 | +- [docs] Fix grammatical errors in support.md (#45631) @letianpailove |
| 34 | +- [docs] Update nextjs font optimization guide (#45600) @IshfaqAhmedProg |
| 35 | +- [docs] Deprecate Toolpad Studio (#45613) @Janpot |
| 36 | +- [docs] Sync the mode from page to demos #45661 @siriwatknp |
| 37 | + |
| 38 | +### Core |
| 39 | + |
| 40 | +- [blog] v7 stable release (#45623) @DiegoAndai |
| 41 | +- [code-infra] Disable flaky masonry screenshot (#45678) @Janpot |
| 42 | +- [code-infra] Migrate regression tests to vite (#44964) @Janpot |
| 43 | +- [code-infra] Update rollup (#45666) @Janpot |
| 44 | +- [code-infra] Support `React.ComponentType` in proptypes generation (#45664) @Janpot |
| 45 | +- [code-infra] Ensure `translations.json` is present in all `@mui/docs` package builds (#45626) @LukasTy |
| 46 | +- [code-infra] Improve Argos script debuggability (#45619) @Janpot |
| 47 | +- [code-infra] Reconfigure `react-remove-properties` babel plugin (#45218) @Janpot |
| 48 | +- [core] Prepare master for v7 stable (#45674) @DiegoAndai |
| 49 | +- [core] Improve instructions on changing domain (#45637) @mnajdova |
| 50 | +- [core] Deprecate `ponyfillGlobal` (#45606) @Janpot |
| 51 | +- [docs-infra] Restructure docs theme context to CSS variables (#45386) @siriwatknp |
| 52 | +- [styles] Remove code & docs (#45633) @mnajdova |
| 53 | + |
| 54 | +All contributors of this release in alphabetical order: @DiegoAndai, @IshfaqAhmedProg, @Janpot, @letianpailove, @LukasTy, @mnajdova, @mushfiqbh, @oliviertassinari, @siriwatknp, @ZeeshanTamboli |
| 55 | + |
3 | 56 | ## 7.0.0-rc.0 |
4 | 57 |
|
5 | 58 | <!-- generated comparing v7.0.0-beta.4..master --> |
|
0 commit comments