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

Commit 8cd54d7

Browse files
committed
docs(version-support-status): remove outdated info, resolve inconsistencies
Closes #16684
1 parent 3105b2c commit 8cd54d7

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

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

+6-21
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,9 @@
77
This page describes the support status of the significant versions of AngularJS.
88

99
<div class="alert alert-info">
10-
AngularJS is planning one more significant release, version 1.7, and on July 1, 2018 it will enter a 3 year Long Term Support period.
10+
On July 1, 2018 AngularJS entered a 3 year Long Term Support period.
1111
</div>
1212

13-
### Until July 1st 2018
14-
15-
Any version branch not shown in the following table (e.g. 1.5.x) is no longer being developed.
16-
17-
<table class="dev-status table table-bordered">
18-
<thead>
19-
<tr><th>Version</th><th>Status</th><th>Comments</th></tr>
20-
</thead>
21-
<tbody>
22-
<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>
23-
<tr class="stable"><td><span>1.6.x</span></td><td>Patch Releases</td><td>Minor features, bug fixes, security patches - no breaking changes</td></tr>
24-
<tr class="current"><td><span>1.7.x</span></td><td>Active Development</td><td>1.7.0 (not yet released) will be the last release of AngularJS to contain breaking changes</td></tr>
25-
</tbody>
26-
</table>
27-
28-
### After July 1st 2018
29-
3013
Any version branch not shown in the following table (e.g. 1.6.x) is no longer being developed.
3114

3215
<table class="dev-status table table-bordered">
@@ -36,7 +19,7 @@ Any version branch not shown in the following table (e.g. 1.6.x) is no longer be
3619
<tbody>
3720
<tr class="security">
3821
<td><span>1.2.x</span></td>
39-
<td>Long Term Support</td>
22+
<td>Security patches only</td>
4023
<td>Last version to provide IE 8 support</td>
4124
</tr>
4225
<tr class="stable">
@@ -49,14 +32,16 @@ Any version branch not shown in the following table (e.g. 1.6.x) is no longer be
4932

5033
### Long Term Support
5134

52-
On July 1st 2018, we will enter a Long Term Support period for AngularJS.
35+
On July 1st 2018, AngularJS entered a Long Term Support period for AngularJS.
5336

54-
At this time we will focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:
37+
We now focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:
5538

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

43+
AngularJS 1.2.x will get a new version if and only if a new severe security issue is discovered.
44+
6045
### Blog Post
6146

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

0 commit comments

Comments
 (0)