Skip to content

Commit ebb24ce

Browse files
[release] v7.0.2 (#45850)
Signed-off-by: Siriwat K <[email protected]> Co-authored-by: Siriwat K <[email protected]>
1 parent aebc750 commit ebb24ce

File tree

21 files changed

+80
-20
lines changed

21 files changed

+80
-20
lines changed

Diff for: CHANGELOG.md

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

3+
## 7.0.2
4+
5+
_Apr 9, 2025_
6+
7+
A big thanks to the 12 contributors who made this release possible.
8+
9+
10+
11+
- [Autocomplete] Add ability to render custom single value (#45387) @ZeeshanTamboli
12+
- [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial `value` is provided (#45734) @imadx
13+
- [AvatarGroup] Fix `spacing` prop ignoring value `0` (#45799) @Kartik-Murthy
14+
- [Dialog] Deprecate composed classes (#45418) @sai6855
15+
16+
17+
18+
- Fix nonce issues (#45794) @Janpot
19+
- Add warnings to nextjs router integration (#45778) @Janpot
20+
21+
22+
23+
- Added caching to `StyledEngineProvider` to improve performance for running tests with Jest (#45846) @siriwatknp
24+
25+
### Core
26+
27+
- [blog] Improve upvote video (0646444) @oliviertassinari
28+
- [code-infra] Remove webpack aliases (#45841) @Janpot
29+
- [code-infra] Remove .tsbuildinfo from build folder (#45727) @Janpot
30+
- [code-infra] Stabilize theme viewer screenshot tests (#45768) @Janpot
31+
- [code-infra] Remove modern bundles (#45808) @Janpot
32+
- Update buildTypes script to optionally remove css imports (#45835) @brijeshb42
33+
- Allow repo to be accepted as an argument for releaseTag (#45801) @brijeshb42
34+
- Update scripts to support base-ui (#45784) @brijeshb42
35+
- Sync scorecards.yml across codebase (4de5076) @oliviertassinari
36+
- Remove baseUrl and skipLibCheck (#45806) @Janpot
37+
- [docs-infra] Fix redirect styles pages (#45848) @siriwatknp
38+
- [docs-infra] Remove false-positive Vale rules (#45843) @oliviertassinari
39+
- [docs-infra] Make sure Next.js can find package.json through its aliases (#45840) @Janpot
40+
- [docs-infra] Fix Next.js brand name coverage (6915f8d) @oliviertassinari
41+
- [docs-infra] Fix layout shift between MIT and commercial pages (#45760) @oliviertassinari
42+
- [docs-infra] Non breaking space for ESM (#45758) @oliviertassinari
43+
- [support-infra] Remove dead 'workflow_call:' (#45736) @oliviertassinari
44+
- [utils] Support cleanup callbacks in useForkRef (#45621) @DiegoAndai
45+
46+
### Docs
47+
48+
- Fix pigment vite integration example (#44746) @brijeshb42
49+
- Update migration instructions and codemod references for deprecated APIs (#45793) @sai6855
50+
- Add TanStack Router routing example (#44930) @vetledv
51+
- Fix layout shifting in icons page (#45779) @sai6855
52+
- Fix migration instructions (#45762) @oliviertassinari
53+
- Fix wrong TypeScript support version (#45761) @oliviertassinari
54+
- Fix link to mui-joy/src/styles/components.d.ts (#45763) @oliviertassinari
55+
- Fix 301 link (ae94c40) @oliviertassinari
56+
- Fix 301 links (abd8f63) @oliviertassinari
57+
- Fix 301 redirection (c7658de) @oliviertassinari
58+
- [nextjs] Migrate from deprecated "legacyBehavior" prop (#44871) @oliviertassinari
59+
- [nextjs] Document CSP for Next.js Pages Router (#45798) @Grohden
60+
61+
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Grohden, @imadx, @Janpot, @Kartik-Murthy, @oliviertassinari, @renovate[bot], @sai6855, @siriwatknp, @vetledv, @ZeeshanTamboli
62+
363
## 7.0.1
464

565
<!-- generated comparing v7.0.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.1",
3+
"version": "7.0.2",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-docs-utils",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "MUI Team",
55
"description": "Utilities for MUI docs. This is an internal package not meant for general use.",
66
"main": "./build/index.js",

Diff for: packages-internal/scripts/package.json

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

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.6",
3+
"version": "2.0.7",
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/markdown/package.json

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

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

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

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.1",
3+
"version": "7.0.2",
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.1",
3+
"version": "7.0.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/envinfo",
3-
"version": "2.0.35",
3+
"version": "2.0.36",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Logs infos about the environment relevant to @mui/*",

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.1",
3+
"version": "7.0.2",
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.10",
3+
"version": "7.0.0-beta.11",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

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

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

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.1",
3+
"version": "7.0.2",
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.1",
3+
"version": "7.0.2",
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.1",
3+
"version": "7.0.2",
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.1",
3+
"version": "7.0.2",
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.1",
3+
"version": "7.0.2",
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.1",
3+
"version": "7.0.2",
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-types/package.json

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

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.1",
3+
"version": "7.0.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

0 commit comments

Comments
 (0)