-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[core] Replace Material-UI with MUI #28243
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! I don't see any problems with it. Looks good.
Regarding the license, the file that we can see at the top of https://unpkg.com/@mui/material@5.0.0-rc.0/node/index.js or https://unpkg.com/@mui/utils@5.0.0-rc.0/index.js, I think that we could consider this change: async function addLicense(packageData) {
- const license = `/** @license Material-UI v${packageData.version}
+ const license = `/** @license MUI Core v${packageData.version}
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
* |
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
description="MUI (formerly MUI) ..." This looks like a mistake. |
One step of #27825 and driven by #27803
I replaced all occurrences of Material-UI with MUI except the following:
The changes of the translation files are reverted.