-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into yarn-to-pnpm
- Loading branch information
Showing
84 changed files
with
1,804 additions
and
1,230 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Discord Release Announcement | ||
|
||
on: | ||
release: | ||
types: [prereleased, published] | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
delimiter-test: | ||
runs-on: ubuntu-latest | ||
name: Send message to discord | ||
steps: | ||
- name: parse and send message | ||
uses: michelengelen/discord-message-action@02af30a15955ecf718049bc33b0efabf6f626e0b | ||
with: | ||
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} | ||
username: MUI Releases | ||
avatar-url: 'https://raw.githubusercontent.com/mui/material-ui/master/docs/public/static/logo.png' | ||
separator: '<!--/ HIGHLIGHT_ABOVE_SEPARATOR /-->' |
This file contains 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 |
---|---|---|
|
@@ -243,7 +243,7 @@ Same changes as in `@mui/[email protected]`, plus: | |
- [docs] Fix type arguments in Custom Field page (#12619) @Juneezee | ||
- [docs] Fix typo in `getItemId` prop description (#12637) @flaviendelangle | ||
- [docs] Make the Charts `margin` usage more visible (#12591) @alexfauquette | ||
- [docs] Match IE 11 spacing with Material UI @oliviertassinari | ||
- [docs] Match IE 11 spacing with Material UI @oliviertassinari | ||
- [docs] Move data grid interfaces to standard API page layout (#12016) @alexfauquette | ||
- [docs] Remove ` around @default values (#12158) @alexfauquette | ||
- [docs] Remove `day` from the default `dayOfWeekFormatter` function params (#12644) @LukasTy | ||
|
@@ -506,7 +506,7 @@ Same changes as in `@mui/[email protected]`, plus: | |
- [docs] Update links to v6 (#12496) @cherniavskii | ||
- [docs] Update links to v7 docs (#12500) @noraleonte | ||
- [docs] Update supported versions (#12508) @joserodolfofreitas | ||
- [docs] Update "What's new in MUI X" page #12527 @cherniavskii | ||
- [docs] Update "What's new in MUI X" page #12527 @cherniavskii | ||
|
||
### Core | ||
|
||
|
This file contains 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 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 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 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.