Skip to content

Commit e9d8fa0

Browse files
authored
[release] v5.11.2 (#35633)
1 parent a2436fc commit e9d8fa0

File tree

15 files changed

+116
-45
lines changed

15 files changed

+116
-45
lines changed

CHANGELOG.md

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

3+
## 5.11.2
4+
5+
<!-- generated comparing v5.11.1..master -->
6+
7+
_Dec 26, 2022_
8+
9+
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- ⚙️ Several MUI Base components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771)
12+
- Many other 🐛 bug fixes abd 📚 documentation improvements.
13+
14+
### `@mui/material@5.11.2`
15+
16+
- &#8203;<!-- 10 -->[l10n] Add displayed rows label to `faIR` locale (#35587) @hootan-rocky
17+
- &#8203;<!-- 09 -->[l10n] Add Kurdish (Kurmanji) locale (#32508) @JagarYousef
18+
- &#8203;<!-- 06 -->[Select] Accept non-component children (#33530) @boutahlilsoufiane
19+
- &#8203;<!-- 05 -->[SelectInput] Update menu to use select wrapper as anchor (#34229) @EduardoSCosta
20+
- &#8203;<!-- 03 -->[TableCell] Fix `scope` prop to be not set when a data cell is rendered within a table head (#35559) @sai6855
21+
22+
### `@mui/utils@5.11.2`
23+
24+
- &#8203;<!-- 02 -->[utils] `mergedeep` deeply clones source key if it's an object (#35364) @sldk-yuri
25+
26+
### `@mui/base@5.0.0-alpha.112`
27+
28+
- &#8203;<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti
29+
- &#8203;<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz
30+
- &#8203;<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev
31+
- &#8203;<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak
32+
33+
### `@mui/joy@5.0.0-alpha.60`
34+
35+
- &#8203;<!-- 15 -->[Joy] Fix radius adjustment (#35629) @siriwatknp
36+
- &#8203;<!-- 14 -->[Joy] Apply color inversion to components (#34602) @siriwatknp
37+
- &#8203;<!-- 13 -->[Joy] Improve cursor pointer and add fallback for outlined variant (#35573) @siriwatknp
38+
- &#8203;<!-- 12 -->[Joy] Miscellaneous fixes (#35552) @siriwatknp
39+
- &#8203;<!-- 11 -->[Radio][joy] Use precise dimensions for radio icon (#35548) @hbjORbj
40+
41+
### `@mui/material-next@6.0.0-alpha.68`
42+
43+
- &#8203;<!-- 36 -->[Material You] Update Button test & add active class name (#35497) @mnajdova
44+
45+
### Docs
46+
47+
- &#8203;<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj
48+
- &#8203;<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari
49+
- &#8203;<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp
50+
- &#8203;<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane
51+
- &#8203;<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova
52+
- &#8203;<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy
53+
- &#8203;<!-- 20 -->[docs] Fix ListItem button deprecated use (#33970) @MickaelAustoni
54+
- &#8203;<!-- 19 -->[docs] Fix typo in `Progress` docs (#35553) @jasonsturges
55+
- &#8203;<!-- 18 -->[docs] Remove empty tags on the TransferList demos (#33127) @ekusiadadus
56+
- &#8203;<!-- 17 -->[docs][joy] Add documentation for `Stack` component (#35373) @hbjORbj
57+
- &#8203;<!-- 35 -->[docs][joy] Add documentation for `Grid` component (#35374) @hbjORbj
58+
- &#8203;<!-- 01 -->[website] Update sponsor grid (#35452) @danilo-leal
59+
60+
### Core
61+
62+
- &#8203;<!-- 34 -->[core] Shorthand notation to remove outline (#35623) @oliviertassinari
63+
- &#8203;<!-- 33 -->[core] Fix header link layout shift and clash (#35626) @oliviertassinari
64+
- &#8203;<!-- 32 -->[core] Hide keyboard shortcut if no hover feature (#35625) @oliviertassinari
65+
- &#8203;<!-- 31 -->[core] Fix confusing duplicated name in the log @oliviertassinari
66+
- &#8203;<!-- 30 -->[core] Fix API demos callout spacing (#35579) @oliviertassinari
67+
- &#8203;<!-- 29 -->[core] Fix a few title case (#35547) @oliviertassinari
68+
- &#8203;<!-- 28 -->[core] Cleanup mention of test-utils (#35577) @oliviertassinari
69+
- &#8203;<!-- 27 -->[core] Remove oudated pickers prop-type logic (#35571) @oliviertassinari
70+
- &#8203;<!-- 26 -->[core] Exclude documentation of Base props not used in styled libraries (#35562) @michaldudak
71+
72+
All contributors of this release in alphabetical order: @boutahlilsoufiane, @danhuynhdev, @danilo-leal, @EduardoSCosta, @ekusiadadus, @frontendlane, @hbjORbj, @hootan-rocky, @JagarYousef, @jasonsturges, @leventdeniz, @LukasTy, @michaldudak, @MickaelAustoni, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sldk-yuri, @trizotti
73+
374
## 5.11.1
475

