Skip to content

Commit

Permalink
[docs] Stop mentioning IE 11
Browse files Browse the repository at this point in the history
  • Loading branch information
iammminzzy committed Mar 29, 2024
1 parent e1d94d5 commit 414e19d
Showing 1 changed file with 3 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ You don't need to provide any JavaScript polyfill as it manages unsupported brow

<!-- #stable-snapshot -->

| Edge | Firefox | Chrome | Safari (macOS) | Safari (iOS) | IE |
| :----- | :------ | :----- | :------------- | :----------- | :------------------- |
| >= 121 | >= 115 | >= 109 | >= 15.4 | >= 15.4 | 11 (partial support) |
| Edge | Firefox | Chrome | Safari (macOS) | Safari (iOS) |
| :----- | :------ | :----- | :------------- | :----------- |
| >= 121 | >= 115 | >= 109 | >= 15.4 | >= 15.4 |

<!-- #default-branch-switch -->

Expand All @@ -21,20 +21,6 @@ Because Googlebot uses a web rendering service (WRS) to index the page content,
[WRS regularly updates the rendering engine it uses](https://webmasters.googleblog.com/2019/05/the-new-evergreen-googlebot.html).
You can expect Material UI's components to render without major issues.

### IE 11

Material UI provides **partial** supports for IE 11. Be aware of the following:

- Some of the components have no support. For instance, the new components, the data grid, the date picker.
- Some of the components have degraded support. For instance, the outlined input border radius is missing, the combobox doesn't remove diacritics, the circular progress animation is wobbling.
- The documentation itself might crash.
- You need to install the [legacy bundle](/material-ui/guides/minimizing-bundle-size/#legacy-bundle).
- You might need to install polyfills. For instance for the [popper.js transitive dependency](https://popper.js.org/docs/v2/browser-support/#ie11).

Overall, the library doesn't prioritize the support of IE 11 if it harms the most common use cases. For instance, we will close new issues opened about IE 11 and might not merge pull requests that improve IE 11 support.

v6 will completely remove the support of IE 11.

## Server

<!-- #stable-snapshot -->
Expand Down

0 comments on commit 414e19d

Please sign in to comment.