diff --git a/CHANGELOG.md b/CHANGELOG.md index b238082b254369..ab139a322677e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,43 @@ # [Versions](https://mui.com/versions/) +## v6.0.1 + + + +_Aug 29, 2024_ + +A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements. + +### `@mui/material@6.0.0` + +- Attach default light color scheme when enabling CSS theme variables (#43493) @siriwatknp +- [Skeleton] Apply the wave animation to the correct element (#43474) @mnajdova + +### Docs + +- [material-ui][Dialog] Update confirmation dialog description (#43488) @Michael-Hutchinson +- Add MaterialĀ UI v6 is out! to the notifications (#43448) @oliviertassinari +- [material-ui] Dark scroll bars in templates (#43483) @aarongarciah +- [material-ui] Add TemplateFrame to templates (#43406) @zanivan +- [table] Make the data grid blend in (#43489) @oliviertassinari + +### Core + +- [blog] Update Toolpad Studio marketing page links in the blogs (#43407) @prakhargupta1 +- [blog] Add missing social card to the blog post (#43465) @siriwatknp +- [code-infra] Fix typing issues with `@mui-internal/api-docs-builder` (#43498) @Janpot +- [code-infra] Fix nextjs build cache (#43467) @JCQuintas +- Remove `'use client'` from index files and useAutocomplete reexport (#41956) @DiegoAndai +- Replace relative links to absolute ones in JSDocs (#43472) @alexfauquette +- Upgrade babel runtime (#43243) @Janpot +- [docs-infra] Skip shadow DOM regression test (#43500) @aarongarciah +- [docs-infra] Fix use of process.env.DEPLOY_ENV (#43490) @oliviertassinari +- [docs-infra] Add comment about removing optimizeFonts Next.js config (#43469) @aarongarciah +- [examples] Use `latest` on all MaterialĀ UI dependencies (#43494) @mnajdova +- [infra] fix workflow path (#43464) @michelengelen + +All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DiegoAndai, @Janpot, @JCQuintas, @Michael-Hutchinson, @michelengelen, @mnajdova, @oliviertassinari, @prakhargupta1, @siriwatknp, @zanivan + ## 6.0.0 diff --git a/package.json b/package.json index 3162820103a7f1..49f269a02ff0d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "6.0.0", + "version": "6.0.1", "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 9d477268b2d17d..d58b165a60c925 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.11", + "version": "1.0.12", "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/test-utils/package.json b/packages-internal/test-utils/package.json index 53674e509a78e4..162d1133d30ca5 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.10", + "version": "1.0.11", "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 f3f787b54a74fa..0c949ffca92d4f 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "6.0.0", + "version": "6.0.1", "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 f991772ee492ea..d3f6ac2eee4f53 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", + "version": "6.0.1", "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 6e54425e4d673b..08981b0b999b3f 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "6.0.0", + "version": "6.0.1", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 3ad76d0cb1a0ca..c3d3231085541d 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", + "version": "6.0.1", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-material-nextjs/package.json b/packages/mui-material-nextjs/package.json index e0768efc4b1cee..375e28ab8ecdd0 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", + "version": "6.0.1", "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 13d0ffeda5a434..49bdd34694303f 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", + "version": "6.0.1", "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 f474732f66ea53..959b2aee3c7dfd 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "6.0.0", + "version": "6.0.1", "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 7ca08044d7dd10..6aeb37e5e32984 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", + "version": "6.0.1", "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 8fdf2ea60e38ad..64f019c18648f4 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", + "version": "6.0.1", "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 33b56749287d90..9ca2bec44e0256 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", + "version": "6.0.1", "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 ec103c265c52a0..35b84b54fcca1f 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "6.0.0", + "version": "6.0.1", "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 ab166c33c474a6..354ee47336af1f 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "6.0.0", + "version": "6.0.1", "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 0a2137f7d463d6..495e6726383a4d 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "6.0.0", + "version": "6.0.1", "private": false, "author": "MUI Team", "description": "Utility functions for React components.",