Skip to content

Commit 2529e3a

Browse files
authored
v5.14.0 (#37917)
1 parent 2d6a55a commit 2529e3a

File tree

15 files changed

+101
-35
lines changed

15 files changed

+101
-35
lines changed

CHANGELOG.md

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

3+
## 5.14.0
4+
5+
<!-- generated comparing v5.13.7..master -->
6+
7+
_Jul 11, 2023_
8+
9+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 💫 Material UI, Joy UI, and Base UI are compatible with [NextJS App Router](https://nextjs.org/docs/app) (#37656) @mj12albert
12+
- 📚 Added new guides for integrating with Next.js 13 App Router (#37656) @mj12albert
13+
- Ⓜ️ [Material UI guide](https://mui.com/material-ui/guides/next-js-app-router/)
14+
- 🅙 [Joy UI guide](https://mui.com/joy-ui/guides/next-js-app-router/)
15+
- 🅱️ [Base UI guide](https://mui.com/base-ui/guides/next-js-app-router/)
16+
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
17+
18+
19+
20+
- [Autocomplete] Enable global customization of different options (#36971) @nicolas-ot
21+
22+
23+
24+
- [Slider][material-next] Slider restructure and style improvements (#37644) @DiegoAndai
25+
26+
27+
28+
- [ButtonGroup] Fix style for single Button (#37692) @MaybePixem
29+
- Fix theme typography fallback value (#37845) @siriwatknp
30+
31+
32+
33+
- [icons-material] Rebuild icons with `"use client"` (#37894) @mj12albert
34+
35+
### Docs
36+
37+
- [docs] Polish ukraine banner (#37905) @oliviertassinari
38+
- [docs] Reduce ukraine banner size (#34795) @oliviertassinari
39+
- [docs] Add callouts about controlled vs uncontrolled components in Core docs (#37849) @samuelsycamore
40+
- [docs] Add missing Portal elements to Tailwind CSS interoperability guide (#37807) @enrique-ramirez
41+
- [docs] Small pickers migration improvement (#37815) @alexfauquette
42+
- [docs] Fix pickers product name (#37825) @LukasTy
43+
- [docs][Joy][Link] Set `variant` and `color` defaults for the playground (#37817) @Studio384
44+
- [docs][Joy][Table] Add `undefined` as an option to `stripe` (#37816) @Studio384
45+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Snackbar page (#37812) @mnajdova
46+
- [docs][base] Add Tailwind CSS & plain CSS demo on Badge page (#37768) @mnajdova
47+
- [docs][base] Fix Nested modal demo positioning (#37506) @gitstart
48+
- [docs][base] Add Tailwind CSS & plain CSS demo on the Switch page (#37728) @mnajdova
49+
- [docs-infra] Remove code tags in ToC (#37834) @cherniavskii
50+
- [docs-infra] Fixes in API pages generation (#37813) @mnajdova
51+
- [docs-infra] Add test case when using sh (#37818) @oliviertassinari
52+
- [docs-infra] Use icons instead of words for the code copy button (#37664) @danilo-leal
53+
- [docs-infra] Fix code parser (#37828) @alexfauquette
54+
- [docs-infra] Fix `marked` deprecation warning (#37769) @alexfauquette
55+
- [docs-infra] Allows to use codeblock in the docs (#37643) @alexfauquette
56+
- [docs-infra][joy] Change Joy UI's playground variant selector (#37821) @danilo-leal
57+
58+
### Core
59+
60+
- [core] Prepend "use-client" directive + add docs and examples for using MUI libraries with Next.js App Router (#37656) @mj12albert
61+
- [core] Fix imports to React (#37863) @oliviertassinari
62+
- [core] Disambiguate eslint plugin name @oliviertassinari
63+
- [core] Sync the lint script name with the other repositories @oliviertassinari
64+
- [core] Point to Crowdin directly @oliviertassinari
65+
- [website] Sync career page (#37847) @oliviertassinari
66+
67+
All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @DiegoAndai, @enrique-ramirez, @gitstart, @LukasTy, @MaybePixem, @mj12albert, @mnajdova, @nicolas-ot, @oliviertassinari, @samuelsycamore, @siriwatknp, @Studio384
68+
369
## 5.13.7
470

571
<!-- generated comparing v5.13.6..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/styled": "^11.11.0",
1717
"@mdx-js/react": "^2.3.0",
18-
"@mui/material": "^5.13.7",
19-
"@mui/styles": "^5.13.7",
20-
"@mui/system": "^5.13.7",
18+
"@mui/material": "^5.14.0",
19+
"@mui/styles": "^5.14.0",
20+
"@mui/system": "^5.14.0",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"playwright": "^1.35.1",

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"@fortawesome/fontawesome-svg-core": "^6.4.0",
3232
"@fortawesome/free-solid-svg-icons": "^6.4.0",
3333
"@fortawesome/react-fontawesome": "^0.2.0",
34-
"@mui/base": "5.0.0-beta.6",
35-
"@mui/docs": "^5.13.7",
36-
"@mui/icons-material": "^5.13.7",
37-
"@mui/joy": "5.0.0-alpha.86",
38-
"@mui/lab": "5.0.0-alpha.135",
34+
"@mui/base": "5.0.0-beta.7",
35+
"@mui/docs": "^5.14.0",
36+
"@mui/icons-material": "^5.14.0",
37+
"@mui/joy": "5.0.0-alpha.87",
38+
"@mui/lab": "5.0.0-alpha.136",
3939
"@mui/markdown": "^5.0.0",
40-
"@mui/material": "^5.13.7",
41-
"@mui/material-next": "6.0.0-alpha.91",
40+
"@mui/material": "^5.14.0",
41+
"@mui/material-next": "6.0.0-alpha.92",
4242
"@mui/styled-engine": "^5.13.2",
4343
"@mui/styled-engine-sc": "^5.12.0",
44-
"@mui/styles": "^5.13.7",
45-
"@mui/system": "^5.13.7",
44+
"@mui/styles": "^5.14.0",
45+
"@mui/system": "^5.14.0",
4646
"@mui/types": "^7.2.4",
4747
"@mui/x-data-grid": "6.9.2",
4848
"@mui/x-data-grid-generator": "6.9.2",

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

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.6",
3+
"version": "5.0.0-beta.7",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",

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.13.3",
3+
"version": "5.14.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.13.7",
3+
"version": "5.14.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.13.7",
3+
"version": "5.14.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",

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.13.7",
3+
"version": "5.14.0",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design icons distributed as SVG React components.",

packages/mui-joy/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-alpha.86",
3+
"version": "5.0.0-alpha.87",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of beautifully designed React UI components.",
@@ -57,9 +57,9 @@
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.22.5",
60-
"@mui/base": "5.0.0-beta.6",
61-
"@mui/core-downloads-tracker": "^5.13.7",
62-
"@mui/system": "^5.13.7",
60+
"@mui/base": "5.0.0-beta.7",
61+
"@mui/core-downloads-tracker": "^5.14.0",
62+
"@mui/system": "^5.14.0",
6363
"@mui/types": "^7.2.4",
6464
"@mui/utils": "^5.13.7",
6565
"clsx": "^1.2.1",

0 commit comments

Comments
 (0)