Forget Angular 3; Google Is Set to Launch Angular 4
The Angular team has committed to time-based releases that occur in three cycles, setting Angular 4 to come out early next year.
Join the DZone community and get the full member experience.
Join For Freelast month, google surprised everyone when it detailed plans for angular 3 to be released a short six months after angular 2's arrival. now, it turns out there will be "no angular 3" release after all. instead, google will go right to version 4 of its popular javascript framework in march 2017 .
google's igor minar said at the recent ng-be 2016 angular conference in belgium that google will jump from version 2 to version 4 so that the number of the upgrades correlates with the angular version 4 router planned for usage with the release.
minar, in fact, laid out a roadmap that has eight beta releases of angular 4 coming out between december and february, followed by two release candidates in february and the general release on march 1. however, minar cautioned against getting too hung up on numbers and advised that the framework simply be called "angular" anyway.
"let's not call it angularjs, let's not call it angular 2," he said, "because as we are releasing more and more of these versions. it's going to be super confusing for everybody."
tentative release schedule
the fact that breaking changes will arrive, doesn’t mean they will arrive every other week. the angular team committed to time-based releases that occur in three cycles:
-
patch releases every week.
-
three monthly minor releases after each major release.
-
a major release with easy-to-migrate-over breaking changes every six months.
angular is on an aggressive schedule that would have angular 5 arriving in september or october of 2017, followed in six months by angular 6, with angular 7 coming six months later in september or october 2018. the next three months will be dedicated to finalizing angular 4.0.0.
google's goals for angular 4 are to be as backward-compatible with angular 2 as possible and to improve compiler error messages. in november, google talked about the next version of angular, then known as version 3, emphasizing improvements in tooling as well as reduced code generation.
angular's upgrade plan also includes moving to typescript 2.1 as a baseline, away from typescript 1.8. while this means there are breaking changes, minar was reassuring, saying:
"it's not going to be a big deal. we did these migrations across the whole google and it was quite trivial, but it does require [some interventions]."
angular 2 was rewritten in typescript, microsoft's typed superset of javascript.
earlier this month, google released angular 2.3 , a minor upgrade featuring angular language service, which is designed to integrate with ides and provide type completion and error-checking with angular templates.
object inheritance for components is featured, as well. angular 2.2 arrived in november, featuring ahead-of-time compilation compatibility.
Published at DZone with permission of Ryan Roy. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Operator Overloading in Java
-
The SPACE Framework for Developer Productivity
-
Using Render Log Streams to Log to Papertrail
-
Mastering Go-Templates in Ansible With Jinja2
Comments