Skip to content

Commit f2e5ded

Browse files
authored
v5.14.1 (#38016)
1 parent a5779da commit f2e5ded

File tree

17 files changed

+136
-45
lines changed

17 files changed

+136
-45
lines changed

CHANGELOG.md

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

3+
## 5.14.1
4+
5+
<!-- generated comparing v5.14.0..master -->
6+
7+
_Jul 19, 2023_
8+
9+
A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 💫 Introducing some new components for Joy UI:
12+
- [Skeleton](https://mui.com/joy-ui/react-skeleton/) component (#37893) @siriwatknp
13+
- [ToggleButton](https://mui.com/joy-ui/react-toggle-button-group/) (#37716) @siriwatknp
14+
- 🎉 Base UI has its own [landing page](https://www.mui.com/base-ui)!
15+
- 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
16+
17+
18+
19+
- &#8203;<!-- 14 -->[FormControlLabel] Fix misplaced asterisk when `labelPlacement` is provided (#37831) @ZeeshanTamboli
20+
- &#8203;<!-- 11 -->[Slider][material] Fix type dependency on @types/prop-types (#37853) @Methuselah96
21+
- &#8203;<!-- 10 -->[Menu] Add MuiMenuList to createTheme components key (#37956) @mj12albert
22+
- &#8203;<!-- 09 -->[Modal] Remove deprecated `BackdropComponent` and `BackdropProps` from tests (#38018) @sai6855
23+
24+
25+
26+
- &#8203;<!-- 54 -->[Slider][material-next] Add use client directive to useSliderElementsOverlap (#37955) @mj12albert
27+
- &#8203;<!-- 47 -->[Button][material-next] Fix some event handlers being ignored (#37647) @DiegoAndai
28+
29+
30+
31+
- &#8203;<!-- 53 -->[Autocomplete] Make touch and click behavior on an option consistent (#37972) @divyammadhok
32+
33+
34+
35+
- &#8203;<!-- 13 -->[Joy][Select] Fix type error caused by custom variant (#37996) @OmPr366
36+
- &#8203;<!-- 12 -->[ToggleButton][Joy] Add `ToggleButton` component (#37716) @siriwatknp
37+
- &#8203;<!-- 07 -->[Skeleton] Add Joy UI `Skeleton` component (#37893) @siriwatknp
38+
39+
40+
41+
- &#8203;<!-- 06 -->[utils] Add function overload for `useEventCallback` (#37827) @cherniavskii
42+
43+
### Docs
44+
45+
- &#8203;<!-- 52 -->[docs][base] Add Tailwind CSS & plain CSS demo on the form control page (#37914) @mnajdova
46+
- &#8203;<!-- 51 -->[docs][base] Make Base UI Select demos denser (#37836) @zanivan
47+
- &#8203;<!-- 38 -->[docs] Link Material UI from the landing page (#37971) @oliviertassinari
48+
- &#8203;<!-- 37 -->[docs] Fix the empty /components page (#38010) @brijeshb42
49+
- &#8203;<!-- 36 -->[docs] Checkout template follows user's color scheme preference (#37928) @OndrejHj04
50+
- &#8203;<!-- 35 -->[docs] Disable ad for onboarding pages (#37998) @oliviertassinari
51+
- &#8203;<!-- 34 -->[docs] Fix broken link to Base UI Next.js App Router (#37973) @oliviertassinari
52+
- &#8203;<!-- 33 -->[docs] Fix typo in next-js-app-router.md (#37974) @ericbrian
53+
- &#8203;<!-- 32 -->[docs] Add pnpm commands to Material UI Installation page (#36650) @officialrajdeepsingh
54+
- &#8203;<!-- 31 -->[docs] Link charts in the roadmap (#37944) @oliviertassinari
55+
- &#8203;<!-- 30 -->[docs] Improve changelog @oliviertassinari
56+
- &#8203;<!-- 29 -->[docs] Improve the Select docs (#37279) @michaldudak
57+
- &#8203;<!-- 16 -->[docs][menu] Add Tailwind CSS & plain CSS demo on the Menu page (#37856) @mnajdova
58+
- &#8203;<!-- 15 -->[example] Update EmotionCacheProvider to work with GlobalStyles (#37962) @siriwatknp
59+
60+
### Core
61+
62+
- &#8203;<!-- 50 -->[blog] Add blog post about support for Next.js App Router (#37929) @samuelsycamore
63+
- &#8203;<!-- 49 -->[blog] Blog MUI X pro statement removed (#38015) @prakhargupta1
64+
- &#8203;<!-- 48 -->[blog] Add Toolpad beta announcement blog (#37799) @prakhargupta1
65+
- &#8203;<!-- 46 -->[core] Increase space available for sidenav @oliviertassinari
66+
- &#8203;<!-- 45 -->[core] Adds `component` prop to `OverrideProps` type (#35924) @sai6855
67+
- &#8203;<!-- 44 -->[core] Fix rsc build step in CI (#38019) @mj12albert
68+
- &#8203;<!-- 43 -->[core] Remove nx dependency (#37964) @Janpot
69+
- &#8203;<!-- 42 -->[core] Lock `@types/node` to v18 (#37965) @ZeeshanTamboli
70+
- &#8203;<!-- 41 -->[core] Update priority support issue template and prompt (#37824) @DanailH
71+
- &#8203;<!-- 40 -->[core] Remove warnings in docs:api (#37858) @alexfauquette
72+
- &#8203;<!-- 39 -->[core] Make rimraf work after a major update (#37930) @michaldudak
73+
- &#8203;<!-- 28 -->[docs-infra] Change the Diamond Sponsor block positioning on the side nav (#37933) @danilo-leal
74+
- &#8203;<!-- 27 -->[docs-infra] Support backticks in the codeblocks (#37950) @cherniavskii
75+
- &#8203;<!-- 26 -->[docs-infra] Improve performance hideToolbar: true (#37969) @oliviertassinari
76+
- &#8203;<!-- 25 -->[docs-infra] Fix button label on mobile (#37997) @oliviertassinari
77+
- &#8203;<!-- 24 -->[docs-infra] Square drawer corners (#37970) @oliviertassinari
78+
- &#8203;<!-- 23 -->[docs-infra] Improve tab contrast in codeblock (#38000) @oliviertassinari
79+
- &#8203;<!-- 22 -->[docs-infra] Fix API generation for Base UI (#37941) @oliviertassinari
80+
- &#8203;<!-- 21 -->[docs-infra] Fix layout shift on xGrid (#37954) @oliviertassinari
81+
- &#8203;<!-- 20 -->[docs-infra] Update installation commands to use the new tabs code component (#37927) @danilo-leal
82+
- &#8203;<!-- 19 -->[docs-infra] Improve disableToc={true} support (#37931) @oliviertassinari
83+
- &#8203;<!-- 18 -->[docs-infra] Remove icons and tweak the design of the side nav (#37860) @danilo-leal
84+
- &#8203;<!-- 17 -->[docs-infra] Fix TypeScrit error in demo export (#37830) @oliviertassinari
85+
- &#8203;<!-- 08 -->[notifications] Add notification for first Charts release (#37679) @joserodolfofreitas
86+
- &#8203;<!-- 05 -->[website] Add Base UI marketing page (#36622) @siriwatknp
87+
- &#8203;<!-- 04 -->[website] Update MUI X landing page (#37966) @cherniavskii
88+
- &#8203;<!-- 03 -->[website] Fix a11y issues (#37999) @oliviertassinari
89+
- &#8203;<!-- 02 -->[website] Make the Core page refer to group of products (#37608) @danilo-leal
90+
- &#8203;<!-- 01 -->[website] Add perpetual option to pricing page (#35504) @joserodolfofreitas
91+
92+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @ericbrian, @Janpot, @joserodolfofreitas, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @officialrajdeepsingh, @oliviertassinari, @OmPr366, @OndrejHj04, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
93+
394
## 5.14.0
495

596
<!-- generated comparing v5.13.7..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.14.0",
19-
"@mui/styles": "^5.14.0",
20-
"@mui/system": "^5.14.0",
18+
"@mui/material": "^5.14.1",
19+
"@mui/styles": "^5.14.1",
20+
"@mui/system": "^5.14.1",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"playwright": "^1.36.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.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",
34+
"@mui/base": "5.0.0-beta.8",
35+
"@mui/docs": "^5.14.1",
36+
"@mui/icons-material": "^5.14.1",
37+
"@mui/joy": "5.0.0-alpha.88",
38+
"@mui/lab": "5.0.0-alpha.137",
3939
"@mui/markdown": "^5.0.0",
40-
"@mui/material": "^5.14.0",
41-
"@mui/material-next": "6.0.0-alpha.92",
40+
"@mui/material": "^5.14.1",
41+
"@mui/material-next": "6.0.0-alpha.93",
4242
"@mui/styled-engine": "^5.13.2",
4343
"@mui/styled-engine-sc": "^5.12.0",
44-
"@mui/styles": "^5.14.0",
45-
"@mui/system": "^5.14.0",
44+
"@mui/styles": "^5.14.1",
45+
"@mui/system": "^5.14.1",
4646
"@mui/types": "^7.2.4",
4747
"@mui/x-data-grid": "6.10.0",
4848
"@mui/x-data-grid-generator": "6.10.0",

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.0",
3+
"version": "5.14.1",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-beta.7",
3+
"version": "5.0.0-beta.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",
@@ -54,7 +54,7 @@
5454
"@babel/runtime": "^7.22.6",
5555
"@emotion/is-prop-valid": "^1.2.1",
5656
"@mui/types": "^7.2.4",
57-
"@mui/utils": "^5.13.7",
57+
"@mui/utils": "^5.14.1",
5858
"@popperjs/core": "^2.11.8",
5959
"clsx": "^1.2.1",
6060
"prop-types": "^15.8.1",

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.0",
3+
"version": "5.14.1",
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.0",
3+
"version": "5.14.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/docs",
3-
"version": "5.14.0",
3+
"version": "5.14.1",
44
"private": false,
55
"author": "MUI Team",
66
"description": "MUI Docs - Documentation building blocks.",
@@ -45,7 +45,7 @@
4545
},
4646
"dependencies": {
4747
"@babel/runtime": "^7.22.6",
48-
"@mui/utils": "^5.13.7",
48+
"@mui/utils": "^5.14.1",
4949
"nprogress": "^0.2.0"
5050
},
5151
"publishConfig": {

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.14.0",
3+
"version": "5.14.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-alpha.87",
3+
"version": "5.0.0-alpha.88",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of beautifully designed React UI components.",
@@ -57,11 +57,11 @@
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.22.6",
60-
"@mui/base": "5.0.0-beta.7",
61-
"@mui/core-downloads-tracker": "^5.14.0",
62-
"@mui/system": "^5.14.0",
60+
"@mui/base": "5.0.0-beta.8",
61+
"@mui/core-downloads-tracker": "^5.14.1",
62+
"@mui/system": "^5.14.1",
6363
"@mui/types": "^7.2.4",
64-
"@mui/utils": "^5.13.7",
64+
"@mui/utils": "^5.14.1",
6565
"clsx": "^1.2.1",
6666
"csstype": "^3.1.2",
6767
"prop-types": "^15.8.1",

0 commit comments

Comments
 (0)