Skip to content

Commit 12532af

Browse files
authored
[release] v6.0.0-beta.4 (mui#43111)
1 parent 08dce48 commit 12532af

File tree

16 files changed

+56
-15
lines changed

16 files changed

+56
-15
lines changed

CHANGELOG.md

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

3+
## 6.0.0-beta.4
4+
5+
<!-- generated comparing v6.0.0-beta.3..next -->
6+
7+
_Jul 30, 2024_
8+
9+
A big thanks to the 12 contributors who made this release possible.
10+
11+
12+
13+
- [Accordion] Render a heading wrapping `AccordionSummary` button per W3C Accordion Pattern standards (#42914) @ZeeshanTamboli
14+
- [Divider] Enable borderStyle enhancement in divider with children (#42715) @anuujj
15+
- [ImageListItemBar] Deprecate composed classes (#42905) @sai6855
16+
- Attach selector for default color scheme (#43035) @siriwatknp
17+
- Stabilize Grid v2 and deprecate Grid v1 (#43054) @DiegoAndai
18+
19+
20+
21+
- Make `createBreakpoints` independent for stringify theme (#43048) @siriwatknp
22+
23+
24+
25+
- Fix issues reported by the React Compiler (#43051) @markliu2013
26+
27+
### Docs
28+
29+
- [material-ui] Replace deprecated `<ListItem button/>` with `ListItemButton` component in routing libraries list example (#43110) @aliharis99
30+
- [material-ui][Card] Update CardMedia description (#43067) @shahzaibdev1
31+
- [material-ui] Polish out data table demo (#43072) @zanivan
32+
- [material-ui][Snackbar] Improve reason type in demos (#43077) @sai6855
33+
- [pigment-css] Fix syntax in migrating-to-pigment-css guide (#43107) @KevinVandy
34+
- Fix page description line break @oliviertassinari
35+
36+
### Core
37+
38+
- Fix event naming convention @oliviertassinari
39+
- [docs-infra] Move ads to the `@mui/docs` package (#42944) @alexfauquette
40+
- [website] Fine-tune button styles on the branding theme (#43082) @zanivan
41+
42+
All contributors of this release in alphabetical order: @alexfauquette, @aliharis99, @anuujj, @DiegoAndai, @KevinVandy, @markliu2013, @oliviertassinari, @sai6855, @shahzaibdev1, @siriwatknp, @zanivan, @ZeeshanTamboli
43+
344
## 6.0.0-beta.3
445

546
<!-- generated comparing v6.0.0-beta.2..next -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "6.0.0-beta.3",
3+
"version": "6.0.0-beta.4",
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": "6.0.0-beta.3",
3+
"version": "6.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": "6.0.0-beta.3",
3+
"version": "6.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": "6.0.0-beta.3",
3+
"version": "6.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": "6.0.0-beta.3",
3+
"version": "6.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": "6.0.0-beta.3",
3+
"version": "6.0.0-beta.4",
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": "6.0.0-beta.3",
3+
"version": "6.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": "6.0.0-beta.3",
3+
"version": "6.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": "6.0.0-beta.3",
3+
"version": "6.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": "6.0.0-beta.3",
3+
"version": "6.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-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": "6.0.0-beta.3",
3+
"version": "6.0.0-beta.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for styled-components.",

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": "6.0.0-beta.3",
3+
"version": "6.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": "6.0.0-beta.3",
3+
"version": "6.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": "6.0.0-beta.3",
3+
"version": "6.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-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/utils",
3-
"version": "6.0.0-beta.3",
3+
"version": "6.0.0-beta.4",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Utility functions for React components.",

0 commit comments

Comments
 (0)