Skip to content

Commit

Permalink
v4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 24, 2020
1 parent 4f3dd3d commit b8092ce
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 10 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.md
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.

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.11.0",
"version": "4.11.1",
"private": true,
"scripts": {
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styles",
"version": "4.10.0",
"version": "4.11.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.11.0",
"version": "4.11.1",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/styles": "^4.10.0",
"@material-ui/styles": "^4.11.1",
"@material-ui/system": "^4.9.14",
"@material-ui/types": "^5.1.0",
"@material-ui/utils": "^4.10.2",
Expand Down

0 comments on commit b8092ce

Please sign in to comment.