576
<!-- generated comparing v5.11.0..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.10.5",
1616
"@emotion/styled": "^11.10.5",
1717
"@mdx-js/react": "^2.2.1",
18-
"@mui/material": "^5.11.1",
19-
"@mui/styles": "^5.11.1",
20-
"@mui/system": "^5.11.1",
18+
"@mui/material": "^5.11.2",
19+
"@mui/styles": "^5.11.2",
20+
"@mui/system": "^5.11.2",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"playwright": "^1.29.1",

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"@fortawesome/fontawesome-svg-core": "^6.2.1",
3232
"@fortawesome/free-solid-svg-icons": "^6.2.1",
3333
"@fortawesome/react-fontawesome": "^0.2.0",
34-
"@mui/base": "5.0.0-alpha.111",
35-
"@mui/docs": "^5.11.1",
34+
"@mui/base": "5.0.0-alpha.112",
35+
"@mui/docs": "^5.11.2",
3636
"@mui/icons-material": "^5.11.0",
37-
"@mui/joy": "5.0.0-alpha.59",
38-
"@mui/lab": "5.0.0-alpha.113",
37+
"@mui/joy": "5.0.0-alpha.60",
38+
"@mui/lab": "5.0.0-alpha.114",
3939
"@mui/markdown": "^5.0.0",
40-
"@mui/material": "^5.11.1",
41-
"@mui/material-next": "6.0.0-alpha.67",
40+
"@mui/material": "^5.11.2",
41+
"@mui/material-next": "6.0.0-alpha.68",
4242
"@mui/styled-engine": "^5.11.0",
4343
"@mui/styled-engine-sc": "^5.11.0",
44-
"@mui/styles": "^5.11.1",
45-
"@mui/system": "^5.11.1",
44+
"@mui/styles": "^5.11.2",
45+
"@mui/system": "^5.11.2",
4646
"@mui/types": "^7.2.3",
4747
"@mui/x-data-grid": "6.0.0-alpha.11",
4848
"@mui/x-data-grid-generator": "6.0.0-alpha.11",

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.11.0",
3+
"version": "5.11.2",
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-alpha.111",
3+
"version": "5.0.0-alpha.112",
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.20.7",
5555
"@emotion/is-prop-valid": "^1.2.0",
5656
"@mui/types": "^7.2.3",
57-
"@mui/utils": "^5.11.1",
57+
"@mui/utils": "^5.11.2",
5858
"@popperjs/core": "^2.11.6",
5959
"clsx": "^1.2.1",
6060
"prop-types": "^15.8.1",

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.11.1",
3+
"version": "5.11.2",
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.11.1",
3+
"version": "5.11.2",
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.20.7",
48-
"@mui/utils": "^5.11.1",
48+
"@mui/utils": "^5.11.2",
4949
"nprogress": "^0.2.0"
5050
},
5151
"publishConfig": {

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.59",
3+
"version": "5.0.0-alpha.60",
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.20.7",
60-
"@mui/base": "5.0.0-alpha.111",
61-
"@mui/core-downloads-tracker": "^5.11.1",
62-
"@mui/system": "^5.11.1",
60+
"@mui/base": "5.0.0-alpha.112",
61+
"@mui/core-downloads-tracker": "^5.11.2",
62+
"@mui/system": "^5.11.2",
6363
"@mui/types": "^7.2.3",
64-
"@mui/utils": "^5.11.1",
64+
"@mui/utils": "^5.11.2",
6565
"clsx": "^1.2.1",
6666
"csstype": "^3.1.1",
6767
"prop-types": "^15.8.1",

packages/mui-lab/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.113",
3+
"version": "5.0.0-alpha.114",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",
@@ -61,10 +61,10 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.20.7",
64-
"@mui/base": "5.0.0-alpha.111",
65-
"@mui/system": "^5.11.1",
64+
"@mui/base": "5.0.0-alpha.112",
65+
"@mui/system": "^5.11.2",
6666
"@mui/types": "^7.2.3",
67-
"@mui/utils": "^5.11.1",
67+
"@mui/utils": "^5.11.2",
6868
"clsx": "^1.2.1",
6969
"prop-types": "^15.8.1",
7070
"react-is": "^18.2.0"

packages/mui-material-next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-next",
3-
"version": "6.0.0-alpha.67",
3+
"version": "6.0.0-alpha.68",
44
"private": false,
55
"author": "MUI Team",
66
"description": "v6-alpha: React components that implement Google's Material Design",
@@ -59,11 +59,11 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.20.7",
62-
"@mui/base": "5.0.0-alpha.111",
63-
"@mui/material": "^5.11.1",
64-
"@mui/system": "^5.11.1",
62+
"@mui/base": "5.0.0-alpha.112",
63+
"@mui/material": "^5.11.2",
64+
"@mui/system": "^5.11.2",
6565
"@mui/types": "^7.2.3",
66-
"@mui/utils": "^5.11.1",
66+
"@mui/utils": "^5.11.2",
6767
"@popperjs/core": "^2.11.6",
6868
"@types/react-transition-group": "^4.4.5",
6969
"clsx": "^1.2.1",

0 commit comments

Comments
 (0)