Skip to content

Commit f594107

Browse files
authored
v4.12.4 (#32056)
1 parent 32f9adb commit f594107

File tree

12 files changed

+67
-25
lines changed

12 files changed

+67
-25
lines changed

CHANGELOG.md

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

3+
## 4.12.4
4+
5+
<!-- generated comparing v4.12.3..v4.x -->
6+
7+
_Mar 30, 2022_
8+
9+
Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
10+
11+
This release was motivated by fixing compatibility issues with TypeScript 4.7 (#32041).
12+
13+
### `@material-ui/[email protected]`
14+
15+
- <!-- 23 --> [core] Fix TS 4.7 compat issues (#32041, #32126) @eps1lon
16+
- <!-- 02 --> [TextField] Use deprecatedPropType on the deprecated props (#27503) @mnajdova
17+
18+
### Docs
19+
20+
- <!-- 17 --> update all the links to the new domain @oliviertassinari
21+
- <!-- 16 --> Update canonicals to point to the new domain @oliviertassinari
22+
- <!-- 04 --> [Badge] Warn on default `overlap` value as well (#27573) @eps1lon
23+
- <!-- 20 --> [docs] Fix seo issues on v4 (#28999) @mnajdova
24+
- <!-- 19 --> [docs] Use branch deploy for v4 docs (#28896) @oliviertassinari
25+
- <!-- 15 --> [docs] Improve the banner that points to v5 @oliviertassinari
26+
- <!-- 14 --> [docs] Fix various broken master links (#28358) @eps1lon
27+
- <!-- 13 --> [docs] Remove job ad on the website (#28343) @eps1lon
28+
- <!-- 11 --> [docs] Prepare for v4.material-ui.com deploy (#28227) @mnajdova
29+
- <!-- 10 --> [docs] Cancelled subscription @oliviertassinari
30+
- <!-- 09 --> [docs] v5 is no longer a beta @oliviertassinari
31+
- <!-- 08 --> [docs] Sync redirections from X into Core @oliviertassinari
32+
- <!-- 07 --> [docs] Add GridExportCSVOptions page to documentation pages (#27414) @flaviendelangle
33+
- <!-- 05 --> [docs] Add job ad (#27784) @oliviertassinari
34+
- <!-- 01 --> [docs] Fix api generation for `deprecatedPropType` (#27576) @mnajdova
35+
- <!-- 18 --> [v4] Batch fixes (#28684) @mnajdova
36+
- <!-- 06 --> [website] Experiment without compensation @oliviertassinari
37+
- <!-- 03 --> [website] Add spicefactory as gold sponsor @oliviertassinari
38+
39+
### Core
40+
41+
- <!-- 12 --> [core] Consider v4.x as the base (#28344) @eps1lon
42+
43+
All contributors of this release in alphabetical order: @eps1lon, @flaviendelangle, @mbrookes, @mnajdova, @oliviertassinari, @spiftire
44+
345
## 4.12.3
446

547
<!-- generated comparing v4.12.2..master -->

docs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": true,
55
"author": "Material-UI Team",
66
"license": "MIT",
@@ -25,14 +25,14 @@
2525
"@date-io/date-fns": "^1.3.11",
2626
"@emotion/core": "^10.0.27",
2727
"@emotion/styled": "^10.0.27",
28-
"@material-ui/core": "^4.1.2",
28+
"@material-ui/core": "^4.12.4",
2929
"@material-ui/data-grid": "^4.0.0-alpha.6",
30-
"@material-ui/docs": "^4.0.0-beta.0",
31-
"@material-ui/icons": "^4.2.1",
32-
"@material-ui/lab": "^4.0.0-alpha.18",
30+
"@material-ui/docs": "^4.0.0-beta.4",
31+
"@material-ui/icons": "^4.11.3",
32+
"@material-ui/lab": "^4.0.0-alpha.61",
3333
"@material-ui/pickers": "^3.2.5",
34-
"@material-ui/styles": "^4.1.2",
35-
"@material-ui/system": "^4.3.0",
34+
"@material-ui/styles": "^4.11.5",
35+
"@material-ui/system": "^4.12.2",
3636
"@material-ui/types": "^5.0.0",
3737
"@trendmicro/react-interpolate": "^0.5.5",
3838
"@types/autosuggest-highlight": "^3.1.0",

framer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "framer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Builds Material-UI for Framer X",
55
"main": "index.js",
66
"repository": "https://github.com/mui-org/material-ui",
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"case": "1.6.3",
1212
"deepmerge": "^4.0.0",
13-
"docs": "^4.0.0",
13+
"docs": "^4.0.1",
1414
"mustache": "^4.0.0",
1515
"react-docgen": "^5.0.0-beta.1"
1616
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.12.3",
2+
"version": "4.12.4",
33
"private": true,
44
"scripts": {
55
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",

packages/material-ui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/codemod",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Codemod scripts for Material-UI.",

packages/material-ui-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/docs",
3-
"version": "4.0.0-beta.3",
3+
"version": "4.0.0-beta.4",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Docs - Documentation building blocks.",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@babel/runtime": "^7.4.4",
47-
"@material-ui/utils": "^4.9.6",
47+
"@material-ui/utils": "^4.11.3",
4848
"nprogress": "^0.2.0"
4949
},
5050
"devDependencies": {},

packages/material-ui-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/icons",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material Design Svg Icons converted to Material-UI React components.",

packages/material-ui-lab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/lab",
3-
"version": "4.0.0-alpha.60",
3+
"version": "4.0.0-alpha.61",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Lab - Incubator for Material-UI React components.",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@babel/runtime": "^7.4.4",
49-
"@material-ui/utils": "^4.11.2",
49+
"@material-ui/utils": "^4.11.3",
5050
"clsx": "^1.0.4",
5151
"prop-types": "^15.7.2",
5252
"react-is": "^16.8.0 || ^17.0.0"

packages/material-ui-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/styles",
3-
"version": "4.11.4",
3+
"version": "4.11.5",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Styles - The styling solution of Material-UI.",
@@ -51,7 +51,7 @@
5151
"@babel/runtime": "^7.4.4",
5252
"@emotion/hash": "^0.8.0",
5353
"@material-ui/types": "5.1.0",
54-
"@material-ui/utils": "^4.11.2",
54+
"@material-ui/utils": "^4.11.3",
5555
"clsx": "^1.0.4",
5656
"csstype": "^2.5.2",
5757
"hoist-non-react-statics": "^3.3.2",

packages/material-ui-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/system",
3-
"version": "4.12.1",
3+
"version": "4.12.2",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI System - Design system for Material-UI.",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@babel/runtime": "^7.4.4",
52-
"@material-ui/utils": "^4.11.2",
52+
"@material-ui/utils": "^4.11.3",
5353
"csstype": "^2.5.2",
5454
"prop-types": "^15.7.2"
5555
},

0 commit comments

Comments
 (0)