From 34f5409c6cd091dc2a9645bb13f7394948be08bb Mon Sep 17 00:00:00 2001 From: mnajdova Date: Mon, 6 Jan 2025 16:33:50 +0100 Subject: [PATCH 1/3] [docs] Remove misleading messaging on MD3 support --- docs/data/material/getting-started/overview/overview.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/data/material/getting-started/overview/overview.md b/docs/data/material/getting-started/overview/overview.md index 62406390415e2f..3a66e31cd984af 100644 --- a/docs/data/material/getting-started/overview/overview.md +++ b/docs/data/material/getting-started/overview/overview.md @@ -14,7 +14,6 @@ It includes a comprehensive collection of prebuilt components that are ready for :::info Material UI v6 supports Material Design 2. -Adoption of Material Design 3 is tentatively planned for a future Material UI version. You can follow [this GitHub issue](https://github.com/mui/material-ui/issues/29345) for future updates. ::: From 7d4b7588e6df626a9413488c5bdca90d22787098 Mon Sep 17 00:00:00 2001 From: Marija Najdova Date: Mon, 6 Jan 2025 16:38:12 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Signed-off-by: Marija Najdova --- docs/data/material/getting-started/overview/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/getting-started/overview/overview.md b/docs/data/material/getting-started/overview/overview.md index 3a66e31cd984af..4dc5721b2d857d 100644 --- a/docs/data/material/getting-started/overview/overview.md +++ b/docs/data/material/getting-started/overview/overview.md @@ -14,7 +14,7 @@ It includes a comprehensive collection of prebuilt components that are ready for :::info Material UI v6 supports Material Design 2. -You can follow [this GitHub issue](https://github.com/mui/material-ui/issues/29345) for future updates. +You can follow [this GitHub issue](https://github.com/mui/material-ui/issues/29345) for future design-related updates. ::: ## Advantages of Material UI From 7fa101142a5cf8d6f542cbae8263a9672177ac7c Mon Sep 17 00:00:00 2001 From: mnajdova Date: Mon, 6 Jan 2025 16:48:08 +0100 Subject: [PATCH 3/3] One more occurence --- docs/src/components/productMaterial/MaterialEnd.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/src/components/productMaterial/MaterialEnd.tsx b/docs/src/components/productMaterial/MaterialEnd.tsx index f38fcdae423c17..6b4ad3486d9f5f 100644 --- a/docs/src/components/productMaterial/MaterialEnd.tsx +++ b/docs/src/components/productMaterial/MaterialEnd.tsx @@ -103,16 +103,11 @@ export default function MaterialEnd({ noFaq }: MaterialEndProps) { Does it support Material Design 3? - The adoption of Material Design 3 is tentatively planned for Material UI v7. See - the{' '} - - the release schedule - {' '} - and follow{' '} + Material UI currently adopts Material Design 2. You can follow{' '} this GitHub issue {' '} - for future updates. + for future design-related updates.