Skip to content

Releases: angular/angular-cli

22.1.0-next.1

24 Jun 09:19
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

22.1.0-next.1 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - 01008f1c6 remove default workspace vscode mcp.json configuration

@angular/cli

Commit Description
fix - 48f90f5d5 prevent Yarn registry environment variable override
fix - 38e0fabc0 support registry metadata fetching under bun package manager
perf - 3ce6e5fc3 implement semaphore backpressure throttling in PackageManager

@angular/build

Commit Description
fix - 851711b03 aggregate parallel worker performance timings on the main thread
perf - 585d08af8 default chunk optimization to use Rolldown
perf - 3019c8032 dispose builder result context early in non-watch mode
perf - 583736a4d implement semaphore backpressure throttling in JavaScriptTransformer

@angular/ssr

Commit Description
feat - 7ef9ed24d support the standard Forwarded header
fix - 37f1a7491 avoid caching non-SSG page lookups
fix - 5875b6024 prioritize options over environment variables in AngularNodeAppEngine

22.0.4

24 Jun 09:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

@angular/build

Commit Description
fix - 46185ceac aggregate parallel worker performance timings on the main thread
perf - 5d7e29c41 dispose builder result context early in non-watch mode

21.2.17

24 Jun 08:55
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

@angular/build

Commit Description
fix - 9c366e8be bump @babel/core to 7.29.7
fix - 6a06ce9e9 bump esbuild to 0.28.1
fix - 637b84877 bump piscina to 5.2.0
fix - e86d58a12 bump vite to 7.3.5

20.3.30

24 Jun 08:50
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

@angular/build

Commit Description
fix - 36adca99c bump @babel/core to 7.29.7
fix - 7f236cfea bump esbuild to 0.28.1
fix - 94fb3c122 bump piscina to 5.2.0
fix - 1f283a41c bump vite to 7.3.5

22.0.3

18 Jun 13:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

@schematics/angular

Commit Description
fix - 0eddea898 remove default workspace vscode mcp.json configuration

22.0.2

17 Jun 14:07
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

@angular/cli

Commit Description
fix - 136fc2714 support registry metadata fetching under bun package manager
perf - 2653dd5c7 implement semaphore backpressure throttling in PackageManager

@angular/build

Commit Description
perf - 0b4a48add implement semaphore backpressure throttling in JavaScriptTransformer

@angular/ssr

Commit Description
fix - d996a27e9 avoid caching non-SSG page lookups
fix - 285a34e42 correct grammar in console warning for redirected location headers
fix - c8088a536 prioritize options over environment variables in AngularNodeAppEngine

21.2.16

17 Jun 15:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

@angular/cli

Commit Description
fix - 77c9047ac update pacote to 21.5.1

@angular/ssr

Commit Description
fix - d052e97da prioritize options over environment variables in AngularNodeAppEngine

20.3.29

17 Jun 14:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

@angular/cli

Commit Description
fix - 5f7c0328c update pacote to 21.5.1

@angular/ssr

Commit Description
fix - a75d78e68 prioritize options over environment variables in AngularNodeAppEngine

22.1.0-next.0

11 Jun 16:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

22.1.0-next.0 Pre-release
Pre-release

@angular/cli

Commit Description
fix - 7932caaf9 robustly parse npm manifest from array

@schematics/angular

Commit Description
feat - 89d7f59cd update ai-config to include Angular MCP server config

@angular-devkit/core

Commit Description
refactor - fd336d365 deprecate stringToFileBuffer and fileBufferToString

@angular/ssr

Commit Description
fix - ddcef9d48 correct grammar in console warning for redirected location headers

Deprecations

@angular-devkit/core

  • stringToFileBuffer and fileBufferToString are deprecated. Use standard Web APIs (TextEncoder and TextDecoder) instead.

    Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for @angular-devkit/core has been updated to reflect the deprecations.

21.2.15

11 Jun 15:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

@angular/cli

Commit Description
fix - 42ac0ed0f remove forceAuth and unscoped credential parsing
fix - c7a7f1955 support registry metadata fetching under bun package manager