Skip to content

Commit 284e251

Browse files
authored
v5.15.16 (#42084)
1 parent 9c49eb7 commit 284e251

File tree

7 files changed

+60
-8
lines changed

7 files changed

+60
-8
lines changed

CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## v5.15.16
4+
5+
<!-- generated comparing v5.15.15..master -->
6+
7+
_May 1, 2024_
8+
9+
A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
10+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
11+
12+
13+
14+
- [material-ui][Dialog] Prevent onClick on the root element from being overwritten (@ryanburr) (#41914) @github-actions[bot]
15+
- [material-ui][Select] Fix `muiName` property TypeScript error (@EyaOuenniche) (#41786) @github-actions[bot]
16+
- —>[material-ui][l10n] Fix typo in is-IS locale (@magnimarels) (#41815) @github-actions[bot]
17+
18+
### Docs
19+
20+
- Fix small SEO issues @oliviertassinari
21+
- Fix 301 Toolpad links @oliviertassinari
22+
- Fix 301 Toolpad links @oliviertassinari
23+
- Fix 301 image redirections @oliviertassinari
24+
- Fix small SEO issues @oliviertassinari
25+
- Fix 301 redirection @oliviertassinari
26+
- Fix format git diff regression (#41882) @oliviertassinari
27+
- Fix 301 links @oliviertassinari
28+
- [material-ui] Fix import statement in migration guide (@sai6855) (#41864) @github-actions[bot]
29+
- [material-ui] Update Figma plugin name (@danilo-leal) (#42057) @github-actions[bot]
30+
- [material-ui] Fix minor spelling error in the "About the lab" page (@ryanhartwig) (#42075) @github-actions[bot]
31+
- [material-ui] Add missing backticks to HTML tag in the installation page (@Miguelrom) (#42009) @github-actions[bot]
32+
- [material-ui] Add Connect-related content (@danilo-leal) (#41924) @DiegoAndai
33+
- [material-ui] Fix Material 3 message typo (@aarongarciah) (#41822) @github-actions[bot]
34+
- [material-ui] Remove Data Grid v7 beta callout (@cherniavskii) (#41842) @github-actions[bot]
35+
- [material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) @github-actions[bot]
36+
- [system] Update typo on the sx prop page (@bricker) (#42078) @github-actions[bot]
37+
38+
### Core
39+
40+
- [blog] Add post to introduce the Connect plugin (@danilo-leal) (#41929) @DiegoAndai
41+
- [core] Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah
42+
- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari
43+
- [docs-infra] Use edge function for card generation (#41188) @alexfauquette
44+
- [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette
45+
- [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette
46+
- [website] Sync career roles (@oliviertassinari) (#42059) @github-actions[bot]
47+
- [website] Add content about the Sync plugin in the Material UI page (@danilo-leal) (#42074) @github-actions[bot]
48+
- [website] Add Nadja on the about page (#42054) @mnajdova
49+
- [website] Close the `Design Engineer - X` role (#42014) @DanailH
50+
- [website] Remove customer support agent role from website (@rluzists1) (#41996) @github-actions[bot]
51+
- [website] Add Jose to About Us (#41759) @JCQuintas
52+
53+
All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari
54+
355
## v5.15.15
456

557
<!-- generated comparing v5.15.14..master -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "5.15.15",
3+
"version": "5.15.16",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/mui-core-downloads-tracker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.15.15",
3+
"version": "5.15.16",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.15.14",
3+
"version": "5.15.16",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",
@@ -41,18 +41,18 @@
4141
"prop-types": "^15.8.1"
4242
},
4343
"devDependencies": {
44-
"@mui/material": "workspace:*",
4544
"@mui/icons-material": "workspace:*",
45+
"@mui/material": "workspace:*",
4646
"@types/node": "^18.19.25",
4747
"@types/prop-types": "^15.7.11",
4848
"@types/react": "^18.2.55",
4949
"next": "^13.5.1",
5050
"react": "^18.2.0"
5151
},
5252
"peerDependencies": {
53-
"@mui/material": "^5.0.0",
5453
"@mui/base": "*",
5554
"@mui/icons-material": "^5.0.0",
55+
"@mui/material": "^5.0.0",
5656
"@mui/system": "^5.0.0",
5757
"@types/react": "^17.0.0 || ^18.0.0",
5858
"next": "^13.5.1 || ^14",

packages/mui-icons-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/icons-material",
3-
"version": "5.15.15",
3+
"version": "5.15.16",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.15.15",
3+
"version": "5.15.16",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.",

packages/mui-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styles",
3-
"version": "5.15.15",
3+
"version": "5.15.16",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",

0 commit comments

Comments
 (0)