Skip to content

Upgrade/migrate mui v4 to v7#87

Merged
t-ho merged 3 commits into
masterfrom
upgrade/migrate-mui-v4-to-v7
Jul 12, 2025
Merged

Upgrade/migrate mui v4 to v7#87
t-ho merged 3 commits into
masterfrom
upgrade/migrate-mui-v4-to-v7

Conversation

@t-ho
Copy link
Copy Markdown
Owner

@t-ho t-ho commented Jul 12, 2025

Summary

Upgrade Material-UI from v4 to v7 - no functional changes, refactor only

Changes Made

  • Dependencies: Updated @material-ui/core v4 → @mui/material v7, @material-ui/lab v4 → @mui/lab v7
  • React: Upgraded from v17 to v18
  • Styling System: Migrated from withStyles to makeStyles using tss-react/mui for MUI v7 compatibility
  • Import Paths: Updated all import statements from @material-ui/* to @mui/*
  • Component Updates: Applied necessary changes for MUI v5+ API compatibility

t-ho added 3 commits July 11, 2025 21:55
  - Update @material-ui/core@^4.11.3 to @mui/material@^7.1.0
  - Update @material-ui/lab@^4.0.0-alpha.57 to @mui/lab@^7.0.0-beta.12
  - Update React from v17 to v18
  - Add required emotion dependencies for MUI v5+
  - Add tss-react for makeStyles compatibility
  - Update mdi-material-ui and react-scripts versions
  - Replace all @material-ui/core imports with @mui/material
  - Replace @material-ui/lab imports with @mui/material
  - Update component imports to use new MUI v5+ structure
@t-ho t-ho merged commit 8cd8f73 into master Jul 12, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant