Skip to content

[MobileStepper] Remove deprecated LinearProgressProps#48041

Merged
siriwatknp merged 1 commit intomui:masterfrom
siriwatknp:worktree-remove-deprecated-mobile-stepper
Mar 20, 2026
Merged

[MobileStepper] Remove deprecated LinearProgressProps#48041
siriwatknp merged 1 commit intomui:masterfrom
siriwatknp:worktree-remove-deprecated-mobile-stepper

Conversation

@siriwatknp
Copy link
Member

Summary

Remove deprecated LinearProgressProps prop from MobileStepper. Users should use slotProps.progress instead.

Breaking change

  • LinearProgressProps prop has been removed. Use slotProps.progress instead.
 <MobileStepper
-  LinearProgressProps={{ className: 'progress' }}
+  slotProps={{ progress: { className: 'progress' } }}
 />

Migration

Use the mobile-stepper-props codemod:

npx @mui/codemod@latest deprecations/mobile-stepper-props <path>

@siriwatknp siriwatknp added breaking change Introduces changes that are not backward compatible. package: material-ui Specific to Material UI. labels Mar 20, 2026
@mui-bot
Copy link

mui-bot commented Mar 20, 2026

Netlify deploy preview

Bundle size report

Bundle Parsed size Gzip size
@mui/material ▼-38B(-0.01%) 🔺+15B(+0.01%)
@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 e78582a

@siriwatknp siriwatknp merged commit 5bf9b8c into mui:master Mar 20, 2026
27 checks passed
@siriwatknp siriwatknp mentioned this pull request Mar 20, 2026
1 task
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants