Skip to content

Commit 260ed53

Browse files
authored
[release] v7.0.0-beta.4 (#45565)
1 parent d97f138 commit 260ed53

File tree

18 files changed

+77
-17
lines changed

18 files changed

+77
-17
lines changed

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.0-beta.4
4+
5+
<!-- generated comparing v7.0.0-beta.3..master -->
6+
7+
_Mar 13, 2025_
8+
9+
A big thanks to the 10 contributors who made this release possible.
10+
This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.
11+
12+
13+
14+
- [Accordion] Add missing `root` slot (#45532) @sai6855
15+
- [AccordionSummary] Add slots and slotProps (#45559) @sai6855
16+
- [ListItemText] Add missing `root` slot (#45540) @sai6855
17+
- [SpeedDial] Add missing `root` slot (#45541) @sai6855
18+
- [Tooltip] Allow auto placement on tooltip (#45399) @Jtaks
19+
- [useScrollTrigger] Do nothing if target is null (#45441) @vipierozan99
20+
- [TextareaAutosize] Fix ResizeObserver causing infinite `selectionchange` loop (#45351) @mj12albert
21+
- Fix negative input for CSS variables spacing array (#45550) @siriwatknp
22+
- Add missing deprecations in deprecations-all file (#45505) @sai6855
23+
- Rename some `@mui/material/styles/createTypography` exports (#45558) @Janpot
24+
25+
26+
27+
- Remove unused icon names from the download script (#45453) @yermartee
28+
29+
30+
31+
- Prevent nested non-vars theme inheritance (#45545) @siriwatknp
32+
- Disable theme recalculation as default behavior (#45405) @siriwatknp
33+
- Fix package layout inconsistencies (#45491) @DiegoAndai
34+
35+
36+
37+
- Add `enableCssLayer` prop to StyledEngineProvider (#45428) @siriwatknp
38+
39+
40+
41+
- [code-infra] Fix type resolution for @mui/types (#45513) @Janpot
42+
43+
44+
45+
- Fix package layout inconsistencies (#45491) @DiegoAndai
46+
- Use correct iri-reference homepage format (#45472) @dahiro
47+
48+
### Docs
49+
50+
- [Backdrop] Fix component name in migration guide (#45506) @sai6855
51+
- [TextField] Add HTML input section to TextField page (#45439) @siriwatknp
52+
53+
### Core
54+
55+
- [code-infra] Convert a few docs modules to ts (#45548) @Janpot
56+
- [code-infra] Remove more CJS modules from the docs (#45557) @Janpot
57+
- [code-infra] Remove nested imports from theme augmentation (#45514) @Janpot
58+
- [docs-infra] Add @ts-ignore to avoid type checking for MUI X (#45555) @siriwatknp
59+
- [blog] Fix author end-of-year updates (#45533) @oliviertassinari
60+
61+
All contributors of this release in alphabetical order: @dahiro, @DiegoAndai, @Janpot, @Jtaks, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vipierozan99, @yermartee
62+
363
## 7.0.0-beta.3
464

565
<!-- generated comparing v7.0.0-beta.2..master -->

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-beta.3",
3+
"version": "7.0.0-beta.4",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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.3",
3+
"version": "2.0.4",
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/mui-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.69",
3+
"version": "7.0.0-beta.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Base is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.",

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-beta.3",
3+
"version": "7.0.0-beta.4",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

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-beta.3",
3+
"version": "7.0.0-beta.4",
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

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

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-beta.3",
3+
"version": "7.0.0-beta.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

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

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-beta.3",
3+
"version": "7.0.0-beta.4",
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

+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-beta.3",
3+
"version": "7.0.0-beta.4",
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

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

+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-beta.3",
3+
"version": "7.0.0-beta.4",
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/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-beta.3",
3+
"version": "7.0.0-beta.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

packages/mui-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "7.0.0-beta.3",
3+
"version": "7.0.0-beta.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

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-beta.3",
3+
"version": "7.0.0-beta.4",
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

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

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

0 commit comments

Comments
 (0)