diff --git a/CHANGELOG.md b/CHANGELOG.md index 6242968ae60..5326636e0b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,52 @@ # [Versions](https://mui.com/versions/) +## v6.0.0-alpha.7 + + + +_May 16, 2024_ + +A big thanks to the 14 contributors who made this release possible. + +### `@mui/material@6.0.0-alpha.7` + +- ​[Autocomplete] Deprecate `componentsProps` props (#42179) @lhilgert9 +- ​[Autocomplete] Improve design when there's a start adornment for small autocomplete (#41781) @TahaRhidouani +- ​[Autocomplete] deprecate `*Component` and `*Props` for v6 (#41875) @lhilgert9 +- ​[CircularProgress] Deprecate composed classes (#42076) @sai6855 +- ​[ToggleButtonGroup] Add missing `selected` class in ToggleButtonGroupClasses type (#42243) @tarunrajput + +### `@mui/codemod@6.0.0-alpha.6` + +- ​[Divider] Only apply codemod if light prop is present (#42098) @DiegoAndai + +### Docs + +- ​Fix 301 to Figma @oliviertassinari +- ​Fix use of deprecated React API (#42118) @oliviertassinari +- ​Remove the Base notification (#42191) @danilo-leal +- ​[material-ui] Improve descriptions for deprecated props (#42221) @aarongarciah +- ​[material-ui] Fix typo in composition docs (#42195) @aarongarciah + +### Core + +- ​[blog] Introducing Pigment CSS blog post (#42198) @samuelsycamore +- ​[core] Remove confusing comment @oliviertassinari +- ​[core] Match other repositories and convention @oliviertassinari +- ​[core] Fix React 18.3 warnings about spreading keys in the Material UI `Autocomplete` component (#42099) @heath-freenome +- ​[core] Remove unecessary quotes @oliviertassinari +- ​[docs-infra] Share code for section title (#42236) @alexfauquette +- ​[docs-infra] Limit the copy button to the visible code block (#42115) @danilo-leal +- ​[docs-infra] Make select components with two capital letters (#42004) @alexfauquette +- ​[docs-infra][toolpad] Fix Page title and SERP title mismatch (#41919) @bharatkashyap +- ​[website] Add redirection for talk @oliviertassinari +- ​[website] Adds Arthur Balduini team info (#42193) @arthurbalduini +- ​[website] Update the role template file (#42192) @danilo-leal +- ​[website] Update MUI X deps and migrate TreeView demos to v7 API (#42149) @noraleonte +- ​[website] Fix pricing casing (#42178) @aarongarciah + +All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @arthurbalduini, @bharatkashyap, @danilo-leal, @DiegoAndai, @heath-freenome, @lhilgert9, @noraleonte, @oliviertassinari, @sai6855, @samuelsycamore, @TahaRhidouani, @tarunrajput + ## v6.0.0-alpha.6 diff --git a/package.json b/package.json index 5fa61738a01..415e179266e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "6.0.0-alpha.6", + "version": "6.0.0-alpha.7", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages-internal/docs-utils/package.json b/packages-internal/docs-utils/package.json index b5e0d3570cd..ad74ac070f3 100644 --- a/packages-internal/docs-utils/package.json +++ b/packages-internal/docs-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-docs-utils", - "version": "1.0.6", + "version": "1.0.7", "author": "MUI Team", "description": "Utilities for MUI docs. This is an internal package not meant for general use.", "main": "./build/index.js", diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json index e26135733ac..c4cb2791665 100644 --- a/packages-internal/scripts/package.json +++ b/packages-internal/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-scripts", - "version": "1.0.6", + "version": "1.0.7", "author": "MUI Team", "description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.", "main": "build/index.js", diff --git a/packages/markdown/package.json b/packages/markdown/package.json index b518d5f46dc..e28a35a052f 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-markdown", - "version": "1.0.3", + "version": "1.0.4", "author": "MUI Team", "description": "MUI markdown parser. This is an internal package not meant for general use.", "main": "./index.js", diff --git a/packages/mui-babel-macros/package.json b/packages/mui-babel-macros/package.json index 47370522c75..d4d029f674b 100644 --- a/packages/mui-babel-macros/package.json +++ b/packages/mui-babel-macros/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-babel-macros", - "version": "1.0.3", + "version": "1.0.4", "author": "MUI Team", "description": "MUI Babel macros. This is an internal package not meant for general use.", "main": "./MuiError.macro.js", diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 1c9fec905e7..1d490974d7f 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -1,6 +1,6 @@ { "name": "@mui/base", - "version": "5.0.0-beta.44", + "version": "5.0.0-beta.45", "private": false, "author": "MUI Team", "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.", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 461db7b6f52..ee9c434c3d2 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "6.0.0-alpha.6", + "version": "6.0.0-alpha.7", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index 9bd8fa2f66f..12ae5e14ee0 100644 --- a/packages/mui-core-downloads-tracker/package.json +++ b/packages/mui-core-downloads-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@mui/core-downloads-tracker", - "version": "6.0.0-alpha.6", + "version": "6.0.0-alpha.7", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index d52735717fc..5f406833bc8 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "6.0.0-alpha.6", + "version": "6.0.0-alpha.7", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", diff --git a/packages/mui-envinfo/package.json b/packages/mui-envinfo/package.json index 255b68d067d..1117381a7b8 100644 --- a/packages/mui-envinfo/package.json +++ b/packages/mui-envinfo/package.json @@ -1,6 +1,6 @@ { "name": "@mui/envinfo", - "version": "2.0.20", + "version": "2.0.21", "private": false, "author": "MUI Team", "description": "Logs infos about the environment relevant to @mui/*", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 7e6dcfc25c9..bc48505df0e 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/icons-material", - "version": "6.0.0-alpha.6", + "version": "6.0.0-alpha.7", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index 888778b84f8..50e23e13ab0 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -1,6 +1,6 @@ { "name": "@mui/joy", - "version": "5.0.0-beta.39", + "version": "5.0.0-beta.40", "private": false, "author": "MUI Team", "description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index d63c1f522d6..df8d4726c8d 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@mui/lab", - "version": "6.0.0-alpha.6", + "version": "6.0.0-alpha.7", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index 6121d31969c..e4d07fc672a 100644 --- a/packages/mui-material-nextjs/package.json +++ b/packages/mui-material-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-nextjs", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "private": false, "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index d8d1fd12be1..725790fc3f4 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "6.0.0-alpha.6", + "version": "6.0.0-alpha.7", "private": false, "author": "MUI Team", "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.", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 08c08da149a..6528da27427 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -1,6 +1,6 @@ { "name": "@mui/private-theming", - "version": "6.0.0-alpha.5", + "version": "6.0.0-alpha.6", "private": false, "author": "MUI Team", "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index 632f6f21390..63ecc495fc8 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine-sc", - "version": "6.0.0-alpha.22", + "version": "6.0.0-alpha.23", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for styled-components.", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index 82c7f733bf1..60090082f94 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "6.0.0-alpha.5", + "version": "6.0.0-alpha.6", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for emotion.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 5d0279be513..b4f8c0b1fae 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "6.0.0-alpha.6", + "version": "6.0.0-alpha.7", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index 2488d266bdb..c666f3989f4 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "6.0.0-alpha.5", + "version": "6.0.0-alpha.6", "private": false, "author": "MUI Team", "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.", diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 1e3e601e9e5..753d6509a89 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "6.0.0-alpha.5", + "version": "6.0.0-alpha.6", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",