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

Commit 757d56e

Browse files
authored
docs(*): update end-of-life messages (#17177)
* Docs homepage * Docs banner * Security and support pages * GitHub README * CHANGELOG
1 parent f362437 commit 757d56e

File tree

7 files changed

+52
-76
lines changed

7 files changed

+52
-76
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**AngularJS support has officially ended as of January 2022.
2+
[See what ending support means](https://docs.angularjs.org/misc/version-support-status)
3+
and [read the end of life announcement](https://goo.gle/angularjs-end-of-life).**
4+
5+
**Visit [angular.io](https://angular.io) for the actively supported Angular.**
6+
17
<a name="1.8.2"></a>
28
# 1.8.2 meteoric-mining (2020-10-21)
39

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ piece of cake. Best of all? It makes development fun!
1414

1515
--------------------
1616

17-
**On July 1, 2018 AngularJS entered a 3 year Long Term Support period:** [Find out more](https://docs.angularjs.org/misc/version-support-status)
17+
**AngularJS support has officially ended as of January 2022.
18+
[See what ending support means](https://docs.angularjs.org/misc/version-support-status)
19+
and [read the end of life announcement](https://goo.gle/angularjs-end-of-life).**
1820

19-
**Looking for the new Angular? Go here:** https://github.com/angular/angular
21+
**Visit [angular.io](https://angular.io) for the actively supported Angular.**
2022

2123
--------------------
2224

SECURITY.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22

33
## Supported Versions
44

5-
| Version | Supported | Status | Comments |
6-
| ----------- | ------------------ | --------------------- | ------------------------------------ |
7-
| 1.8.x | :white_check_mark: | Long Term Support | See [Long Term Support policy][0] |
8-
| 1.3.x-1.7.x | :x: | | |
9-
| 1.2.x | :warning: | Security patches only | Last version to provide IE 8 support |
10-
| <1.2.0 | :x: | | |
11-
12-
## Reporting a Vulnerability
5+
**AngularJS support has officially ended as of January 2022.**
6+
[See what ending support means](https://docs.angularjs.org/misc/version-support-status)
7+
and [read the end of life announcement](https://goo.gle/angularjs-end-of-life).
138

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

16-
Please [use the latest AngularJS possible](https://docs.angularjs.org/guide/security#use-the-latest-angularjs-possible)
17-
and keep in mind the guidance around AngularJS'
18-
[expression language](https://docs.angularjs.org/guide/security#angularjs-templates-and-expressions).
19-
20-
[0]: https://docs.angularjs.org/misc/version-support-status#long-term-support
11+
| Version | Supported | Status | Comments |
12+
| ----------- | ------------------ | --------------------- | ------------------------------------ |
13+
| 1.8.x | :x: | All support ended | |
14+
| 1.3.x-1.7.x | :x: | All support ended | |
15+
| 1.2.x | :x: | All support ended | Last version to provide IE 8 support |
16+
| <1.2.0 | :x: | All support ended | |

docs/app/assets/css/docs.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,10 +478,10 @@ iframe.example {
478478
#navbar-sub {
479479
padding-top: 10px;
480480
padding-bottom: 5px;
481-
background: rgba(245,245,245,0.88);
481+
background: rgba(245,245,245,1);
482482
box-shadow: 0 0 2px #999;
483483
z-index: 1028;
484-
top: 83px;
484+
top: 57px;
485485
}
486486

487487
.main-body-grid {
@@ -982,7 +982,7 @@ toc-container > div > toc-tree > ul > li > toc-tree > ul > li toc-tree > ul li {
982982

983983
#navbar-sub {
984984
position: relative;
985-
top: 17px;
985+
top: 0;
986986
margin-top: 80px;
987987
padding-bottom: 0;
988988
margin-bottom: 0;

docs/config/templates/app/indexPage.template.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,18 @@ <h4 class="search-results-group-heading">{{ key }}</h4>
142142
</div>
143143
</div>
144144
</nav>
145-
<nav id="navbar-notice" class="navbar navbar-fixed-top">
146-
<div class="navbar-inner">
147-
<div class="container">
148-
<p class="site-notice">
149-
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>.
150-
</p>
151-
</div>
152-
</div>
153-
</nav>
154145
<nav id="navbar-sub" class="sup-header navbar navbar-fixed-top" scroll-y-offset-element ng-cloak>
155146
<div class="container main-grid main-header-grid">
147+
<p class="site-notice">
148+
AngularJS support has officially ended as of January 2022.
149+
<a href="https://docs.angularjs.org/misc/version-support-status">
150+
See what ending support means
151+
</a> and
152+
<a href="https://goo.gle/angularjs-end-of-life">
153+
read the end of life announcement</a>.<br>
154+
Visit <a href="https://angular.io">angular.io</a> for the actively supported
155+
Angular.
156+
</p>
156157
<div class="grid-left">
157158
<version-picker></version-picker>
158159
</div>

docs/content/api/index.ngdoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
@description
44

55
# AngularJS API Docs
6-
76
<div class="alert alert-warning">
8-
**On July 1, 2018 AngularJS entered a 3 year Long Term Support period:** [Find out more](misc/version-support-status).
7+
AngularJS support has officially ended as of January 2022.
8+
[See what ending support means](https://docs.angularjs.org/misc/version-support-status)
9+
and [read the end of life announcement](https://goo.gle/angularjs-end-of-life).
10+
11+
Visit [angular.io](https://angular.io) for the actively supported Angular.
912
</div>
1013

1114
## Welcome to the AngularJS API docs page.

docs/content/misc/version-support-status.ngdoc

Lines changed: 14 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -4,58 +4,26 @@
44

55
# Version Support Status
66

7-
This page describes the support status of the significant versions of AngularJS.
7+
**AngularJS support has officially ended as of January 2022.**
88

9-
<div class="alert alert-info">
10-
On July 1, 2018 AngularJS entered a 3 year Long Term Support period.<br />
11-
<br />
12-
_**UPDATE (2020-07-27):**_<br />
13-
_Due to COVID-19 affecting teams migrating from AngularJS, we are extending the LTS by six months
14-
(until December 31, 2021)._
15-
</div>
9+
Visit [angular.io](https://angular.io) for the actively supported Angular.
1610

17-
Any version branch not shown in the following table (e.g. 1.7.x) is no longer being developed.
11+
## What does end of support mean?
1812

19-
<table class="dev-status table table-bordered">
20-
<thead>
21-
<tr><th>Version</th><th>Status</th><th>Comments</th></tr>
22-
</thead>
23-
<tbody>
24-
<tr class="security">
25-
<td><span>1.2.x</span></td>
26-
<td>Security patches only</td>
27-
<td>Last version to provide IE 8 support</td>
28-
</tr>
29-
<tr class="stable">
30-
<td><span>1.8.x</span></td>
31-
<td>Long Term Support</td>
32-
<td>See {@link version-support-status#long-term-support Long Term Support} section below.</td>
33-
</tr>
34-
</tbody>
35-
</table>
13+
The code will remain accessible on [GitHub](https://github.com/angular/angular.js),
14+
[npm](https://www.npmjs.com/package/angular),
15+
[Bower](https://github.com/angular/bower-angular), and
16+
[Release archive](https://code.angularjs.org/1.8.2).
17+
This website will remain here indefinitely.
3618

37-
### Long Term Support
19+
The GitHub repository will be in an archived state, meaning that no new issues or pull requests
20+
can be submitted.
3821

39-
On July 1st 2018, AngularJS entered a Long Term Support period.
22+
See https://goo.gle/angularjs-end-of-life for the full details.
4023

41-
We now focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:
24+
### Extended Long Term Support
4225

43-
* A security flaw is detected in the 1.8.x branch of the framework
44-
* One of the major browsers releases a version that will cause current production applications using AngularJS 1.8.x to stop working
45-
* The jQuery library releases a version that will cause current production applications using AngularJS 1.8.x to stop working.
46-
47-
AngularJS 1.2.x will get a new version if and only if a new severe security issue is discovered.
48-
49-
50-
51-
### Blog Post
52-
53-
You can read more about these plans in our [blog post announcement](https://blog.angular.io/stable-angularjs-and-long-term-support-7e077635ee9c).
54-
55-
### Extended Long Term Support
56-
57-
If you need support for AngularJS beyond December 2021, you should consider:
26+
If you need extended support for AngularJS, you should consider:
5827

5928
* [XLTS.dev](https://xlts.dev/angularjs)
60-
61-
29+
* [OpenLogic](https://www.openlogic.com/solutions/angularjs-support-and-services)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy