DEV Community

Cover image for Ng-News 26/18: Angular Annual Releases, CopilotKit Integration

Ng-News 26/18: Angular Annual Releases, CopilotKit Integration

Angular is moving to one major release per year, and CopilotKit for Angular is now officially available.

Angular Release Cadence

The Angular team decided to switch the release interval of major versions from half a year to one year. That is effective immediately and it also means that we won't get Angular 23 later this year, but in May or early June 2027.

That does not mean that new features land later, because adding new features is also allowed in minor versions. The same is also true when it comes to upgrading a certain feature from experimental or developer preview status.

What changes with the major is the amount of breaking changes. They can only now happen once per year. According to the Angular team, the half-year pace was reported to be an issue for enterprises. One also has to say that one major per year also makes it easier for library developers because the amount of work for updating to the new Angular major is now half the work.

Speaking of minor releases, version 22.1 was already released and will be covered in the next episode. We can expect 4-6 minor releases instead of a maximum of three as it was before.

Versioning and releases • Angular

The web development framework for building modern apps.

favicon angular.dev

CopilotKit for Angular

CopilotKit is behind the protocol AG-UI, which is the foundation for agent-driven UIs, including dynamic UI generated at runtime by AI - formats like A2UI run on top of it.

Their Angular support was not open source, but that changed. The code went public in June, followed by the official announcement in July.

For ng-news there are strict rules and one of them is no self-promotion, unless the speaker is part of a team, which is the case here.

The implementation for Angular was done in collaboration with Soverius AI, which is now maintaining the Angular part. Soverius AI consists of Murat Sari and me, Rainer Hahnekamp.

The Angular integration is part of the CopilotKit repository. The announcement blog links to a demo application which showcases several features, like tool calling, A2UI, Generative UI, and more.

Other content creators have already updated their content. For example, Manfred Steyer with his article series on Agentic UI.

Top comments (0)