Skip to content

Commit 1b1a0cb

Browse files
Merge branch 'master' into renovate/cpy-cli-7.x
2 parents ffef3c5 + 6c13428 commit 1b1a0cb

File tree

244 files changed

+1518
-1014
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

244 files changed

+1518
-1014
lines changed

.circleci/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
resource_class: 'medium+'
215215
executor:
216216
name: code-infra/mui-node-browser
217-
playwright-img-version: v1.58.1-noble
217+
playwright-img-version: v1.58.2-noble
218218
steps:
219219
- checkout
220220
- install-deps:
@@ -247,7 +247,7 @@ jobs:
247247
<<: *default-job
248248
executor:
249249
name: code-infra/mui-node-browser
250-
playwright-img-version: v1.58.1-noble
250+
playwright-img-version: v1.58.2-noble
251251
steps:
252252
- checkout
253253
- install-deps:
@@ -260,7 +260,7 @@ jobs:
260260
<<: *default-job
261261
executor:
262262
name: code-infra/mui-node-browser
263-
playwright-img-version: v1.58.1-noble
263+
playwright-img-version: v1.58.2-noble
264264
steps:
265265
- checkout
266266
- install-deps
@@ -273,7 +273,7 @@ jobs:
273273
<<: *default-job
274274
executor:
275275
name: code-infra/mui-node-browser
276-
playwright-img-version: v1.58.1-noble
276+
playwright-img-version: v1.58.2-noble
277277
steps:
278278
- checkout
279279
- install-deps:
@@ -345,7 +345,7 @@ jobs:
345345
<<: *default-job
346346
executor:
347347
name: code-infra/mui-node-browser
348-
playwright-img-version: v1.58.1-noble
348+
playwright-img-version: v1.58.2-noble
349349
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
350350
steps:
351351
- checkout:
@@ -361,7 +361,7 @@ jobs:
361361
<<: *default-job
362362
executor:
363363
name: code-infra/mui-node-browser
364-
playwright-img-version: v1.58.1-noble
364+
playwright-img-version: v1.58.2-noble
365365
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
366366
steps:
367367
- checkout:
@@ -377,7 +377,7 @@ jobs:
377377
<<: *default-job
378378
executor:
379379
name: code-infra/mui-node-browser
380-
playwright-img-version: v1.58.1-noble
380+
playwright-img-version: v1.58.2-noble
381381
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
382382
steps:
383383
- checkout:
@@ -393,7 +393,7 @@ jobs:
393393
<<: *default-job
394394
executor:
395395
name: code-infra/mui-node-browser
396-
playwright-img-version: v1.58.1-noble
396+
playwright-img-version: v1.58.2-noble
397397
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
398398
steps:
399399
- checkout:
@@ -409,7 +409,7 @@ jobs:
409409
<<: *default-job
410410
executor:
411411
name: code-infra/mui-node-browser
412-
playwright-img-version: v1.58.1-noble
412+
playwright-img-version: v1.58.2-noble
413413
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
414414
steps:
415415
- checkout:
@@ -424,7 +424,7 @@ jobs:
424424
test_bundling_esbuild:
425425
<<: *default-job
426426
docker:
427-
- image: mcr.microsoft.com/playwright:v1.58.1-noble
427+
- image: mcr.microsoft.com/playwright:v1.58.2-noble
428428
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
429429
steps:
430430
- checkout:
@@ -440,7 +440,7 @@ jobs:
440440
<<: *default-job
441441
executor:
442442
name: code-infra/mui-node-browser
443-
playwright-img-version: v1.58.1-noble
443+
playwright-img-version: v1.58.2-noble
444444
environment:
445445
GATSBY_CPU_COUNT: '3'
446446
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- #host-reference -->
22
<!-- markdownlint-disable-next-line -->
33
<p align="center">
4-
<a href="https://mui.com/core/" rel="noopener" target="_blank"><img width="150" height="133" src="https://mui.com/static/logo.svg" alt="Material UI logo"></a>
4+
<a href="https://next.mui.com/core/" rel="noopener" target="_blank"><img width="150" height="133" src="https://next.mui.com/static/logo.svg" alt="Material UI logo"></a>
55
</p>
66

77
<h1 align="center">Material UI</h1>

docs/data/material/components/about-the-lab/about-the-lab.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ To install and save in your `package.json` dependencies, run one of the followin
2424
<codeblock storageKey="package-manager">
2525

