diff --git a/CHANGELOG.md b/CHANGELOG.md index 38710c8508df2c..b238082b254369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # [Versions](https://mui.com/versions/) +## 6.0.0 + + + +_Aug 27, 2024_ + +We are excited to announce the stable release of Material-UI v6 šŸŽ‰, check out [the blog post](https://mui.com/blog/material-ui-v6-is-out/) to see all the updates. + +### `@mui/material@6.0.0` + +- Change React.ReactElement type from any to unknown (#43358) @sai6855 +- [Pagination] Update `getItemAriaLabel` page param type (#43399) @sydneyjodon-wk +- [Unstable_TrapFocus] Fix `getTabbable` function return type (#42237) @KalmarLorand + +### `@mui/lab@6.0.0-beta.8` + +- [button] Add missing customize points for span (#43436) @oliviertassinari + +### Docs + +- Fix broken links (#43144) @DiegoAndai +- Updated mui-x roadmap links with the new project URL (#43444) @michelengelen +- Update pnpm order, move to second (#42712) @ahmadnadeem6236 +- Fix CSS theme variables section (#43439) @siriwatknp +- Add two Toolpad Core components to MaterialĀ UI sidebar (#43391) @prakhargupta1 +- Fix licensingModel -> licenseModel @oliviertassinari +- Fix StackĀ Overflow issue canned response @oliviertassinari +- Avoid referencing MUIĀ Core @oliviertassinari +- Fix description of eslint-plugin-material-ui @oliviertassinari +- [docs-infra] Polish reportBrokenLinks.js to support BaseĀ UI @oliviertassinari +- [material-ui] Clarify RTL language support in localization guide (#41784) @bahmanworld +- [material-ui] Refine templates theme selector (#43396) @zanivan + +### Core + +- Prepare for v6 stable release (#43454) @siriwatknp +- [blog] Polish Upcoming changes to MUIĀ X pricing in 2024 (#43438) @oliviertassinari +- [blog] Add MaterialĀ UI v6 stable release (#41932) @siriwatknp +- [ci] Fix the release:changelog cmd (#43451) @mnajdova +- [core] Allow `^6.0.0` for `@mui/` dependencies in `@mui/docs` (#43445) @LukasTy +- [code-infra] Babel plugin to fully resolve imported paths (#43294) @Janpot +- [infra] Add closing message workflow (#43450) @michelengelen +- [website] Make beta chip consistent for Toolpad (#43392) @prakhargupta1 + +All contributors of this release in alphabetical order: @ahmadnadeem6236, @bahmanworld, @DiegoAndai, @Janpot, @KalmarLorand, @LukasTy, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @sai6855, @siriwatknp, @sydneyjodon-wk, @zanivan + ## 6.0.0-rc.0 diff --git a/package.json b/package.json index 06d079a9c0d2b4..1d19224f9b8522 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "6.0.0-rc.0", + "version": "6.0.0", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages-internal/babel-plugin-resolve-imports/package.json b/packages-internal/babel-plugin-resolve-imports/package.json index 2959bfe315a75c..a6b9dadb2503f3 100644 --- a/packages-internal/babel-plugin-resolve-imports/package.json +++ b/packages-internal/babel-plugin-resolve-imports/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-babel-plugin-resolve-imports", - "version": "1.0.16", + "version": "1.0.17", "author": "MUI Team", "description": "babel plugin that resolves import specifiers to their actual output file.", "main": "./index.js", @@ -18,8 +18,8 @@ "resolve": "^1.22.8" }, "devDependencies": { - "@types/resolve": "^1.20.6", - "@types/babel__core": "^7.20.5" + "@types/babel__core": "^7.20.5", + "@types/resolve": "^1.20.6" }, "peerDependencies": { "@babel/core": "7" diff --git a/packages-internal/scripts/package.json b/packages-internal/scripts/package.json index cb39f6c3022427..2e4d4a7d9ac96b 100644 --- a/packages-internal/scripts/package.json +++ b/packages-internal/scripts/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-scripts", - "version": "1.0.17", + "version": "1.0.18", "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-internal/test-utils/package.json b/packages-internal/test-utils/package.json index d3286baeda5150..5ed65e2c01b2e0 100644 --- a/packages-internal/test-utils/package.json +++ b/packages-internal/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/internal-test-utils", - "version": "1.0.9", + "version": "1.0.10", "author": "MUI Team", "description": "Utilities for MUI tests. This is an internal package not meant for general use.", "main": "./build/index.js", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 29eadd58315254..f3f787b54a74fa 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "6.0.0-rc.0", + "version": "6.0.0", "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 27e390088331b5..f991772ee492ea 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-rc.0", + "version": "6.0.0", "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 8fc8922e98132e..cd426e5d32722b 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "6.0.0-rc.0", + "version": "6.0.0", "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 9a340301366d33..a4820d3b0eca47 100644 --- a/packages/mui-envinfo/package.json +++ b/packages/mui-envinfo/package.json @@ -1,6 +1,6 @@ { "name": "@mui/envinfo", - "version": "2.0.23", + "version": "2.0.24", "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 54c57c97f4719e..3ad76d0cb1a0ca 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-rc.0", + "version": "6.0.0", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 2577a90e7f32a1..7700db598879df 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@mui/lab", - "version": "6.0.0-beta.7", + "version": "6.0.0-beta.8", "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 c2977b918cb0d2..7c55e527d19622 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-beta.6", + "version": "6.0.0", "private": false, "author": "MUI Team", "description": "Collection of utilities for integration between Material UI and Next.js.", diff --git a/packages/mui-material-pigment-css/package.json b/packages/mui-material-pigment-css/package.json index 75338b84f8a8a5..85426d9b892f2a 100644 --- a/packages/mui-material-pigment-css/package.json +++ b/packages/mui-material-pigment-css/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-pigment-css", - "version": "6.0.0-rc.0", + "version": "6.0.0", "author": "MUI Team", "description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.", "main": "./src/index.ts", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 4d73ea99a5eb45..f474732f66ea53 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "6.0.0-rc.0", + "version": "6.0.0", "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 8b81ccfa4e0c31..7ca08044d7dd10 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-rc.0", + "version": "6.0.0", "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 9091ad24533089..8fdf2ea60e38ad 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-rc.0", + "version": "6.0.0", "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 867de9be122bc7..33b56749287d90 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-rc.0", + "version": "6.0.0", "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 2c33667e03371f..ec103c265c52a0 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "6.0.0-rc.0", + "version": "6.0.0", "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 9d029534669d9f..ab166c33c474a6 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "6.0.0-rc.0", + "version": "6.0.0", "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-types/package.json b/packages/mui-types/package.json index c286290afc2408..62ebab324d86e7 100644 --- a/packages/mui-types/package.json +++ b/packages/mui-types/package.json @@ -1,6 +1,6 @@ { "name": "@mui/types", - "version": "7.2.15", + "version": "7.2.16", "private": false, "author": "MUI Team", "description": "Utility types for MUI.", diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index b87e3d2dcbe684..0a2137f7d463d6 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "6.0.0-rc.0", + "version": "6.0.0", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",