angularjs 1.x support lifecycle

后端 未结 6 1243
半阙折子戏
半阙折子戏 2020-12-08 01:31

I am currently managing an AngularJS development project. There is talk that we need to move to at least AngularJS 1.5 from our current 1.2. One of my requirements to move

6条回答
  •  温柔的废话
    2020-12-08 02:21

    In addition to the post to the Angular blog on 2018-01-26: Stable AngularJS and Long Term Support

    The following announcement has been added to the AngularJS Docs:

    After July 1st 2018

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

    Version   Status  Comments
    1.2.x   Long Term Support   Last version to provide IE 8 support
    1.7.x   Long Term Support   See Long Term Support section below.
    

    Long Term Support

    On July 1st 2018, we will enter a Long Term Support period for AngularJS.

    At this time we will focus exclusively on providing fixes to bugs that satisfy at least one of the following criteria:

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

    — AngularJS MISC - Long Term Support

提交回复
热议问题