Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs: update end-of-life messages
Browse files Browse the repository at this point in the history
This change updates the messaging about AngularJS end-of-life in several places:
* Docs homepage
* Docs banner
* Security and support pages
* GitHub README
  • Loading branch information
jelbourn committed Jan 31, 2022
1 parent f362437 commit 259927f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 67 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -14,9 +14,8 @@ piece of cake. Best of all? It makes development fun!

--------------------

**On July 1, 2018 AngularJS entered a 3 year Long Term Support period:** [Find out more](https://docs.angularjs.org/misc/version-support-status)

**Looking for the new Angular? Go here:** https://github.com/angular/angular
**[Support for legacy AngularJS has fully ended.](https://goo.gle/angularjs-end-of-life)**
**Visit https://github.com/angular/angular for the actively supported Angular framework.**

--------------------

Expand Down
22 changes: 8 additions & 14 deletions SECURITY.md
Expand Up @@ -2,19 +2,13 @@

## Supported Versions

| Version | Supported | Status | Comments |
| ----------- | ------------------ | --------------------- | ------------------------------------ |
| 1.8.x | :white_check_mark: | Long Term Support | See [Long Term Support policy][0] |
| 1.3.x-1.7.x | :x: | | |
| 1.2.x | :warning: | Security patches only | Last version to provide IE 8 support |
| <1.2.0 | :x: | | |

## Reporting a Vulnerability
[Support for legacy AngularJS has fully ended.](https://goo.gle/angularjs-end-of-life).

Email us at [security@angularjs.org](mailto:security@angularjs.org) to report any potential security issues in AngularJS.
[Visit https://angular.io for the actively supported Angular framework](https://angular.io).

Please [use the latest AngularJS possible](https://docs.angularjs.org/guide/security#use-the-latest-angularjs-possible)
and keep in mind the guidance around AngularJS'
[expression language](https://docs.angularjs.org/guide/security#angularjs-templates-and-expressions).

[0]: https://docs.angularjs.org/misc/version-support-status#long-term-support
| Version | Supported | Status | Comments |
| ----------- | ------------------ | --------------------- | ------------------------------------ |
| 1.8.x | :x: | All support ended | |
| 1.3.x-1.7.x | :x: | All support ended | |
| 1.2.x | :x: | All support ended | Last version to provide IE 8 support |
| <1.2.0 | :x: | All support ended | |
3 changes: 2 additions & 1 deletion docs/config/templates/app/indexPage.template.html
Expand Up @@ -146,7 +146,8 @@ <h4 class="search-results-group-heading">{{ key }}</h4>
<div class="navbar-inner">
<div class="container">
<p class="site-notice">
AngularJS is now in Long Term Support (LTS) mode: <a href="https://docs.angularjs.org/misc/version-support-status">Find out more</a>. Explore End Of Life (EOL) options <a href="https://blog.angular.io/finding-a-path-forward-with-angularjs-7e186fdd4429">here</a>.
<a href="https://goo.gle/angularjs-end-of-life">Support for legacy AngularJS has fully ended.</a>
Visit <a href="https://angular.io">https://angular.io</a> for the actively supported Angular.
</p>
</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion docs/content/api/index.ngdoc
Expand Up @@ -5,7 +5,8 @@
# AngularJS API Docs

<div class="alert alert-warning">
**On July 1, 2018 AngularJS entered a 3 year Long Term Support period:** [Find out more](misc/version-support-status).
[Support for legacy AngularJS has fully ended](https://goo.gle/angularjs-end-of-life).
Visit [https://angular.io](https://angular.io) for the actively supported Angular.
</div>

## Welcome to the AngularJS API docs page.
Expand Down
50 changes: 2 additions & 48 deletions docs/content/misc/version-support-status.ngdoc
Expand Up @@ -4,55 +4,9 @@

# Version Support Status

This page describes the support status of the significant versions of AngularJS.
[Support for legacy AngularJS has fully ended.](https://goo.gle/angularjs-end-of-life).

<div class="alert alert-info">
On July 1, 2018 AngularJS entered a 3 year Long Term Support period.<br />
<br />
_**UPDATE (2020-07-27):**_<br />
_Due to COVID-19 affecting teams migrating from AngularJS, we are extending the LTS by six months
(until December 31, 2021)._
</div>

Any version branch not shown in the following table (e.g. 1.7.x) is no longer being developed.

<table class="dev-status table table-bordered">
<thead>
<tr><th>Version</th><th>Status</th><th>Comments</th></tr>
</thead>
<tbody>
<tr class="security">
<td><span>1.2.x</span></td>
<td>Security patches only</td>
<td>Last version to provide IE 8 support</td>
</tr>
<tr class="stable">
<td><span>1.8.x</span></td>
<td>Long Term Support</td>
<td>See {@link version-support-status#long-term-support Long Term Support} section below.</td>
</tr>
</tbody>
</table>

### Long Term Support

On July 1st 2018, AngularJS entered a Long Term Support period.

We now focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:

* A security flaw is detected in the 1.8.x branch of the framework
* One of the major browsers releases a version that will cause current production applications using AngularJS 1.8.x to stop working
* The jQuery library releases a version that will cause current production applications using AngularJS 1.8.x to stop working.

AngularJS 1.2.x will get a new version if and only if a new severe security issue is discovered.



### Blog Post

You can read more about these plans in our [blog post announcement](https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c).

### Extended Long Term Support
[Visit https://angular.io for the actively supported Angular framework](https://angular.io).

If you need support for AngularJS beyond December 2021, you should consider:

Expand Down

0 comments on commit 259927f

Please sign in to comment.