Skip to content

Commit 71f4030

Browse files
committed
v6.0.0-beta.0
1 parent 0eb2ba1 commit 71f4030

File tree

19 files changed

+57
-18
lines changed

19 files changed

+57
-18
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## v6.0.0-beta.0
4+
5+
<!-- generated comparing v6.0.0-alpha.14..next -->
6+
7+
_Jul 10, 2024_
8+
9+
A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 🎉 This is the first beta release of v6! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of August for a stable release, and will use the next two months to polish v6, and ease the migration from v5. You can follow the [v6 stable milestone](https://github.com/mui/material-ui/milestone/42) for more details. We now encourage any new projects to start on v6.
12+
- 🚀 We have completed all the planned breaking changes.
13+
14+
15+
16+
- Revert deprecation warnings for `*Components` and `*Props` for v6 (#42466) @lhilgert9
17+
- Performance: lazy Ripple (#41061) @romgrk
18+
19+
20+
21+
- Create a wrapper package over Pigment CSS (#42819) @brijeshb42
22+
23+
### Docs
24+
25+
- Replace v6 "alpha" mentions with "beta" (#42895) @DiegoAndai
26+
- Fix typos (#42862) @omahs
27+
- Fix issues reported by react compiler in docs folder (#42881) @sai6855
28+
- Fix 301 @oliviertassinari
29+
- [LinearProgress] Fix buffer demo (#42858) @mbrookes
30+
- Adjust site to add Toolpad on the homepage (#38604) @bharatkashyap
31+
32+
### Core
33+
34+
- Fix imports in `Demo` component (#42857) @LukasTy
35+
- Use @mui/docs/HighlightedCodeWithTabs in markdown (#42841) @Janpot
36+
- Simpler pnpm dedupe error message to act on @oliviertassinari
37+
- Fix split infinitive use in tests @oliviertassinari
38+
- [mui-lab] Fix issues reported by react-compiler in mui-lab (#42880) @sai6855
39+
40+
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @DiegoAndai, @Janpot, @lhilgert9, @LukasTy, @mbrookes, @oliviertassinari, @omahs, @romgrk, @sai6855
41+
342
## v6.0.0-alpha.14
443

544
<!-- generated comparing v6.0.0-alpha.13..next -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "6.0.0-alpha.14",
3+
"version": "6.0.0-beta.0",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages-internal/docs-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-docs-utils",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
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",

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-scripts",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
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-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-test-utils",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
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",

packages/markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-markdown",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"author": "MUI Team",
55
"description": "MUI markdown parser. This is an internal package not meant for general use.",
66
"main": "./index.js",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.52",
3+
"version": "6.0.0-beta.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Base UI 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "6.0.0-alpha.14",
3+
"version": "6.0.0-beta.0",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "6.0.0-alpha.14",
3+
"version": "6.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "6.0.0-alpha.14",
3+
"version": "6.0.0-beta.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

0 commit comments

Comments
 (0)