BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News The Next Major Version of Angular Will Be 4, Not 3

The Next Major Version of Angular Will Be 4, Not 3

This item in japanese

Bookmarks

Igor Minar, Angular Team Lead at Google, keynoted on Angular at NG-BE 2016 which took place in Belgium last week. Minar presented the release schedule adopted for future versions of Angular and introduced the following major version which will be Angular 4.

With Angular 2, the team introduced Semantic Versioning which attributes a 3-numbers version to a new release, major.minor.patch. Example, 2.3.1. A patch version is made available every week, with no new features, usually just bug fixes. A minor version is released every month, with new features but no breaking changes with the previous versions. A major version will be created every six months, having new features that might introduce breaking changes. At this point, it is not clear what a breaking change is, and Minar invites the community to contribute in defining it. It can be as simple as a compiler warning that now is treated as error or an API signature change that involves touching the third party code that uses Angular.

According to Minar, for the near future, the Angular team plans to switch to using TypeScript 2.1 or even 2.2 from 1.8 that is currently used now. That will involve some breaking changes which means introducing a new major version.

Because the latest Angular router’s version, currently 3.3.0, is not in alignment with the rest of the modules which are at 2.3.0, the team plans to bring them in sync, releasing the next major version as Angular 4, not 3. And the product will no longer be called AngularJS, Angular 2, 2.x or 4.x but simply Angular, its version remaining a secondary detail. The first beta version of Angular 4 (4.0.0-beta.0) is supposed to be released this week, followed by 6 other beta iterations and then 3 RC ones with the target of making the stable 4.0.0 available on March 1st, 2017. In the meantime, only patches will be released for 2.3.x.

Angular 4 will be as compatible with Angular 2 as much as possible because the team does not want to repeat the breaking experience moving from Angular 1.x to 2.x. “We do not want to make any breaking changes that will break the ecosystem,” added Minar. “We do not want to break existing components that are out there.” So, no breaking changes on existing stable APIs or for those following the common Angular usage patterns. If some new feature turns out to break things up with the ecosystem, and it cannot be fixed, Minar said they will rather take that feature out than risking breaking everything.

The plan is to release a major version every six months, so Angular 5 will show up in September 2017, followed by Angular 6 in March 2018 and Angular 7 in September 2018. Nobody can predict the future, but the idea is for future versions to introduce minimal breaking changes.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Dying?

    by Timothy Liu,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    When something is dying, it sees far and version iteration fast...

  • Angular

    by Grégoire Vda,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Angular 1 is a framework, Angular 2+ is another framework. They didn't changed the name, so managers continue with this technology. Now they see the kind of confusion this can have (Especially for documentation). I quit Angular 2+ for React

  • Angular 4

    by Usman Riaz,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thanks Man for a putting a detail light on angular 4 release date and future coming version. very unique post fount on lot of surfing. thanks

  • Disappointed

    by E****** P*****,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    This makes me feel they released Angular 2 too early. Minimal breaking changes? It's marketing spin for bad news. It's all relative, but it still means I'm tasked with fixing my code.

    I'll hang onto Angular 1.x and wait for the dust to settle.

  • Thanks for writing article. I am waiting for angular 4 complete New Features

    by Rohit Pahuja,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thanks for writing article. I am waiting for angular 4 complete New Features

    I have seen one blog in which some of the features are there of angular 4
    seowebsitedesigning.com/angular-js-4-features-d...

    Please check it and tell me more features about angular 4

  • Angular 5 release

    by Mobilunity Com,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Nice comparison, thank you. I would like to note that the Angular is very progressive and when comparing AngularJS vs Angular 4 developers say that the very important change is that the migration curve is much easier for the newer version and it would be the same for Angular 5 as well:
    mobilunity.com/blog/what-is-in-store-for-angula...
    Angular 4 is not only much easier to migrate to but also lighter and faster than Angular 2. Anyway, we have Angular 4 already and Angular 5 is to be released soon. I’m dying to check it out.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT