diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b08e7a50d4e1..f4a47b883afa93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,57 @@ # [Versions](https://mui.com/versions/) +## v5.15.16 + + + +_May 1, 2024_ + +A big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: +This release was mostly about 🐛 bug fixes and 📚 documentation improvements. + +### `@mui/material@5.15.16` + +- [material-ui][Dialog] Prevent onClick on the root element from being overwritten (@ryanburr) (#41914) @github-actions[bot] +- [material-ui][Select] Fix `muiName` property TypeScript error (@EyaOuenniche) (#41786) @github-actions[bot] +- —>[material-ui][l10n] Fix typo in is-IS locale (@magnimarels) (#41815) @github-actions[bot] + +### Docs + +- Fix small SEO issues @oliviertassinari +- Fix 301 Toolpad links @oliviertassinari +- Fix 301 Toolpad links @oliviertassinari +- Fix 301 image redirections @oliviertassinari +- Fix small SEO issues @oliviertassinari +- Fix 301 redirection @oliviertassinari +- Fix format git diff regression (#41882) @oliviertassinari +- Fix 301 links @oliviertassinari +- [material-ui] Fix import statement in migration guide (@sai6855) (#41864) @github-actions[bot] +- [material-ui] Update Figma plugin name (@danilo-leal) (#42057) @github-actions[bot] +- [material-ui] Fix minor spelling error in the "About the lab" page (@ryanhartwig) (#42075) @github-actions[bot] +- [material-ui] Add missing backticks to HTML tag in the installation page (@Miguelrom) (#42009) @github-actions[bot] +- [material-ui] Add Connect-related content (@danilo-leal) (#41924) @DiegoAndai +- [material-ui] Fix Material 3 message typo (@aarongarciah) (#41822) @github-actions[bot] +- [material-ui] Remove Data Grid v7 beta callout (@cherniavskii) (#41842) @github-actions[bot] +- [material-ui][templates] Fix input props attributes in Landing Page template (@5-tom) (#42034) @github-actions[bot] +- [system] Update typo on the sx prop page (@bricker) (#42078) @github-actions[bot] + +### Core + +- [blog] Add post to introduce the Connect plugin (@danilo-leal) (#41929) @DiegoAndai +- [core] Automate cherry-pick of PRs from `next` -> `master` (#41742) @aarongarciah +- [docs-infra] Improve Twitter OG:image (#41860) @oliviertassinari +- [docs-infra] Use edge function for card generation (#41188) @alexfauquette +- [docs-infra] Fix drawer performances (#41807) (#41820) @alexfauquette +- [docs-infra] Fix analytics about inline ads (#41474) @alexfauquette +- [website] Sync career roles (@oliviertassinari) (#42059) @github-actions[bot] +- [website] Add content about the Sync plugin in the Material UI page (@danilo-leal) (#42074) @github-actions[bot] +- [website] Add Nadja on the about page (#42054) @mnajdova +- [website] Close the `Design Engineer - X` role (#42014) @DanailH +- [website] Remove customer support agent role from website (@rluzists1) (#41996) @github-actions[bot] +- [website] Add Jose to About Us (#41759) @JCQuintas + +All contributors of this release in alphabetical order: @aarongarciah, @alexfauquette, @DanailH, @DiegoAndai, @github-actions[bot], @JCQuintas, @mnajdova, @oliviertassinari + ## v5.15.15 diff --git a/package.json b/package.json index afdefc20ce65e0..a6f08f21082a9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.15.15", + "version": "5.15.16", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index d36067af1256bd..9a52983d559cad 100644 --- a/packages/mui-core-downloads-tracker/package.json +++ b/packages/mui-core-downloads-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@mui/core-downloads-tracker", - "version": "5.15.15", + "version": "5.15.16", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index 13eb2d4ae4285c..8b0f293a33351d 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.15.14", + "version": "5.15.16", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", @@ -41,8 +41,8 @@ "prop-types": "^15.8.1" }, "devDependencies": { - "@mui/material": "workspace:*", "@mui/icons-material": "workspace:*", + "@mui/material": "workspace:*", "@types/node": "^18.19.25", "@types/prop-types": "^15.7.11", "@types/react": "^18.2.55", @@ -50,9 +50,9 @@ "react": "^18.2.0" }, "peerDependencies": { - "@mui/material": "^5.0.0", "@mui/base": "*", "@mui/icons-material": "^5.0.0", + "@mui/material": "^5.0.0", "@mui/system": "^5.0.0", "@types/react": "^17.0.0 || ^18.0.0", "next": "^13.5.1 || ^14", diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index f107a0c01ec65f..ef41d82da47575 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/icons-material", - "version": "5.15.15", + "version": "5.15.16", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 979205f1c5601c..6bac35e81df352 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.15.15", + "version": "5.15.16", "private": false, "author": "MUI Team", "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.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index 0ea9a3a934a319..bffa6707bdd4fa 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.15.15", + "version": "5.15.16", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.",