Skip to content

Commit 431af6a

Browse files
authored
[release] v5.16.1 (#42897)
1 parent 7c65f7c commit 431af6a

File tree

20 files changed

+54
-15
lines changed

20 files changed

+54
-15
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## v5.16.1
4+
5+
_Jul 11, 2024_
6+
7+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
8+
9+
- ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
10+
11+
12+
13+
- [AppBar] Fix inherit color is inconsistent between ThemeProvider and CssVarsProvider (#42713) @ZeeshanTamboli
14+
15+
16+
17+
- [Autocomplete] Fix React spread key warning (#42856) @aarongarciah
18+
19+
### Docs
20+
21+
- [material-ui] Fix React 18.3 key spread warnings in Autocomplete demos (#42854) @aarongarciah
22+
- [material-ui] Fix type error in virtualized table demo (#42852) @aarongarciah
23+
- Fix typos (@omahs) (#42888) @omahs
24+
- Fix 301 @oliviertassinari
25+
26+
### Core
27+
28+
- [core] Bump React to 18.3.1 (#42846) @aarongarciah
29+
- [core] Remove react-test-renderer (#42853) @aarongarciah
30+
- [core] Replace enzyme in describeConformance (#42847) @aarongarciah
31+
- [test] Remove enzyme (#42850) @aarongarciah
32+
- [test] Remove createMount test util (#42849) @aarongarciah
33+
- [base-ui] Fix React spread key warning in test (#42855) @aarongarciah
34+
- [styles][withStyles] Expect React defaultProps warning in test (#42752) (#42851) @aarongarciah
35+
36+
All contributors of this release in alphabetical order: @aarongarciah, @oliviertassinari, @omahs, @ZeeshanTamboli
37+
338
## v5.16.0
439

540
<!-- generated comparing v5.15.21..master -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "5.16.0",
3+
"version": "5.16.1",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.16.0",
3+
"version": "5.16.1",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.16.0",
3+
"version": "5.16.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

packages/mui-envinfo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/envinfo",
3-
"version": "2.0.19",
3+
"version": "2.0.20",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Logs infos about the environment relevant to @mui/*",

packages/mui-icons-material/package.json

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

packages/mui-joy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-beta.47",
3+
"version": "5.0.0-beta.48",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Joy UI is an open-source React component library that implements MUI's own design principles. It's comprehensive and can be used in production out of the box.",

packages/mui-lab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.171",
3+
"version": "5.0.0-alpha.172",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",

packages/mui-material-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-nextjs",
3-
"version": "5.15.11",
3+
"version": "5.16.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Collection of utilities for integration between Material UI and Next.js.",

packages/mui-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.16.0",
3+
"version": "5.16.1",
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.",

0 commit comments

Comments
 (0)