05 Aug 2026
4 min

Angular New Release Cycle: Release Schedule Change Explained

The Angular team has officially announced one of the most significant operational shifts in the framework’s history: moving from a traditional 6-month major release cadence to a 12-month annual cycle

Below is a comprehensive breakdown of what is changing, why the Angular Team is making this shift, and how to prepare your codebase for the new lifecycle. 


Key Takeaways (TL;DR):

  • Angular release schedule change: Starting after Angular 22, Angular is switching from a 6-month major release cycle to a 12-month major release cycle.
  • Angular v23 release date: Angular 23 will not release in late 2026 as originally expected under the old cadence. Instead, the official target release date for Angular 23 is June 2027.
  • Support Window: Total support extends from 18 to 24 months (12 months active support + 12 months LTS).
  • Minor Releases: 4 to 6 minor updates will arrive roughly every 8 weeks per major version to deliver new features without breaking changes.

What Is the New Angular Release Schedule Change?

Angular is changing how new versions of the framework are released and supported.

Under the new Angular release cycle, major versions will arrive once every twelve months instead of every six months. Starting after Angular 22, this fundamental Angular release schedule change impacts not only the release cadence of major versions, but also the frequency of minor updates, the long-term support (LTS) window, the deprecation policy, and the internal release branch lifecycle.

What Happened to Angular 23? Angular v23 Release Date Shift Explained

When looking for the Angular v23 release date, you might be expecting it to land in late 2026. Under Angular’s historical cadence, a major release arrived every six months, which placed Angular 23 on track for an autumn 2026 release.

However, there will be no Angular 23 release in late 2026.

Because of the transition to a yearly release model, Angular 22 is extended over a full 12-month lifecycle (including minor versions 22.1 through 22.5). The Angular v23 release date has officially moved to June 2027, marking the framework’s shift to annual major updates.

How the Angular New Release Cycle Works

Until Angular 22, the framework followed a six-month major release cycle, with major versions accompanied by one to three minor updates before the next major release arrived.

Under the updated release model, Angular will publish:

  • One major release every twelve months
  • Four to six minor releases during each major cycle
  • Patch releases and pre-release builds (next / rc) almost weekly

This means major versions will be less frequent, but framework evolution will not slow down. New features will continue to be delivered regularly through minor versions. The yearly restriction strictly applies to breaking changes, which remain reserved exclusively for major releases.

Minor Releases Will Arrive Roughly Every 8 Weeks

The lifecycle between major versions is now longer and more structured.

Previously, minor updates were released roughly every six weeks, followed quickly by preparation for the next major version. Under the new cadence, minor releases will arrive approximately every eight weeks.

Expected Timeline for Angular 22 & Angular 23

Using Angular 22 as the primary transition model, the working schedule looks as follows:

VersionExpected Release Window
Angular 22.0.0Released
Angular 22.1Released
Angular 22.2September 2026
Angular 22.3November 2026
Angular 22.4January 2027
Angular 22.5March 2027
Angular 23.0 (Major)June 2027 (Angular v23 Release Date)

Note: These target dates are approximate and might be adjusted in the future, but they illustrate the practical flow of the 12-month cycle.

Support Window Extended from 18 to 24 Months

Along with the Angular release schedule change, the support window for each major version has been significantly expanded:

  • Old Policy: 18 months total (6 months active support + 12 months LTS).
  • New Policy: 24 months total (12 months active support + 12 months LTS).

During active support, Angular receives regular feature updates, bug fixes, and patch releases. During the LTS (Long-Term Support) phase, versions receive critical bug fixes and security patches only.

For Angular 22, the support lifecycle is scheduled as:

  • Active Support: Until June 2027
  • LTS Support: Until June 2028

Updated Deprecation Policy: At Least One Year

Angular has updated its deprecation guidelines to align with the yearly major release cycle.

Previously, deprecated APIs remained available for at least two major releases (which equaled roughly one year under the 6-month cycle). With annual major releases, deprecated functionality will remain available for at least one major release.

Although the policy wording changes from “two major releases” to “one major release”, the actual minimum duration remains unchanged: at least 12 months.

When an API is deprecated, Angular continues to offer:

  1. Clear notes in the official changelog
  2. Automated migration schematics where possible
  3. Deprecation markers in documentation
  4. @deprecated annotations for IDE/editor warnings

Why Is Angular Changing Its Release Schedule?

The decision to adopt the Angular new release cycle was driven directly by community feedback, enterprise needs, and developer productivity:

  1. Reduced Upgrade Overhead: Large enterprise codebases often struggled to keep pace with major upgrades every six months.
  2. Better Migration Planning: Annual cycles give teams adequate time to schedule upgrades, test regressions, and coordinate cross-project dependencies.
  3. Improved API Stability: A predictable yearly cycle provides greater API stability, which is especially valuable for modern developer tooling and agentic coding workflows.
  4. Continuous Innovation Without Breaking Changes: Teams still get frequent access to new features via 4–6 minor releases throughout the year without incurring breaking change migration costs.

Frequently Asked Questions (FAQ)

Will Angular 23 release in late 2026?

No, Angular 23 will not release in late 2026. Due to the shift to a 12-month major cycle, the official Angular v23 release date is set for June 2027.

Why was the Angular release schedule changed to 12 months?

Angular introduced this release schedule change to reduce the burden of frequent breaking changes on developers and enterprise teams, while extending active and LTS support to a total of 24 months.

Will Angular introduce features more slowly under the new release cycle?

No. New features will continue to ship frequently via 4 to 6 minor updates released roughly every eight weeks. Only breaking changes are restricted to the annual major release.

Share this post

Sign up for our newsletter

Stay up-to-date with the trends and be a part of a thriving community.