Skip to content

Commit d6fdcac

Browse files
authored
[release] v7.0.1 (#45726)
1 parent 383c813 commit d6fdcac

File tree

14 files changed

+53
-13
lines changed

14 files changed

+53
-13
lines changed

Diff for: CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 7.0.1
4+
5+
<!-- generated comparing v7.0.0..master -->
6+
7+
_Mar 28, 2025_
8+
9+
A big thanks to the 7 contributors who made this release possible.
10+
11+
12+
13+
- Export ThemeProviderProps (#45701) @aarongarciah
14+
- [Fab] Fix default variant text color when using CSS vars (#45714) @aarongarciah
15+
- Remove mention of v7 in deprecation messages (#45708) @DiegoAndai
16+
- [Popover] Allow `null` in `anchorEl` function return type (#45045) @eduter
17+
- Fix missing CSSProperties/MixinOptions types (#45706) @Janpot
18+
19+
20+
21+
- [code-infra] Fix icon-material type resolution under `moduleResolution: "node"` (#45704) @Janpot
22+
- Bring back individual icon dts (#45711) @Janpot
23+
24+
### Core
25+
26+
- Improve the release instructions (#45688) @mnajdova
27+
28+
### Docs
29+
30+
- Fix Masonry and Toolpad dark mode demos (#45721) @siriwatknp
31+
- Update v7 related copy (#45716) @aarongarciah
32+
- Avoid unwanted undefined in page title (#45718) @aarongarciah
33+
- Fix joy templates error (#45715) @siriwatknp
34+
- Rename GitHub icon import (#45709) @micttyoid
35+
- Fix Safari issue in dark mode (#45696) @mnajdova
36+
- Fix `Grid`, `GridLegacy`, `Stack`, `Badge`, `Select`, `Autocomplete` demos CSS variables (#45693) @DiegoAndai
37+
- Add "Material UI v7 is here" to the notifications (#45694) @DiegoAndai
38+
- Fix `Breadcrumbs`, `List`, `Divider`, and `Typography` dark mode demos (#45692) @siriwatknp
39+
- Fix Material Icons page in dark mode (#45691) @mnajdova
40+
41+
All contributors of this release in alphabetical order: @aarongarciah, @DiegoAndai, @eduter, @Janpot, @micttyoid, @mnajdova, @siriwatknp
42+
343
## 7.0.0
444

545
<!-- generated comparing v7.0.0-rc.0..master -->

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

Diff for: packages-internal/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-test-utils",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
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",

Diff for: packages/mui-core-downloads-tracker/package.json

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

Diff for: packages/mui-docs/package.json

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

Diff for: packages/mui-icons-material/package.json

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

Diff for: packages/mui-lab/package.json

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

Diff for: packages/mui-material-pigment-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-pigment-css",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
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",

Diff for: packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
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.",

Diff for: packages/mui-private-theming/package.json

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

Diff for: packages/mui-styled-engine-sc/package.json

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

Diff for: packages/mui-styled-engine/package.json

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

Diff for: packages/mui-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
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.",

Diff for: packages/mui-utils/package.json

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

0 commit comments

Comments
 (0)