Skip to content

Commit 36d9f0d

Browse files
authoredJul 25, 2023
v5.14.2 (#38148)
1 parent 850c7dc commit 36d9f0d

File tree

8 files changed

+73
-12
lines changed

8 files changed

+73
-12
lines changed
 

‎CHANGELOG.md

+61
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 5.14.2
4+
5+
<!-- generated comparing v5.14.1..master -->
6+
7+
_Jul 25, 2023_
8+
9+
A big thanks to the 23 contributors who made this release possible.
10+
11+
### @mui/material@5.14.2
12+
13+
- &#8203;<!-- 39 -->Revert "[core] Adds `component` prop to `OverrideProps` type (#35924)" (#38150) @michaldudak
14+
- &#8203;<!-- 32 -->[Chip][material] Fix base cursor style to be "auto" not "default" (#38076) @DiegoAndai
15+
- &#8203;<!-- 12 -->[Tabs] Refactor IntersectionObserver logic (#38133) @ZeeshanTamboli
16+
- &#8203;<!-- 11 -->[Tabs] Fix and improve visibility of tab scroll buttons using the IntersectionObserver API (#36071) @SaidMarar
17+
18+
### @mui/joy@5.0.0-alpha.89
19+
20+
- &#8203;<!-- 15 -->[Joy] Replace leftover `Joy-` prefix with `Mui-` (#38086) @siriwatknp
21+
- &#8203;<!-- 14 -->[Skeleton][joy] Fix WebkitMaskImage CSS property (#38077) @Bestwebdesign
22+
- &#8203;<!-- 13 -->[Link][Joy UI] Fix font inherit (#38124) @oliviertassinari
23+
24+
### Docs
25+
26+
- &#8203;<!-- 37 -->[docs] Add listbox placement demo for Select (#38130) @sai6855
27+
- &#8203;<!-- 36 -->[docs][base] Add Tailwind CSS & plain CSS demo on the Tabs page (#37910) @mnajdova
28+
- &#8203;<!-- 35 -->[docs][base] Add Tailwind CSS & plain CSS demos on the Textarea page (#37943) @zanivan
29+
- &#8203;<!-- 29 -->[docs] Fix Joy UI menu example (#38140) @harikrishnanp
30+
- &#8203;<!-- 28 -->[docs] Remove translations section from contributing guide (#38125) @nikohoffren
31+
- &#8203;<!-- 27 -->[docs] Fix Base UI Button Tailwind CSS padding @oliviertassinari
32+
- &#8203;<!-- 26 -->[docs] Mention in hompage hero that Core is free (#38075) @mbrookes
33+
- &#8203;<!-- 25 -->[docs] Fix a typo in notifications.json (#38078) @mbrookes
34+
- &#8203;<!-- 24 -->[docs] Add Tailwind CSS & plain CSS demo on the table pagination page (#37937) @mnajdova
35+
- &#8203;<!-- 23 -->[docs] Implement the new API display design (#37405) @alexfauquette
36+
- &#8203;<!-- 22 -->[docs] Update migration installation code blocks (#38028) @danilo-leal
37+
- &#8203;<!-- 21 -->[docs][joy] Revise the Joy UI Link page (#37829) @danilo-leal
38+
- &#8203;<!-- 20 -->[docs][joy] Add playground for Card component (#37820) @Studio384
39+
- &#8203;<!-- 19 -->[docs][joy] Add adjustments to the color inversion page (#37143) @danilo-leal
40+
- &#8203;<!-- 18 -->[docs][material] Improve documentation about adding custom colors (#37743) @DiegoAndai
41+
- &#8203;<!-- 17 -->[examples] Fix Joy UI Next.js App Router font loading (#38095) @IgnacioUtrilla
42+
- &#8203;<!-- 16 -->[examples] Fix material-next-app-router Font Usage with next/font (#38026) @onderonur
43+
44+
### Core
45+
46+
- &#8203;<!-- 34 -->[blog] Update Discord invite link in Toolpad beta announcement (#38143) @samuelsycamore
47+
- &#8203;<!-- 33 -->[blog] Update discord server link (#38131) @prakhargupta1
48+
- &#8203;<!-- 31 -->[core] Fix rsc-builder removing the first line (#38134) @michaldudak
49+
- &#8203;<!-- 30 -->[core] Remove the deprecation rule in tslint (#38087) @michaldudak
50+
- &#8203;<!-- 09 -->[website] Mobile navigation: Toolpad to Beta (#38146) @bharatkashyap
51+
- &#8203;<!-- 08 -->[website] Fix typo on pricing page @oliviertassinari
52+
- &#8203;<!-- 07 -->[website] Fix a few regression (#38050) @oliviertassinari
53+
- &#8203;<!-- 06 -->[website] Update Demo footers on MUI X landing page (#38027) @richbustos
54+
- &#8203;<!-- 05 -->[website] Fix 301 redirection to base index page @oliviertassinari
55+
- &#8203;<!-- 04 -->[website] Fix Cell selection feature name (#38029) @oliviertassinari
56+
- &#8203;<!-- 03 -->[website] Improve button look (#38052) @oliviertassinari
57+
- &#8203;<!-- 02 -->[website] Link new core page to new Base UI landing page (#38030) @mj12albert
58+
- &#8203;<!-- 01 -->[website] Polish pricing page (#37975) @oliviertassinari
59+
- &#8203;<!-- 10 -->[test] Fail the CI when new unexpected files are created (#38039) @oliviertassinari
60+
- &#8203;<!-- 09 -->[test] Fix linting error by matching main component demo name to filename (#38122) @ZeeshanTamboli
61+
62+
All contributors of this release in alphabetical order: @alexfauquette, @Bestwebdesign, @bharatkashyap, @danilo-leal, @DiegoAndai, @harikrishnanp, @IgnacioUtrilla, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @nikohoffren, @oliviertassinari, @onderonur, @prakhargupta1, @richbustos, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Studio384, @zanivan, @ZeeshanTamboli
63+
364
## 5.14.1
465

566
<!-- generated comparing v5.14.0..master -->

‎benchmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@emotion/react": "^11.11.1",
1616
"@emotion/styled": "^11.11.0",
1717
"@mdx-js/react": "^2.3.0",
18-
"@mui/material": "^5.14.1",
18+
"@mui/material": "^5.14.2",
1919
"@mui/styles": "^5.14.1",
2020
"@mui/system": "^5.14.1",
2121
"@styled-system/css": "^5.1.5",

‎docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@mui/base": "5.0.0-beta.8",
3535
"@mui/docs": "^5.14.1",
3636
"@mui/icons-material": "^5.14.1",
37-
"@mui/joy": "5.0.0-alpha.88",
37+
"@mui/joy": "5.0.0-alpha.89",
3838
"@mui/lab": "5.0.0-alpha.137",
3939
"@mui/markdown": "^5.0.0",
40-
"@mui/material": "^5.14.1",
41-
"@mui/material-next": "6.0.0-alpha.93",
40+
"@mui/material": "^5.14.2",
41+
"@mui/material-next": "6.0.0-alpha.94",
4242
"@mui/styled-engine": "^5.13.2",
4343
"@mui/styled-engine-sc": "^5.12.0",
4444
"@mui/styles": "^5.14.1",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/monorepo",
3-
"version": "5.14.1",
3+
"version": "5.14.2",
44
"private": true,
55
"scripts": {
66
"proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.14.1",
3+
"version": "5.14.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

‎packages/mui-joy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-alpha.88",
3+
"version": "5.0.0-alpha.89",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of beautifully designed React UI components.",
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"@babel/runtime": "^7.22.6",
6060
"@mui/base": "5.0.0-beta.8",
61-
"@mui/core-downloads-tracker": "^5.14.1",
61+
"@mui/core-downloads-tracker": "^5.14.2",
6262
"@mui/system": "^5.14.1",
6363
"@mui/types": "^7.2.4",
6464
"@mui/utils": "^5.14.1",

‎packages/mui-material-next/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-next",
3-
"version": "6.0.0-alpha.93",
3+
"version": "6.0.0-alpha.94",
44
"private": false,
55
"author": "MUI Team",
66
"description": "v6-alpha: React components that implement Google's Material Design",
@@ -60,7 +60,7 @@
6060
"dependencies": {
6161
"@babel/runtime": "^7.22.6",
6262
"@mui/base": "5.0.0-beta.8",
63-
"@mui/material": "^5.14.1",
63+
"@mui/material": "^5.14.2",
6464
"@mui/system": "^5.14.1",
6565
"@mui/types": "^7.2.4",
6666
"@mui/utils": "^5.14.1",

‎packages/mui-material/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.14.1",
3+
"version": "5.14.2",
44
"private": false,
55
"author": "MUI Team",
66
"description": "React components that implement Google's Material Design.",
@@ -62,7 +62,7 @@
6262
"dependencies": {
6363
"@babel/runtime": "^7.22.6",
6464
"@mui/base": "5.0.0-beta.8",
65-
"@mui/core-downloads-tracker": "^5.14.1",
65+
"@mui/core-downloads-tracker": "^5.14.2",
6666
"@mui/system": "^5.14.1",
6767
"@mui/types": "^7.2.4",
6868
"@mui/utils": "^5.14.1",

0 commit comments

Comments
 (0)
Please sign in to comment.