Skip to content

Commit b8092ce

Browse files
v4.11.1
1 parent 4f3dd3d commit b8092ce

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

CHANGELOG.md

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

33
## UNRELEASED - 4.12.0
4-
###### _Nov 14 2020_
5-
6-
Big thanks to the 10 contributors who made this release possible.
74

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

107
- 📚 Start to add deprecations in anticipation of v5. We plan to add a deprecation for any breaking change in v5 that allows it. Each warning comes with a simple message that explains how to handle the deprecation. If no warnings are reported in the console, you are set for this first batch.
118
Please report issues with the deprecations on [#22074](https://github.com/mui-org/material-ui/issues/22074) (wrong instructions, false-positives, floods in the console, etc.).
12-
- ⚛️ Backport two fixes with React 17 (#22263, #23367) @eps1lon
13-
- 🐛 Backport a RTL fix with the latest version of Chrome (#22830) @ankit
149

1510
You can expect similar releases like this one in the coming months.
1611

@@ -30,12 +25,27 @@ You can expect similar releases like this one in the coming months.
3025
- [Popover] Deprecate transition onX props (#22202) @mbrookes
3126
- [Snackbar] Deprecate transition onX props (#22206) @mbrookes
3227

33-
#### Changes
28+
## 4.11.1
29+
###### _Nov 24 2020_
30+
31+
Big thanks to the 12 contributors who made this release possible.
3432

33+
- 🐛 Fix integration issue with TypeScript 4.1 (#23692) @ldrick
34+
- ⚛️ Fix two issues with React 17 (#22263, #23367) @eps1lon
35+
v4 doesn't have official support for React 17 like v5 has. Use it at your own risk.
36+
- 🐛 Fix right-to-left support of Tabs since Chrome 85 (#22830) @ankit
37+
38+
### `@material-ui/core@v4.11.1`
39+
40+
- [styles] Add support for TypeScript 4.1 (#23692) @ldrick
3541
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23367) @eps1lon
3642
- [TrapFocus] Prevent possible crash in React 17 (#22263) @eps1lon
3743
- [Tabs] Fix RTL scrollbar with Chrome 85 (#22830) @ankit
3844

45+
### `@material-ui/styles@v4.11.1`
46+
47+
- [styles] Add support for TypeScript 4.1 (#23692) @ldrick
48+
3949
### Docs
4050

4151
- [blog] Allow to support card preview (#23087) @oliviertassinari

package.json

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

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.10.0",
3+
"version": "4.11.1",
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.0",
3+
"version": "4.11.1",
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.10.0",
53+
"@material-ui/styles": "^4.11.1",
5454
"@material-ui/system": "^4.9.14",
5555
"@material-ui/types": "^5.1.0",
5656
"@material-ui/utils": "^4.10.2",

0 commit comments

Comments
 (0)