Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

angularjs 1.x support lifecycle and end-of-life

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.

Has there been an official comment on when security patches and bug fixes will no longer be developed for Angular v1.x?

like image 332
Ben Harris Avatar asked May 04 '16 20:05

Ben Harris


People also ask

Is AngularJS end of life?

AngularJS support has officially ended as of January 2022.

Is Angular 1 deprecated?

Released in 2010, AngularJS is now scheduled to reach the end of its life on December 31st, 2021. After this date, Google will no longer make patches or updates for the AngularJS framework.

Will AngularJS stop working?

Recently, AngularJS developers extended this period by another 6 months due to the global COVID-19 pandemic. However, on 31st December 2021, AngularJS will hit it's EOL!

Is AngularJS still updated?

In January of 2018 we laid out our plans for the final releases of AngularJS before entering long-term support and last year, we extended the LTS due to the global pandemic until December 31, 2021. Well, friends, the time has come and we're no longer supporting AngularJS.


2 Answers

End Of Life for AngularJS is December 31st, 2021. You can read more about it HERE on the AngularJS docs page.

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.

On July 1st 2018, we entered a Long Term Support (LTS) period for AngularJS 1.8. We originally announced that we would discontinue the support on the 31st of July 2021.

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.

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:

  • Security Patches
  • Browser Breakage Patches
  • jQuery Breakage Patches

This is great news for anyone still on an AngularJS project that needs support.

like image 147
Dr. Cool Avatar answered Oct 03 '22 23:10

Dr. Cool


Has there been an official comment on when security patches and bug fixes will no longer be developed for Angular v1.x?

Not until last contributor goes away! Foremost AngularJS is licensed under liberal MIT License and everybody can fork it and modify it endlessly.

For those worrying about "official Google support" - well, between March 2016 and March 2017 there were 20 releases of AngularJS 1.x - the latest is 1.6.3 - doesn't look like abandoned project any time soon. It differs so much from Angular v2 and v4 (to be released this month) that it will have it's own life even after Google decides move away. Either they transfer the github project to community maintainers or community fork will take over.

There are lots of spectacular examples of communities taking over projects for various reasons. A notable example is io.js - large group of contributors decided to fork Node.js when Joyent, the creator company, was not releasing updates often enough to satisfy the community.

This is the beauty of open source software.

like image 35
gertas Avatar answered Oct 04 '22 00:10

gertas