Skip to content

Commit 8c2c6a8

Browse files
authored
v5.15.0 (#40175)
1 parent a401468 commit 8c2c6a8

File tree

26 files changed

+150
-92
lines changed

26 files changed

+150
-92
lines changed

CHANGELOG.md

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

3+
## 5.15.0
4+
5+
<!-- generated comparing v5.14.20..master -->
6+
7+
_Dec 11, 2023_
8+
9+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 🚀 Added [a new package for a better Material UI integration with Next.js](https://mui.com/material-ui/guides/nextjs) (#39947) @siriwatknp
12+
13+
14+
15+
- &#8203;<!-- 12 -->Revert "[Select][material-ui] Add name to hidden input element" (#40174) @mj12albert
16+
- &#8203;<!-- 02 -->[material-ui] Refactor ComponentsVariants type into a generic (#39623) @blakenetz
17+
18+
19+
20+
- &#8203;<!-- 01 -->[material-ui] Add new Next.js integration package (#39947) @siriwatknp
21+
22+
23+
24+
- &#8203;<!-- 11 -->[Badge][material-next] Apply new OwnerState type to Badge (#40119) @lhilgert9
25+
- &#8203;<!-- 06 -->[material-next][ButtonGroup] Change `ButtonGroup` files to ts (#39794) @lhilgert9
26+
27+
28+
29+
- &#8203;<!-- 05 -->[icons] Add X logo (#38811) @abreel
30+
31+
32+
33+
- &#8203;<!-- 10 -->[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#39096) @mj12albert
34+
35+
36+
37+
- &#8203;<!-- 04 -->[joy-ui][Radio][Input] Fix inheritance of disabled prop (#39934) @sai6855
38+
39+
40+
41+
- &#8203;<!-- 03 -->[lab][LoadingButton] LoadingButton now inherits props from ButtonGroup (#39679) @lhilgert9
42+
43+
### Docs
44+
45+
- &#8203;<!-- 09 -->[docs] Fix reference to non-existent checkmark in supported-components.md (#40056) @mbrookes
46+
- &#8203;<!-- 09 -->[docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
47+
- &#8203;<!-- 08 -->[docs-infra] Update CodeSandbox links (#39992) @anle9650
48+
- &#8203;<!-- 04 -->[material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
49+
- &#8203;<!-- 03 -->[material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
50+
- &#8203;<!-- 02 -->[joy-ui][templates] Remove outdated code (#40095) @zanivan
51+
- &#8203;<!-- 05 -->[material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
52+
53+
### Core
54+
55+
- &#8203;<!-- 08 -->[blog] Add a Phuket retreat blog post (#40055) @mikailaread
56+
- &#8203;<!-- 07 -->[blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
57+
- &#8203;<!-- 05 -->[core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
58+
59+
All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
60+
361
## 5.14.20
462

563
<!-- generated comparing v5.14.19..master -->

benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@emotion/react": "^11.11.1",
1616
"@emotion/server": "^11.11.0",
1717
"@emotion/styled": "^11.11.0",
18-
"@mui/material": "^5.14.20",
19-
"@mui/styles": "^5.14.20",
20-
"@mui/system": "^5.14.20",
18+
"@mui/material": "^5.14.21",
19+
"@mui/styles": "^5.14.21",
20+
"@mui/system": "^5.14.21",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"docs": "^5.0.0",

docs/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
"@fortawesome/fontawesome-svg-core": "^6.5.1",
3333
"@fortawesome/free-solid-svg-icons": "^6.5.1",
3434
"@fortawesome/react-fontawesome": "^0.2.0",
35-
"@mui/base": "5.0.0-beta.26",
36-
"@mui/docs": "^5.14.20",
37-
"@mui/icons-material": "^5.14.19",
38-
"@mui/joy": "5.0.0-beta.17",
39-
"@mui/lab": "5.0.0-alpha.155",
35+
"@mui/base": "5.0.0-beta.27",
36+
"@mui/docs": "^5.14.21",
37+
"@mui/icons-material": "^5.14.21",
38+
"@mui/joy": "5.0.0-beta.18",
39+
"@mui/lab": "5.0.0-alpha.156",
4040
"@mui/markdown": "^5.0.0",
41-
"@mui/material": "^5.14.20",
42-
"@mui/material-next": "6.0.0-alpha.112",
43-
"@mui/styled-engine": "^5.14.19",
44-
"@mui/styled-engine-sc": "6.0.0-alpha.7",
45-
"@mui/styles": "^5.14.20",
46-
"@mui/system": "^5.14.20",
47-
"@mui/types": "^7.2.10",
48-
"@mui/utils": "^5.14.20",
41+
"@mui/material": "^5.14.21",
42+
"@mui/material-next": "6.0.0-alpha.113",
43+
"@mui/styled-engine": "^5.14.21",
44+
"@mui/styled-engine-sc": "6.0.0-alpha.8",
45+
"@mui/styles": "^5.14.21",
46+
"@mui/system": "^5.14.21",
47+
"@mui/types": "^7.2.11",
48+
"@mui/utils": "^5.14.21",
4949
"@mui/x-charts": "6.18.3",
5050
"@mui/x-data-grid": "6.18.3",
5151
"@mui/x-data-grid-generator": "6.18.3",

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.14.20",
3+
"version": "5.15.0",
44
"private": true,
55
"scripts": {
66
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",

packages/api-docs-builder-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"typescript": "tsc -p tsconfig.json"
1010
},
1111
"dependencies": {
12-
"@mui-internal/api-docs-builder": "1.0.0",
12+
"@mui-internal/api-docs-builder": "^1.0.0",
1313
"@mui/markdown": "^5.0.0",
1414
"docs": "^5.0.0",
1515
"lodash": "^4.17.21"

packages/api-docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/traverse": "^7.23.5",
1414
"@mui-internal/docs-utilities": "^1.0.0",
1515
"@mui/markdown": "^5.0.0",
16-
"@mui/utils": "^5.14.20",
16+
"@mui/utils": "^5.15.0",
1717
"ast-types": "^0.14.2",
1818
"doctrine": "^3.0.0",
1919
"fast-glob": "^3.3.2",

packages/mui-base/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.26",
3+
"version": "5.0.0-beta.27",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
@@ -43,15 +43,15 @@
4343
"dependencies": {
4444
"@babel/runtime": "^7.23.5",
4545
"@floating-ui/react-dom": "^2.0.4",
46-
"@mui/types": "^7.2.10",
47-
"@mui/utils": "^5.14.20",
46+
"@mui/types": "^7.2.11",
47+
"@mui/utils": "^5.15.0",
4848
"@popperjs/core": "^2.11.8",
4949
"clsx": "^2.0.0",
5050
"prop-types": "^15.8.1"
5151
},
5252
"devDependencies": {
5353
"@mui-internal/test-utils": "^1.0.0",
54-
"@mui/material": "^5.14.20",
54+
"@mui/material": "^5.15.0",
5555
"@testing-library/react": "^14.1.2",
5656
"@testing-library/user-event": "^14.5.1",
5757
"@types/chai": "^4.3.11",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "5.14.19",
3+
"version": "5.15.0",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

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.14.20",
3+
"version": "5.15.0",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.14.20",
3+
"version": "5.15.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",
@@ -35,8 +35,8 @@
3535
},
3636
"dependencies": {
3737
"@babel/runtime": "^7.23.5",
38-
"@mui/base": "5.0.0-beta.26",
39-
"@mui/utils": "^5.14.20",
38+
"@mui/base": "5.0.0-beta.27",
39+
"@mui/utils": "^5.15.0",
4040
"nprogress": "^0.2.0",
4141
"prop-types": "^15.8.1"
4242
},

0 commit comments

Comments
 (0)