close
Skip to content

[typography] remove deprecated props#47986

Merged
siriwatknp merged 6 commits intomui:masterfrom
siriwatknp:remove-dep-typography
Mar 17, 2026
Merged

[typography] remove deprecated props#47986
siriwatknp merged 6 commits intomui:masterfrom
siriwatknp:remove-dep-typography

Conversation

@siriwatknp
Copy link
Copy Markdown
Member

@siriwatknp siriwatknp added breaking change Introduces changes that are not backward compatible. scope: typography Changes related to typography. package: material-ui Specific to Material UI. v9.x labels Mar 16, 2026
@mui-bot
Copy link
Copy Markdown

mui-bot commented Mar 16, 2026

Netlify deploy preview

Bundle size report

Bundle Parsed size Gzip size
@mui/material ▼-161B(-0.03%) ▼-57B(-0.04%)
@mui/lab 0B(0.00%) 0B(0.00%)
@mui/system 0B(0.00%) 0B(0.00%)
@mui/utils 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against 69756de

@github-actions github-actions Bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Mar 16, 2026
Copy link
Copy Markdown
Member

@silviuaavram silviuaavram left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left a comment for the guide

Comment thread docs/data/material/migration/upgrade-to-v9/upgrade-to-v9.md
Comment thread docs/data/material/migration/upgrade-to-v9/upgrade-to-v9.md
Signed-off-by: Siriwat K <siriwatkunaporn@gmail.com>
@github-actions github-actions Bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Mar 17, 2026
@siriwatknp siriwatknp requested a review from silviuaavram March 17, 2026 06:08
@github-actions github-actions Bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Mar 17, 2026
@github-actions github-actions Bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Mar 17, 2026

```diff
- <Typography paragraph>Hello</Typography>
+ <Typography component="p" sx={{ mb: 2 }}>Hello</Typography>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to show something for the removed typographyClasses.paragraph in the diff?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true. Let me add it.

@siriwatknp siriwatknp enabled auto-merge (squash) March 17, 2026 09:30
@siriwatknp siriwatknp merged commit 784bf37 into mui:master Mar 17, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change Introduces changes that are not backward compatible. package: material-ui Specific to Material UI. scope: typography Changes related to typography. v9.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants