Skip to content

Commit 22aa7db

Browse files
authored
v7.0.0 (#45683)
1 parent 8746521 commit 22aa7db

File tree

19 files changed

+71
-18
lines changed

19 files changed

+71
-18
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,58 @@
11
# [Versions](https://mui.com/versions/)
22

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+
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+
21+
22+
- [system] Fix palette mode does not change when not using CSS vars (#45660) @siriwatknp
23+
24+
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+
356
## 7.0.0-rc.0
457

558
<!-- generated comparing v7.0.0-beta.4..master -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-scripts",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"author": "MUI Team",
55
"description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.",
66
"main": "build/index.js",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-test-utils",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"author": "MUI Team",
55
"description": "Utilities for MUI tests. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-markdown",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"author": "MUI Team",
55
"description": "MUI markdown parser. This is an internal package not meant for general use.",
66
"main": "./index.mjs",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "7.0.0-beta.8",
3+
"version": "7.0.0-beta.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-nextjs",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Collection of utilities for integration between Material UI and Next.js.",

packages/mui-material-pigment-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-pigment-css",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"author": "MUI Team",
55
"description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
66
"main": "./src/index.ts",

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",

packages/mui-private-theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/private-theming",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.",

packages/mui-styled-engine-sc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine-sc",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for styled-components.",

packages/mui-styled-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

packages/mui-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI System is a set of CSS utilities to help you build custom designs more efficiently. It makes it possible to rapidly lay out custom designs.",

packages/mui-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/types",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility types for MUI.",

packages/mui-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/utils",
3-
"version": "7.0.0-rc.0",
3+
"version": "7.0.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

0 commit comments

Comments
 (0)