2626
```bash npm
27-
npm install @mui/lab @mui/material
27+
npm install @mui/lab@next @mui/material@next
2828
```
2929

3030
```bash pnpm
31-
pnpm add @mui/lab @mui/material
31+
pnpm add @mui/lab@next @mui/material@next
3232
```
3333

3434
```bash yarn
35-
yarn add @mui/lab @mui/material
35+
yarn add @mui/lab@next @mui/material@next
3636
```
3737

3838
</codeblock>

docs/data/material/components/icons/icons.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Run one of the following commands to install it and save it to your `package.jso
3030

3131
<codeblock storageKey="package-manager">
3232
```bash npm
33-
npm install @mui/icons-material
33+
npm install @mui/icons-material@next
3434
```
3535

3636
```bash pnpm
37-
pnpm add @mui/icons-material
37+
pnpm add @mui/icons-material@next
3838
```
3939

4040
```bash yarn
41-
yarn add @mui/icons-material
41+
yarn add @mui/icons-material@next
4242
```
4343

4444
</codeblock>

docs/data/material/components/material-icons/material-icons.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Use one of the following commands to install it:
2323
<codeblock storageKey="package-manager">
2424

2525
```bash npm
26-
npm install @mui/icons-material @mui/material @emotion/styled @emotion/react
26+
npm install @mui/icons-material@next @mui/material@next @emotion/styled @emotion/react
2727
```
2828

2929
```bash pnpm
30-
pnpm add @mui/icons-material @mui/material @emotion/styled @emotion/react
30+
pnpm add @mui/icons-material@next @mui/material@next @emotion/styled @emotion/react
3131
```
3232

3333
```bash yarn
34-
yarn add @mui/icons-material @mui/material @emotion/styled @emotion/react
34+
yarn add @mui/icons-material@next @mui/material@next @emotion/styled @emotion/react
3535
```
3636

3737
</codeblock>

docs/data/material/components/number-field/number-field.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Note that Base UI is tree-shakeable, so the final bundle will only include the
2020

2121
## Installation
2222

23-
<!-- #npm-tag-reference -->
24-
2523
<codeblock storageKey="package-manager">
2624

2725
```bash npm

docs/data/material/customization/css-theme-variables/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ console.log(systemMode); // undefined
126126

127127
### Preventing SSR flickering
128128

129-
For SSR (server-side rendering) applications, Material UI can not detected user-selected mode on the server, causing the screen to flicker from light to dark during the hydration phase on the client.
129+
For SSR (server-side rendering) applications, Material UI cannot detect the user-selected mode on the server, causing the screen to flicker from light to dark during the hydration phase on the client.
130130

131131
To prevent the issue, you need to ensure that there is no usage of `theme.palette.mode === 'dark'` in your code base.
132132

docs/data/material/getting-started/installation/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Run one of the following commands to add Material UI to your project:
1111
<codeblock storageKey="package-manager">
1212

1313
```bash npm
14-
npm install @mui/material @emotion/react @emotion/styled
14+
npm install @mui/material@next @emotion/react @emotion/styled
1515
```
1616

1717
```bash pnpm
18-
pnpm add @mui/material @emotion/react @emotion/styled
18+
pnpm add @mui/material@next @emotion/react @emotion/styled
1919
```
2020

2121
```bash yarn
22-
yarn add @mui/material @emotion/react @emotion/styled
22+
yarn add @mui/material@next @emotion/react @emotion/styled
2323
```
2424

2525
</codeblock>

docs/data/material/getting-started/support/support.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ This includes issues introduced by external sources, like browser upgrades or ch
7474

7575
| Material UI version | Release | Supported |
7676
| ------------------: | :--------- | :----------------------------------------------------------------- |
77+
| ^9.0.0 | March 2026 | 🚧 Pre release (Continuous support) |
7778
| ^7.0.0 | 2025-03-26 | ✅ Stable major (Continuous support) |
7879
| ^6.0.0 | 2024-08-26 | ⚠️ Long-term support (Support for security issues and regressions) |
7980
| ^5.0.0 | 2021-09-16 ||

docs/data/material/getting-started/templates/blog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
<!-- #host-reference -->
1414

15-
View the demo at https://mui.com/material-ui/getting-started/templates/blog/.
15+
View the demo at https://next.mui.com/material-ui/getting-started/templates/blog/.

0 commit comments

Comments
 (0)