Skip to content

Commit 5daaf9b

Browse files
authored
v5.2.7 (mui#30471)
1 parent 533be72 commit 5daaf9b

File tree

11 files changed

+58
-18
lines changed

11 files changed

+58
-18
lines changed

CHANGELOG.md

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

3+
## 5.2.7
4+
5+
<!-- generated comparing v5.2.6..master -->
6+
7+
_Jan 3, 2022_
8+
9+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 📓 Improvements on the Vietnamese (vi-VN) and Finnish (fi-FI) locales (#30426, #30442) @hckhanh @Certificate
12+
- And more 🐛 bug fixes and 📚 documentation improvements.
13+
14+
15+
16+
- &#8203;<!-- 14 -->[Autocomplete] Fix calling onChange for duplicate values (#30374) @alisasanib
17+
- &#8203;<!-- 13 -->[Avatar] Fix TypeScript error on imgProps (#30255) @ahmad-reza619
18+
- &#8203;<!-- 12 -->[Badge] Fix `classes` prop TypeScript type (#30427) @ZeeshanTamboli
19+
- &#8203;<!-- 03 -->[SvgIcon] Allow viewBox to inherit from Component through inheritViewBox prop (#29954) @alex-dikusar
20+
- &#8203;<!-- 04 -->[SvgIcon] Correct API docs and code style (#30470) @michaldudak
21+
22+
### Docs
23+
24+
- &#8203;<!-- 11 -->[blog] 2021 (#30425) @oliviertassinari
25+
- &#8203;<!-- 15 -->[docs] Fix typo on the Grid docs page (#30446) @abhi45
26+
- &#8203;<!-- 07 -->[docs] Fix `useMediaQuery` SSR example to v5 theme API (#30454) @ValentinH
27+
- &#8203;<!-- 11 -->[docs] Improve the migration guide and add examples for transforming to `tss-react` (#30388) @mnajdova
28+
- &#8203;<!-- 09 -->[docs] Make the reference to the select clearer (#30460) @boazrymland
29+
- &#8203;<!-- 08 -->[docs] Sync translations with Crowdin (#30385) @l10nbot
30+
- &#8203;<!-- 06 -->[example] Avoid double rendering in the Remix example (#30366) @mnajdova
31+
- &#8203;<!-- 05 -->[i18n] improve viVN locale (#30426) @hckhanh
32+
- &#8203;<!-- 04 -->[l10n] Improve fiFI locale (#30442) @Certificate
33+
- &#8203;<!-- 02 -->[website] Add new batch of open roles (#30282) @oliviertassinari
34+
- &#8203;<!-- 01 -->[website] Refactor page context with next router (#30020) @siriwatknp
35+
36+
### Core
37+
38+
- &#8203;<!-- 13 -->[core] Automatically close issues that are incomplete and inactive (#30459) @oliviertassinari
39+
- &#8203;<!-- 10 -->[core] Remove contrib tweet (#30455) @oliviertassinari
40+
41+
All contributors of this release in alphabetical order: @abhi45, @ahmad-reza619, @alex-dikusar, @alisasanib, @boazrymland, @Certificate, @hckhanh, @l10nbot, @michaldudak, @mnajdova, @oliviertassinari, @siriwatknp, @ValentinH, @ZeeshanTamboli
42+
343
## 5.2.6
444

545
<!-- generated comparing v5.2.5..master -->

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@chakra-ui/system": "^1.8.3",
1515
"@emotion/react": "^11.7.1",
1616
"@emotion/styled": "^11.6.0",
17-
"@mui/material": "^5.2.6",
17+
"@mui/material": "^5.2.7",
1818
"@mui/styles": "^5.2.3",
1919
"@mui/system": "^5.2.6",
2020
"@styled-system/css": "^5.1.5",

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"@fortawesome/fontawesome-svg-core": "^1.2.36",
3232
"@fortawesome/free-solid-svg-icons": "^5.15.4",
3333
"@fortawesome/react-fontawesome": "^0.1.16",
34-
"@mui/base": "5.0.0-alpha.62",
34+
"@mui/base": "5.0.0-alpha.63",
3535
"@mui/docs": "^5.2.3",
3636
"@mui/icons-material": "^5.2.5",
37-
"@mui/lab": "5.0.0-alpha.62",
38-
"@mui/material": "^5.2.6",
39-
"@mui/material-next": "6.0.0-alpha.16",
37+
"@mui/lab": "5.0.0-alpha.63",
38+
"@mui/material": "^5.2.7",
39+
"@mui/material-next": "6.0.0-alpha.17",
4040
"@mui/styled-engine": "^5.2.6",
4141
"@mui/styled-engine-sc": "^5.1.0",
4242
"@mui/styles": "^5.2.3",

framer/Material-UI.framerfx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "MUI Team",
55
"description": "MUI Framer components",
6-
"version": "1.1.15",
6+
"version": "1.1.16",
77
"license": "MIT",
88
"homepage": "https://mui.com/",
99
"repository": {
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@mui/icons-material": "^5.2.5",
19-
"@mui/material": "^5.2.6",
19+
"@mui/material": "^5.2.7",
2020
"@mui/utils": "^5.2.3",
2121
"lodash": "^4.17.21"
2222
},

framer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framer",
3-
"version": "1.0.41",
3+
"version": "1.0.42",
44
"description": "Builds MUI for Framer X",
55
"repository": "https://github.com/mui-org/material-ui",
66
"author": "MUI Team",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.6",
2+
"version": "5.2.7",
33
"private": true,
44
"scripts": {
55
"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-alpha.62",
3+
"version": "5.0.0-alpha.63",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Unstyled React components with which to implement custom design systems.",

packages/mui-joy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-alpha.8",
3+
"version": "5.0.0-alpha.9",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Joy design system — React components",
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.16.3",
60-
"@mui/base": "5.0.0-alpha.62",
60+
"@mui/base": "5.0.0-alpha.63",
6161
"@mui/system": "^5.2.6",
6262
"@mui/types": "^7.1.0",
6363
"@mui/utils": "^5.2.3",

packages/mui-lab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.62",
3+
"version": "5.0.0-alpha.63",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",
@@ -73,7 +73,7 @@
7373
"@date-io/dayjs": "^2.11.0",
7474
"@date-io/luxon": "^2.11.1",
7575
"@date-io/moment": "^2.11.0",
76-
"@mui/base": "5.0.0-alpha.62",
76+
"@mui/base": "5.0.0-alpha.63",
7777
"@mui/system": "^5.2.6",
7878
"@mui/utils": "^5.2.3",
7979
"clsx": "^1.1.1",

packages/mui-material-next/package.json

Lines changed: 2 additions & 2 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.16",
3+
"version": "6.0.0-alpha.17",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design components built using @mui/base.",
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.16.3",
62-
"@mui/base": "5.0.0-alpha.62",
62+
"@mui/base": "5.0.0-alpha.63",
6363
"@mui/system": "^5.2.6",
6464
"@mui/types": "^7.1.0",
6565
"@mui/utils": "^5.2.3",

packages/mui-material/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.2.6",
3+
"version": "5.2.7",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.",
@@ -61,7 +61,7 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.16.3",
64-
"@mui/base": "5.0.0-alpha.62",
64+
"@mui/base": "5.0.0-alpha.63",
6565
"@mui/system": "^5.2.6",
6666
"@mui/types": "^7.1.0",
6767
"@mui/utils": "^5.2.3",

0 commit comments

Comments
 (0)