Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Remove misleading messaging on MD3 support #44953

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/data/material/getting-started/overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ 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.
You can follow [this GitHub issue](https://github.com/mui/material-ui/issues/29345) for future design-related updates.
:::

## Advantages of Material UI
Expand Down
9 changes: 2 additions & 7 deletions docs/src/components/productMaterial/MaterialEnd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,11 @@ export default function MaterialEnd({ noFaq }: MaterialEndProps) {
Does it support Material Design 3?
</Typography>
<Typography>
The adoption of Material Design 3 is tentatively planned for Material UI v7. See
the{' '}
<Link href="https://mui.com/versions/#release-schedule">
the release schedule
</Link>{' '}
and follow{' '}
Material UI currently adopts Material Design 2. You can follow{' '}
<Link href="https://github.com/mui/material-ui/issues/29345">
this GitHub issue
</Link>{' '}
for future updates.
for future design-related updates.
</Typography>
</div>
</ListItem>
Expand Down
Loading