Skip to content

Commit 3b77738

Browse files
authored
v4.11.4 (#26003)
1 parent c26e359 commit 3b77738

File tree

4 files changed

+48
-4
lines changed

4 files changed

+48
-4
lines changed

CHANGELOG.md

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

3+
## 4.11.4
4+
5+
<!-- generated comparing v4.11.3..master -->
6+
7+
_Apr 27, 2021_
8+
9+
Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
10+
11+
We fixed an issue related to some packages using incompatible versions of `@material-ui/types`. This affected `@material-ui/core`, `@material-ui/lab`, and `@material-ui/styles`
12+
`@material-ui/[email protected] accidentally included a breaking change.
13+
14+
### @material-ui/[email protected]
15+
16+
- <!-- 13 --> [Avatar] Remove circular variant deprecation (#25543) @michal-perlakowski
17+
- <!-- 22 --> [types] Ensure Omit type exists (#25978) @eps1lon
18+
19+
### Docs
20+
21+
- <!-- 21 --> [DataGrid] Update docs sections (#25980) @dtassone
22+
- <!-- 20 --> [docs] Sync master redirections with next @oliviertassinari
23+
- <!-- 19 --> [docs] Fix deploy @oliviertassinari
24+
- <!-- 18 --> [docs] Move DataGrid editing nav link (#25769) @dtassone
25+
- <!-- 11 --> [docs] Design is what matters @oliviertassinari
26+
- <!-- 10 --> [docs] Add the new demo page (#25285) @DanailH
27+
- <!-- 09 --> [docs] Add a temporary hiring block in the docs (#25111) @oliviertassinari
28+
- <!-- 05 --> [docs] Remove under construction icons from DataGrid feature pages (#24946) @DanailH
29+
- <!-- 03 --> [docs] Add HoodieBees to sponsors (#24735) @mbrookes
30+
- <!-- 02 --> [docs] Add sorting section (#24637) @dtassone
31+
- <!-- 01 --> [docs] v4 is not under active development @oliviertassinari
32+
33+
### Core
34+
35+
- <!-- 17 --> remove job ad @oliviertassinari
36+
- <!-- 07 --> clearer header @oliviertassinari
37+
- <!-- 16 --> [blog] Fix typos @oliviertassinari
38+
- <!-- 12 --> [core] Update the codesandbox issue templates (#25501) @oliviertassinari
39+
- <!-- 04 --> [core] Support /r/issue-template back (#24870) @oliviertassinari
40+
- <!-- 15 --> [website] Q1 2021 Update (#25591) @oliviertassinari
41+
- <!-- 14 --> [website] Matheus Wichman joins Material-UI (#25590) @oliviertassinari
42+
- <!-- 08 --> [website] Fix 404 page @oliviertassinari
43+
- <!-- 06 --> [website] Update Careers page (#24948) @oliviertassinari
44+
45+
All contributors of this release in alphabetical order: @DanailH, @dtassone, @eps1lon, @mbrookes, @michal-perlakowski, @oliviertassinari
46+
347
## UNRELEASED - 4.12.0
448

549
This release is intended to help prepare the migration to Material-UI v5 ⏫:

packages/material-ui-lab/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/lab",
3-
"version": "4.0.0-alpha.57",
3+
"version": "4.0.0-alpha.58",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Lab - Incubator for Material-UI React components.",

packages/material-ui-styles/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/styles",
3-
"version": "4.11.3",
3+
"version": "4.11.4",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Styles - The styling solution of Material-UI.",

packages/material-ui/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/core",
3-
"version": "4.11.3",
3+
"version": "4.11.4",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "React components that implement Google's Material Design.",
@@ -50,7 +50,7 @@
5050
},
5151
"dependencies": {
5252
"@babel/runtime": "^7.4.4",
53-
"@material-ui/styles": "^4.11.3",
53+
"@material-ui/styles": "^4.11.4",
5454
"@material-ui/system": "^4.11.3",
5555
"@material-ui/types": "5.1.0",
5656
"@material-ui/utils": "^4.11.2",

0 commit comments

Comments
 (0)