问题描述
我目前正在管理AngularJS开发项目.有人说,我们至少需要从当前的1.2升级到AngularJS 1.5.我需要提出的一项要求是,我必须提供1.5终止支持的证据,但是在有角度的网站上进行了多个小时的搜索和多次Google搜索后却找不到任何终止支持的信息.
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 is that I have to provide evidence of the end of support for 1.5 but cannot find any end of support information after many hours on the angular site and multiple google searches.
关于何时将不再为Angular v1.x开发安全补丁和错误修复程序,是否有官方评论?
Has there been an official comment on when security patches and bug fixes will no longer be developed for Angular v1.x?
推荐答案
AngularJS的生命周期终止于2021年12月31日.您可以阅读有关它的更多信息此处在AngularJS文档页面上.
End Of Life for AngularJS is December 31st, 2021. You can read more about it HERE on the AngularJS docs page.
之前的EOL计划于2021年6月30日举行.但是,Angular团队发布了博客文章,指出由于COVID-19,他们将该截止日期推迟到2021年12月.
Previously the EOL was scheduled for June 30, 2021. However, the Angular team released a blog post stating that they moved that deadline back to the end of December 2021 due to COVID-19.
在过去的几个月中,我们听说全球COVID-19大流行给空前的时代造成了许多公司的伤害.作为回应,我们将AngularJS LTS再延长6个月,直到2021年12月31日.
Over the past few months we heard that many companies are hurt by the unprecedented times caused by the global pandemic of COVID-19. In response, we are extending the AngularJS LTS with another 6 months, until the 31st of December 2021.
许多公司尚未开始/完成从AngularJS 1.x的迁移.在AngularJS文档中,有一个名为 XLTS.dev 的项目,它将为AngularJS项目提供扩展支持.该团队由AngularJS核心团队成员,AngularJS Material团队成员,Angular Universal的发明者,前Angular团队成员,Scully团队成员和ng-conf团队成员组成.听起来您可以去那里继续获得帮助:
A lot of companies have yet to begin/finish their migrations away from AngularJS 1.x. On the AngularJS docs there is a project referenced called XLTS.dev that will be providing an extended support for AngularJS projects. That team is made up of some of the core AngularJS team members, AngularJS Material team members, inventors of Angular Universal, former Angular team members, the Scully team members, and ng-conf team members. Sounds like you can go there to continue getting:
- 安全补丁
- 浏览器损坏补丁
- jQuery破损补丁
对于仍在需要支持的AngularJS项目中的任何人来说,这都是一个好消息.
This is great news for anyone still on an AngularJS project that needs support.
这篇关于angularjs 1.x支持生命周期和寿命终止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!