Skip to content

Commit cbb6f8d

Browse files
authored
6.0.0-beta.6 (#43329)
1 parent 4812b61 commit cbb6f8d

File tree

22 files changed

+90
-21
lines changed

22 files changed

+90
-21
lines changed

CHANGELOG.md

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

3+
## 6.0.0-beta.6
4+
5+
<!-- generated comparing v6.0.0-beta.5..next -->
6+
7+
_Aug 16, 2024_
8+
9+
A big thanks to the 18 contributors who made this release possible.
10+
11+
12+
13+
- [Autocomplete] Improve the `options` prop description (#41591) @pluvio72
14+
- [Autocomplete] Remove autocomplete warning regarding value not equal to option (#43314) @ZeeshanTamboli
15+
- [Divider] Add aria-orientation (#43241) @aarongarciah
16+
- [IconButton] Fix hover background color behavior (#43271) @mnajdova
17+
- [TypeScript] Refactor types so they're compatible with upcoming React 19 (#43276) @DiegoAndai
18+
- [Typography] Replace dot notation color value to work with Pigment CSS (#43288) @siriwatknp
19+
- [pigment-css] Fix `getSelector` prefers-color-scheme to be object (#43237) @siriwatknp
20+
- Remove `display="block"` usage to work with Pigment CSS (#43307) @siriwatknp
21+
22+
23+
24+
- [codemod] Skip sx spread transformation (#43291) @siriwatknp
25+
26+
27+
28+
- [styles] Fix issues reported by eslint-plugin-react-compiler (#43118) @jlewins
29+
30+
### Docs
31+
32+
- [material-ui] Audit and copyedit the v6 migration doc (#43073) @samuelsycamore
33+
- [material-ui] Fix Material Icon search lag and other improvements (#41330) @anle9650
34+
- [material-ui][Popover] Fix description and title of hover interaction section (#43290) @ZeeshanTamboli
35+
- [material-ui] Refine and unify custom template themes (#43220) @zanivan
36+
- [joy-ui] Fix data grid redirection (#43247) @sai6855
37+
- [mui-system] Add import statement in docs (#43223) @sai6855
38+
- Update babel config (#43286) @romgrk
39+
- Fix outdated references to Materal UI version (#43321) @oliviertassinari
40+
- Polish migration git diff experience @oliviertassinari
41+
- Update LTS to match format (#43212) @oliviertassinari
42+
- Fix Pigment CSS migration content (#43217) @siriwatknp
43+
44+
### Core
45+
46+
- [code-infra] Remove `userEvent` export from `@mui/internal-test-utils` (#43313) @LukasTy
47+
- [code-infra] Remove unnecessary alias (#43320) @Janpot
48+
- [code-infra] Fix utils bundle size entrypoint (#43304) @Janpot
49+
- [core] missing and incorrect scripts (#43209) @Jay-Karia
50+
- [core] Set Node 14 as minimum version in all browserslist envs (#43326) @aarongarciah
51+
- [core] Add React 19 as peer dependency (#43216) @aarongarciah
52+
- [core] Pin `eslint-plugin-jsx-a11y` version to 6.7.1 (#43292) @Janpot
53+
- [core] Update supported Node.js version to 14 (#43315) @Janpot
54+
- [core] Use fs instead of fs-extra in script utils (#43234) @DiegoAndai
55+
- [core] Refactor system theme props (#43120) @romgrk
56+
- [docs-infra] Fix some TS issues for X docs (#43285) @Janpot
57+
- [docs-infra] Move API pages to TS (#43199) @alexfauquette
58+
- [docs-infra] Fix broken sandboxes with relative module imports (#42767) @bharatkashyap
59+
- [docs-infra] Simplify API sections typing (#43128) @alexfauquette
60+
- [examples] Fix import (#43316) @aarongarciah
61+
- [examples] Add material-ui-pigment-css for Next.js and Vite (#43065) @siriwatknp
62+
- [examples] Replace wrong import with `@mui/material/styles` (#43236) @siriwatknp
63+
- [useMediaQuery] Adapt test implementation for React 19 (#43269) @aarongarciah
64+
- [test] Update `matchMedia` mocks (#43240) @cherniavskii
65+
- [test] Remove unnecessary ref param (#43282) @aarongarciah
66+
- [website] Update showcase to include Toolpad Core (#43226) @bharatkashyap
67+
- [website] Replace React.MutableRefObject with React.RefObject (#43284) @aarongarciah
68+
69+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @anle9650, @bharatkashyap, @cherniavskii, @DiegoAndai, @Janpot, @Jay-Karia, @jlewins, @mnajdova, @oliviertassinari, @pluvio72, @renovate[bot], @romgrk, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
70+
371
## 6.0.0-beta.5
472

573
<!-- generated comparing v6.0.0-beta.4..next -->
@@ -1842,6 +1910,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements
18421910
- [core] Fix TypeScript spelling in changelog @oliviertassinari
18431911
- [core] Fix small detail in the autocomplete demo @oliviertassinari
18441912
- [core] Increase node memory limit on Netlify build (#41111) @michaldudak
1913+
- [core] Fix Netlify build cache issue (#43281) @LukasTy
18451914
- [core][Tooltip] Remove incorrect code comment (#41179) @ZeeshanTamboli
18461915
- [core] Fix missing context display names (#41168) @oliviertassinari
18471916
- [core][base-ui] Remove `@mui/base` dev dependency from Base UI workspace (#41216) @ZeeshanTamboli

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

packages-internal/docs-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-docs-utils",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-scripts",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/internal-markdown",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
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

+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.56",
3+
"version": "5.0.0-beta.57",
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

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

0 commit comments

Comments
 (0)