Skip to content

Commit f8697de

Browse files
authored
v5.2.5 (mui#30288)
1 parent eeda105 commit f8697de

File tree

15 files changed

+90
-32
lines changed

15 files changed

+90
-32
lines changed

CHANGELOG.md

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

3+
## 5.2.5
4+
5+
<!-- generated comparing v5.2.4..master -->
6+
7+
_Dec 20, 2021_
8+
9+
A big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- 🛠 This release mostly improves what's behind the scenes: infrastructure and tests
12+
- 📓 Danish (da-DK) locale was added (#29485) @mikk5829
13+
- 🖌 Polished the design of Base components (#30149) and the docs in general (#29994) @danilo-leal
14+
- 📚 Many additions and improvements to the documentation were made
15+
16+
17+
18+
- [l10n] Add Danish (da-DK) locale (#29485) @mikk5829
19+
- [LoadingButton] Label progressbar by the LoadingButton (#30002) @eps1lon
20+
- [Tabs] Remove unnecessary `Partial<>` type around TabIndicatorProps type (#30254) @ZeeshanTamboli
21+
22+
23+
24+
- [system] Use `useEnhancedEffect` to prevent flicker (#30216) @hbjORbj
25+
26+
27+
28+
- [pickers] Fix the wrong MuiClockPicker's ArrowSwitcher slot name (#30226) @rejetto
29+
30+
### Docs
31+
32+
- [docs] Run JS compiler on markdown output (#29732) @Janpot
33+
- [Badge] Add tests for `anchorOrigin` prop (#30147) @daniel-sachs
34+
- [docs] Add cssmodule injection order comments to Nextjs example (#30213) @ShuPink
35+
- [docs] Remove extra word in Select component code example comments (#30281) @KThompso
36+
- [docs] Improve the description of the Accordion (#30253) @jamesmelzer
37+
- [docs] Heading capitalization convention @oliviertassinari
38+
- [docs] Rename remaining 'unstyled' references to 'base' (#30206) @michaldudak
39+
- [docs] Add to migration doc about ref type specificity (#30114) @hbjORbj
40+
- [docs] Add script to clone pages (#30107) @siriwatknp
41+
- [docs] Correct colors in breakpoints documentation (#30219) @michaldudak
42+
- [docs] Sync icon search UI state with the url (#30075) @Janpot
43+
- [docs] Base components demos design polish (#30149) @danilo-leal
44+
- [docs] General documentation polish (#29994) @danilo-leal
45+
- [examples] Fix typo in the remix example's README (#30289) @lemol
46+
- [website] Remove expired gold sponsor (#30222) @oliviertassinari
47+
- [website] Remove broken showcase links (#30217) @mnajdova
48+
49+
### Core
50+
51+
- [test] Reduce bundle size comparison memory consumption (#30195) @Janpot
52+
- [core] make snapshot comparison more resilient (#30183) @Janpot
53+
- [core] update formatted ts demo to support new structure (#30248) @siriwatknp
54+
- [core] cache dependencies in github actions (#30211) @siriwatknp
55+
- [core] fix root package version (#30204) @siriwatknp
56+
- [core] Fail the build when the dangerjs script errors (#30186) @Janpot
57+
- [test] Add E2E website tests (#30128) @siriwatknp
58+
59+
All contributors of this release in alphabetical order: @daniel-sachs, @danilo-leal, @eps1lon, @hbjORbj, @jamesmelzer, @Janpot, @KThompso, @lemol, @michaldudak, @mikk5829, @mnajdova, @oliviertassinari, @rejetto, @ShuPink, @siriwatknp, @ZeeshanTamboli
60+
361
## 5.2.4
462

563
<!-- generated comparing v5.2.3..master -->

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@chakra-ui/system": "^1.8.3",
1515
"@emotion/react": "^11.7.0",
1616
"@emotion/styled": "^11.6.0",
17-
"@mui/material": "^5.2.4",
17+
"@mui/material": "^5.2.5",
1818
"@mui/styles": "^5.2.3",
19-
"@mui/system": "^5.2.4",
19+
"@mui/system": "^5.2.5",
2020
"@styled-system/css": "^5.1.5",
2121
"benchmark": "^2.1.4",
2222
"playwright": "^1.17.1",

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
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.60",
34+
"@mui/base": "5.0.0-alpha.61",
3535
"@mui/docs": "^5.2.3",
36-
"@mui/icons-material": "^5.2.4",
37-
"@mui/lab": "5.0.0-alpha.60",
38-
"@mui/material": "^5.2.4",
39-
"@mui/material-next": "6.0.0-alpha.14",
40-
"@mui/styled-engine": "^5.2.4",
36+
"@mui/icons-material": "^5.2.5",
37+
"@mui/lab": "5.0.0-alpha.61",
38+
"@mui/material": "^5.2.5",
39+
"@mui/material-next": "6.0.0-alpha.15",
40+
"@mui/styled-engine": "^5.2.5",
4141
"@mui/styled-engine-sc": "^5.1.0",
4242
"@mui/styles": "^5.2.3",
43-
"@mui/system": "^5.2.4",
43+
"@mui/system": "^5.2.5",
4444
"@mui/types": "^7.1.0",
4545
"@mui/x-data-grid": "^5.0.1",
4646
"@mui/x-data-grid-generator": "^5.0.1",

framer/Material-UI.framerfx/package.json

Lines changed: 3 additions & 3 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.13",
6+
"version": "1.1.14",
77
"license": "MIT",
88
"homepage": "https://mui.com/",
99
"repository": {
@@ -15,8 +15,8 @@
1515
"url": "https://github.com/mui-org/material-ui/issues"
1616
},
1717
"dependencies": {
18-
"@mui/icons-material": "^5.2.4",
19-
"@mui/material": "^5.2.4",
18+
"@mui/icons-material": "^5.2.5",
19+
"@mui/material": "^5.2.5",
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.39",
3+
"version": "1.0.40",
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.4",
2+
"version": "5.2.5",
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.60",
3+
"version": "5.0.0-alpha.61",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Unstyled React components with which to implement custom design systems.",

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

packages/mui-joy/package.json

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

packages/mui-lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.60",
3+
"version": "5.0.0-alpha.61",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",
@@ -73,8 +73,8 @@
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.60",
77-
"@mui/system": "^5.2.4",
76+
"@mui/base": "5.0.0-alpha.61",
77+
"@mui/system": "^5.2.5",
7878
"@mui/utils": "^5.2.3",
7979
"clsx": "^1.1.1",
8080
"prop-types": "^15.7.2",

packages/mui-material-next/package.json

Lines changed: 3 additions & 3 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.14",
3+
"version": "6.0.0-alpha.15",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Material Design components built using @mui/base.",
@@ -59,8 +59,8 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.16.3",
62-
"@mui/base": "5.0.0-alpha.60",
63-
"@mui/system": "^5.2.4",
62+
"@mui/base": "5.0.0-alpha.61",
63+
"@mui/system": "^5.2.5",
6464
"@mui/types": "^7.1.0",
6565
"@mui/utils": "^5.2.3",
6666
"@popperjs/core": "^2.4.4",

packages/mui-material/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
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,8 +61,8 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.16.3",
64-
"@mui/base": "5.0.0-alpha.60",
65-
"@mui/system": "^5.2.4",
64+
"@mui/base": "5.0.0-alpha.61",
65+
"@mui/system": "^5.2.5",
6666
"@mui/types": "^7.1.0",
6767
"@mui/utils": "^5.2.3",
6868
"@types/react-transition-group": "^4.4.4",

packages/mui-styled-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

packages/mui-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/system",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
44
"private": false,
55
"author": "MUI Team",
66
"description": "CSS utilities for rapidly laying out custom designs.",
@@ -58,7 +58,7 @@
5858
"dependencies": {
5959
"@babel/runtime": "^7.16.3",
6060
"@mui/private-theming": "^5.2.3",
61-
"@mui/styled-engine": "^5.2.4",
61+
"@mui/styled-engine": "^5.2.5",
6262
"@mui/types": "^7.1.0",
6363
"@mui/utils": "^5.2.3",
6464
"clsx": "^1.1.1",

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test",
3-
"version": "5.0.2",
3+
"version": "5.0.0",
44
"private": true,
55
"scripts": {
66
"typescript": "tsc -p tsconfig.json"

0 commit comments

Comments
 (0)