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

[blog] Material UI: 2024 EOY updates blog post #44722

Merged
merged 14 commits into from
Dec 17, 2024
7 changes: 7 additions & 0 deletions docs/pages/blog/material-ui-2024-updates.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import * as React from 'react';
import TopLayoutBlog from 'docs/src/modules/components/TopLayoutBlog';
import { docs } from './material-ui-2024-updates.md?muiMarkdown';

export default function Page() {
return <TopLayoutBlog docs={docs} />;
}
46 changes: 46 additions & 0 deletions docs/pages/blog/material-ui-2024-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Material UI 2024 end-of-year updates
description: A look through Material UI during 2024, and a sneak peek of what's to come.
alelthomas marked this conversation as resolved.
Show resolved Hide resolved
date: 2024-12-11T00:00:00.000Z
authors: ['diegoandai']
tags: ['Material UI', 'Product']
manualCard: true
---

As the end of the year approaches, we want to take some time to review some of this year's highlights for Material UI and update you on what the community can expect moving forward.

Check warning on line 10 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 10, "column": 36}}}, "severity": "WARNING"}
alelthomas marked this conversation as resolved.
Show resolved Hide resolved

alelthomas marked this conversation as resolved.
Show resolved Hide resolved
## Material UI v6 release and support

We released Material UI v6 in August, offering new features, fixes, and a smoother migration experience. So far, almost a million users have successfully migrated.

Check warning on line 14 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 14, "column": 1}}}, "severity": "WARNING"}
alelthomas marked this conversation as resolved.
Show resolved Hide resolved

The reception for the new version has been very positive, and we hope many more users can migrate in the upcoming months.

Check warning on line 16 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 16, "column": 63}}}, "severity": "WARNING"}

Our focus has been on responding to v6-related issues to support your migration. We thank everyone in the community who has helped by reporting or fixing problems and encourage everyone else to migrate. We are happy and ready to help!

Check warning on line 18 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'Our'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'Our'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 18, "column": 1}}}, "severity": "WARNING"}

Check warning on line 18 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 18, "column": 82}}}, "severity": "WARNING"}

Check warning on line 18 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 18, "column": 204}}}, "severity": "WARNING"}

## React 19 support

As of today, Material UI v5 and v6 support React 19. This has been one of our main focuses during the second half of 2024.

Check warning on line 22 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 22, "column": 75}}}, "severity": "WARNING"}

Next up, we'll update Material UI's dependencies and type versions once React 19 is stable.

Check warning on line 24 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 24, "column": 10}}}, "severity": "WARNING"}
alelthomas marked this conversation as resolved.
Show resolved Hide resolved

We hope you start trying it, and we're very grateful to the community members who have been and continue to test and report issues.

Check warning on line 26 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 26, "column": 1}}}, "severity": "WARNING"}

Check warning on line 26 in docs/pages/blog/material-ui-2024-updates.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "docs/pages/blog/material-ui-2024-updates.md", "range": {"start": {"line": 26, "column": 34}}}, "severity": "WARNING"}
alelthomas marked this conversation as resolved.
Show resolved Hide resolved

## Material Design 3

A year ago, we shared that we expected to have a Material Design 3 implementation by the end of 2024. Due to the efforts mentioned above, this has not been the case yet.
alelthomas marked this conversation as resolved.
Show resolved Hide resolved

Updating the look and feel in such a big way is very complex. We want to provide the best experience for everyone and we're currently discussing and working on the best way to achieve it. This will be one of our main focuses for 2025.
alelthomas marked this conversation as resolved.
Show resolved Hide resolved

## Looking towards 2025

We're planning a new major release for the first half of 2025: Material UI v7.

This version will fix issues that require breaking changes, including the long-awaited ESM support improvements, and other small fixes.

Note that, while this major release won't contain visual updates since its only focus is fixing bugs, we'll keep exploring the best way to update the look and feel in parallel. We'll continue sharing any details as soon as we reach any decisions.
alelthomas marked this conversation as resolved.
Show resolved Hide resolved

## Follow along

Feel free to leave your feedback on these new features and fixes in our [GitHub](https://github.com/mui/material-ui). We'd love to chat with you and are as excited as everyone to update how Material UI looks and feels.
alelthomas marked this conversation as resolved.
Show resolved Hide resolved

Thank you for your continued support, we're excited to go into 2025 with you! 🎉
Loading