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} />;
}
47 changes: 47 additions & 0 deletions docs/pages/blog/material-ui-2024-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Material UI 2024 end-of-year updates
description: Recapping our biggest accomplishments for Material UI this year; plus, a look at what's to come in 2025.
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 you 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
## Material UI v6 release and support

We released Material UI v6 in August, offering new features, fixes, and a smoother migration experience.

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"}
So far, almost a million users have successfully migrated.

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 17 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": 17, "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 19 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": 19, "column": 1}}}, "severity": "WARNING"}

Check warning on line 19 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": 19, "column": 82}}}, "severity": "WARNING"}

Check warning on line 19 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": 19, "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 23 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": 23, "column": 75}}}, "severity": "WARNING"}

We've worked hard to ensure that the upgrade experience is as seamless as possible, and we're very grateful to all the community members who've been testing it out and reporting issues.

Check warning on line 25 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": 25, "column": 1}}}, "severity": "WARNING"}

Check warning on line 25 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": 25, "column": 89}}}, "severity": "WARNING"}

## Material Design 3

A year ago, we shared that we expected to have a Material Design 3 implementation ready by the end of 2024.

Check warning on line 29 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": 29, "column": 13}}}, "severity": "WARNING"}
Due to the more pressing efforts mentioned above, we have not been able to deliver on this yet.

Updating the library's look and feel in such a big way is an incredibly complex undertaking that can't be rushed.
We're committed to providing the best experience for all users and use cases, and we're working hard to determine the best way to accomplish that.
This is one of our top priorities for 2025, and we'll keep you updated on our progress.
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.
While v7 won't contain visual updates since its sole focus is fixing bugs, rest assured that we will be working on updating the look and feel in parallel.

## 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