Skip to content

Commit

Permalink
Add note about transitioning to Pigment CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
joserodolfofreitas authored and cherniavskii committed Mar 22, 2024
1 parent f5d6087 commit 385e62f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/blog/mui-x-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,8 @@ As usual, we're committed to further improving the library by introducing new fe
Throughout this year, we'll invest in making MUI X components **design agnostic**. The components will still ship using Material UI as the default, but we're striving to ensure that they seamlessly integrate with any design system.
The result is advanced components offering extreme flexibility and customization options, enabling a broader range of application styles without compromising the high-quality use cases and workflows that MUI X is known for.".

We're also excited to announce that we're transitioning MUI X components from using Emotion to using [Pigment CSS](https://github.com/mui/material-ui/blob/master/packages/pigment-css-react/README.md), MUI's new CSS zero runtime package. This move is aimed at better supporting React Server Components, boosting performance and guaranteeing compatibility with the next major version of Material UI.

Check warning on line 330 in docs/pages/blog/mui-x-v7.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/mui-x-v7.md", "range": {"start": {"line": 330, "column": 1}}}, "severity": "WARNING"}

Check warning on line 330 in docs/pages/blog/mui-x-v7.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/mui-x-v7.md", "range": {"start": {"line": 330, "column": 37}}}, "severity": "WARNING"}

Check failure on line 330 in docs/pages/blog/mui-x-v7.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [MUI.MuiBrandName] Use a non-breaking space for brand name ('MUI X' instead of 'MUI X') Raw Output: {"message": "[MUI.MuiBrandName] Use a non-breaking space for brand name ('MUI X' instead of 'MUI X')", "location": {"path": "docs/pages/blog/mui-x-v7.md", "range": {"start": {"line": 330, "column": 57}}}, "severity": "ERROR"}

Check warning on line 330 in docs/pages/blog/mui-x-v7.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [MUI.NoCompanyName] We avoid referencing the company name 'MUI X'. Instead you can reference a product or the team. Raw Output: {"message": "[MUI.NoCompanyName] We avoid referencing the company name 'MUI X'. Instead you can reference a product or the team.", "location": {"path": "docs/pages/blog/mui-x-v7.md", "range": {"start": {"line": 330, "column": 57}}}, "severity": "WARNING"}

Check failure on line 330 in docs/pages/blog/mui-x-v7.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [MUI.MuiBrandName] Use a non-breaking space for brand name ('Pigment CSS' instead of 'Pigment CSS') Raw Output: {"message": "[MUI.MuiBrandName] Use a non-breaking space for brand name ('Pigment CSS' instead of 'Pigment CSS')", "location": {"path": "docs/pages/blog/mui-x-v7.md", "range": {"start": {"line": 330, "column": 103}}}, "severity": "ERROR"}

Check failure on line 330 in docs/pages/blog/mui-x-v7.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [MUI.MuiBrandName] Use a non-breaking space for brand name ('Material UI' instead of 'Material UI') Raw Output: {"message": "[MUI.MuiBrandName] Use a non-breaking space for brand name ('Material UI' instead of 'Material UI')", "location": {"path": "docs/pages/blog/mui-x-v7.md", "range": {"start": {"line": 330, "column": 386}}}, "severity": "ERROR"}

Additionally, the following are the deliveries planned for the next few months.

### Data Grid
Expand Down

0 comments on commit 385e62f

Please sign in to comment.