Skip to content

Commit b485c1a

Browse files
authored
[release] v7.0.0-beta.0 (#45415)
1 parent 0ed265e commit b485c1a

File tree

11 files changed

+52
-10
lines changed

11 files changed

+52
-10
lines changed

CHANGELOG.md

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

3+
## 7.0.0-beta.0
4+
5+
<!-- generated comparing v7.0.0-alpha.2..master -->
6+
7+
_Feb 26, 2025_
8+
9+
A big thanks to the 8 contributors who made this release possible.
10+
11+
12+
13+
- [Modal][Dialog] Remove deprecated `onBackdropClick` (#45395) @DiegoAndai
14+
- [Grid] Improve Grid2 upgrade experience (#45304) @DiegoAndai
15+
- [Grid] Rename to GridLegacy (#45363) @DiegoAndai
16+
- [Grid2] Rename to Grid (#45381) @DiegoAndai
17+
- Remove SvgIcon data-testid in production (#45333) @Janpot
18+
- Allow nested theme creation with `vars` (#45335) @siriwatknp
19+
- [Rating] Deprecate \*Props and complete `slots`, `slotProps` (#45295) @harry-whorlow
20+
- [Slider] Fix css class selector in migration guide (#45402) @sai6855
21+
- [Slider] Fix spacings in .md files (#45388) @sai6855
22+
- [styles] Remove deprecated exports (#45397) @DiegoAndai
23+
- [Menu] Deprecate \*Props and complete `slots`, `slotProps` (#44913) @siriwatknp
24+
- [StepButton] Remove StepIconButton type (#45396) @DiegoAndai
25+
26+
### Docs
27+
28+
- [Autocomplete] Remove unnecessary renderTags prop from Sizes demo (#45401) @ZeeshanTamboli
29+
- Add `overriding-component-structure` doc to Material UI (#45186) @siriwatknp
30+
- Fix typo in slider docs (#45390) @sai6855
31+
- Fix Context Menu selection lost on Safari (#44903) @NooBat
32+
33+
### Core
34+
35+
- [code-infra] Fix types for @mui/styled-engine (#45413) @Janpot
36+
- [docs-infra] Fix theme toggle call (#45400) @siriwatknp
37+
- [docs-infra] Add `color-scheme` to document in iframe demos (#45406) @KenanYusuf
38+
- [docs-infra] Revert to use deprecated `CssVarsProvider` for MUI X (#45371) @siriwatknp
39+
- [docs-infra] Fix dark mode flicker for API pages (#45354) @siriwatknp
40+
- [examples] Remove unnecessary comma in Material UI Vite JS example (#45370) @ZeeshanTamboli
41+
- [test] Remove unused renderTags prop and fix key warning in Autocomplete regression test (#45410) @ZeeshanTamboli
42+
43+
All contributors of this release in alphabetical order: @DiegoAndai, @harry-whorlow, @Janpot, @KenanYusuf, @NooBat, @sai6855, @siriwatknp, @ZeeshanTamboli
44+
345
## 7.0.0-alpha.2
446

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "7.0.0-alpha.2",
3+
"version": "7.0.0-beta.0",
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-alpha.2",
3+
"version": "7.0.0-beta.0",
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.2",
3+
"version": "7.0.0-beta.3",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

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

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

0 commit comments

Comments
 (0)