forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f3dd3d
commit b8092ce
Showing
4 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
### [Versions](https://material-ui.com/versions/) | ||
|
||
## UNRELEASED - 4.12.0 | ||
###### _Nov 14 2020_ | ||
|
||
Big thanks to the 10 contributors who made this release possible. | ||
|
||
This release is intended to help prepare the migration to Material-UI v5 ⏫: | ||
|
||
- 📚 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. | ||
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.). | ||
- ⚛️ Backport two fixes with React 17 (#22263, #23367) @eps1lon | ||
- 🐛 Backport a RTL fix with the latest version of Chrome (#22830) @ankit | ||
|
||
You can expect similar releases like this one in the coming months. | ||
|
||
|
@@ -30,12 +25,27 @@ You can expect similar releases like this one in the coming months. | |
- [Popover] Deprecate transition onX props (#22202) @mbrookes | ||
- [Snackbar] Deprecate transition onX props (#22206) @mbrookes | ||
|
||
#### Changes | ||
## 4.11.1 | ||
###### _Nov 24 2020_ | ||
|
||
Big thanks to the 12 contributors who made this release possible. | ||
|
||
- 🐛 Fix integration issue with TypeScript 4.1 (#23692) @ldrick | ||
- ⚛️ Fix two issues with React 17 (#22263, #23367) @eps1lon | ||
v4 doesn't have official support for React 17 like v5 has. Use it at your own risk. | ||
- 🐛 Fix right-to-left support of Tabs since Chrome 85 (#22830) @ankit | ||
|
||
### `@material-ui/[email protected]` | ||
|
||
- [styles] Add support for TypeScript 4.1 (#23692) @ldrick | ||
- [ClickAwayListener] Fix mounting behavior in Portals in React 17 (#23367) @eps1lon | ||
- [TrapFocus] Prevent possible crash in React 17 (#22263) @eps1lon | ||
- [Tabs] Fix RTL scrollbar with Chrome 85 (#22830) @ankit | ||
|
||
### `@material-ui/[email protected]` | ||
|
||
- [styles] Add support for TypeScript 4.1 (#23692) @ldrick | ||
|
||
### Docs | ||
|
||
- [blog] Allow to support card preview (#23087) @oliviertassinari | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters