Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@

The versions of the project that are currently supported with security updates.

| Material UI version | Release | Supported |
| ------------------: | :--------- | :------------------- |
| ^5.0.0 | 2021-09-16 | ✅ Stable major |
| ^4.0.0 | 2019-06-23 | ✅ Long-term support |
| ^3.0.0 | 2018-08-27 | ❌ |
| ^2.0.0 | / | ❌ |
| ^1.0.0 | 2018-06-18 | ❌ |
| <=1.0.0 | 2014-10-05 | ❌ |
| Material UI version | Release | Supported |
| ------------------: | :--------- | :----------------------------------- |
| ^6.0.0 | 2024-08-26 | :white_check_mark: Stable major |
| ^5.0.0 | 2021-09-16 | :white_check_mark: Long-term support |
| ^4.0.0 | 2019-06-23 | :x: |
| ^3.0.0 | 2018-08-27 | :x: |
| ^2.0.0 | / | :x: |
| ^1.0.0 | 2018-06-18 | :x: |
| <=1.0.0 | 2014-10-05 | :x: |

## Reporting a vulnerability

Expand Down
5 changes: 3 additions & 2 deletions docs/data/material/getting-started/support/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ This includes issues introduced by external sources, like browser upgrades or ch

| Material UI version | Release | Supported |
| ------------------: | :--------- | :------------------------------------------------------------------ |
| ^5.0.0 | 2021-09-16 | ✅ Stable major (Continuous support) |
| ^4.0.0 | 2019-06-23 | ⚠️ Long-term support (Support for security issues and regressions). |
| ^6.0.0 | 2024-08-26 | ✅ Stable major (Continuous support) |
| ^5.0.0 | 2021-09-16 | ⚠️ Long-term support (Support for security issues and regressions). |
| ^4.0.0 | 2019-06-23 | ❌ |
| ^3.0.0 | 2018-08-27 | ❌ |
| ^2.0.0 | / | ❌ |
| ^1.0.0 | 2018-06-18 | ❌ |
Expand Down