-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[core] Prepare master for v7 stable #45674
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
Merged
DiegoAndai
merged 13 commits into
mui:master
from
DiegoAndai:prepare-master-forv7-stable
Mar 25, 2025
Merged
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f822acf
Update npm tags
DiegoAndai 6d5958e
Update next.mui.com to mui.com
DiegoAndai 1a2e2d1
Revert workspace:* dependencies from https://github.com/mui/material-…
DiegoAndai d9f70a0
Update examples dependencies to use latest
DiegoAndai d9e7dbd
Use latest npm tag on publish command
DiegoAndai 9770833
Push docs to latest branch
DiegoAndai 93517de
Update versions dropdown
DiegoAndai e369c30
Update support table
DiegoAndai b3a2c5b
Point X redirects to https://material-ui-x.netlify.app/
DiegoAndai 58b722f
Update lock file
DiegoAndai 51004e5
Merge branch 'master' into prepare-master-forv7-stable
DiegoAndai 0e4866e
Update lock file
DiegoAndai 2f6ffe2
Update docs/public/_redirects
DiegoAndai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -512,10 +512,10 @@ https://v4.material-ui.com/* https://v4.mui.com/:splat 301! | |
/material-ui/experimental-api/css-theme-variables/customization/ /material-ui/customization/css-theme-variables/configuration/ 301 | ||
/base-ui/ https://base-ui.com/ 301 | ||
#2025 | ||
#host-reference change https:/mui.com to https:/v6.mui.com when domains are switched | ||
/system/styles/basics/ https://mui.com/system/styles/basics/ 301 | ||
/system/styles/advanced/ https://mui.com/system/styles/advanced/ 301 | ||
/system/styles/api/ https://mui.com/system/styles/api/ 301 | ||
#host-reference | ||
/system/styles/basics/ https://v6.mui.com/system/styles/basics/ 301 | ||
/system/styles/advanced/ https://v6.mui.com/system/styles/advanced/ 301 | ||
/system/styles/api/ https://v6.mui.com/system/styles/api/ 301 | ||
|
||
# Proxies | ||
|
||
|
@@ -530,11 +530,11 @@ https://v4.material-ui.com/* https://v4.mui.com/:splat 301! | |
## MUI X | ||
## Unlike the store that expect to be hosted under a subfolder, | ||
## MUI X is configured to be hosted at the root. | ||
/static/x/* https://docs-next--material-ui-x.netlify.app/static/x/:splat 200 | ||
/x/_next/* https://docs-next--material-ui-x.netlify.app/_next/:splat 200 | ||
/x/* https://docs-next--material-ui-x.netlify.app/x/:splat 200 | ||
/r/x-* https://docs-next--material-ui-x.netlify.app/r/x-:splat 200 | ||
/:lang/x/* https://docs-next--material-ui-x.netlify.app/:lang/x/:splat 200 | ||
/static/x/* https://material-ui-x.netlify.app/static/x/:splat 200 | ||
/x/_next/* https://material-ui-x.netlify.app/_next/:splat 200 | ||
/x/* https://material-ui-x.netlify.app/x/:splat 200 | ||
/r/x-* https://material-ui-x.netlify.app/r/x-:splat 200 | ||
/:lang/x/* https://material-ui-x.netlify.app/:lang/x/:splat 200 | ||
Comment on lines
+532
to
+536
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reverts #45207 |
||
|
||
## Toolpad | ||
/toolpad/core/templates/nextjs-dashboard/_next/* https://toolpad-core-nextjs-themed.vercel.app/_next/:splat 200 | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.