Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Update LTS to match format #43212

Merged
merged 1 commit into from
Aug 15, 2024
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
13 changes: 8 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@

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

| Version | Supported |
| ------: | :----------------- |
| 5.x | :white_check_mark: |
| 4.x | :white_check_mark: |
| < 4.0 | :x: |
| 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 | ❌ |

## Reporting a vulnerability

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

### Supported versions

- Material UI v5: ✅ Stable major (Continuous support)
- [Material UI v4](https://v4.mui.com/): ⚠️ Long-term support (Guaranteed Support for security issues and regressions).
- [Material UI v3](https://v3.mui.com/): 🅧 No longer supported.
- Material UI v2: 🅧 Never existed.
- [Material UI v1](https://v1.mui.com/): 🅧 No longer supported.
- [Material UI v0.x](https://v0.mui.com/#/): 🅧 No longer supported.
| 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). |
| ^3.0.0 | 2018-08-27 | ❌ |
| ^2.0.0 | / | ❌ |
| ^1.0.0 | 2018-06-18 | ❌ |
| <=1.0.0 | 2014-10-05 | ❌ |

## Community

Expand Down
Loading