Skip to content

Releases: angular/angular-cli

22.1.0-next.2

22.1.0-next.2 Pre-release
Pre-release

Choose a tag to compare

@alan-agius4 alan-agius4 released this 01 Jul 09:18
Immutable release. Only release title and notes can be modified.

@schematics/angular

Commit Description
fix - 0b3172e07 remove unused app tsconfig outDir

@angular/cli

Commit Description
fix - 010cef665 gracefully handle package manager errors in command handler
fix - 3a2589dac respect client-side release age settings during update resolution
fix - edb4594de respect release age policy in update bootstrapping logic

@angular-devkit/build-angular

Commit Description
fix - 2d3eb7fb3 prevent OS command injection in ssr-dev-server builder

@angular/build

Commit Description
fix - 75c1dce38 auto-inject localize/init in library unit tests
fix - dc27e17fc inherit preserveSymlinks option from build target in unit-test builder
fix - 61e25fb1d load zone.js dynamically for library unit tests
fix - 0010b922f scope createRequire module resolution using paths to prevent parent paths

@angular/ssr

Commit Description
fix - d9fb854c9 preserve response headers during redirect

22.0.5

Choose a tag to compare

@alan-agius4 alan-agius4 released this 01 Jul 09:14
Immutable release. Only release title and notes can be modified.

@schematics/angular

Commit Description
fix - 862a38069 remove unused app tsconfig outDir

@angular/cli

Commit Description
fix - f099e641c gracefully handle package manager errors in command handler
fix - cf033ec48 respect release age policy in update bootstrapping logic

@angular-devkit/build-angular

Commit Description
fix - f75085f4b prevent OS command injection in ssr-dev-server builder

@angular/build

Commit Description
fix - dfee1e7b1 auto-inject localize/init in library unit tests
fix - aba718403 inherit preserveSymlinks option from build target in unit-test builder
fix - 7c0d9f03c load zone.js dynamically for library unit tests
fix - 4288e4452 scope createRequire module resolution using paths to prevent parent paths

@angular/ssr

Commit Description
fix - 5f774f891 preserve response headers during redirect

21.2.18

Choose a tag to compare

@alan-agius4 alan-agius4 released this 01 Jul 09:10
Immutable release. Only release title and notes can be modified.

@angular/cli

Commit Description
fix - 61a810ab6 respect release age policy in update bootstrapping logic

@angular/build

Commit Description
fix - a2b6116ed bump undici to 7.28.0
fix - 2510ee3c9 bump vite to 7.3.6

20.3.31

Choose a tag to compare

@alan-agius4 alan-agius4 released this 01 Jul 09:05
Immutable release. Only release title and notes can be modified.

@angular-devkit/build-angular

Commit Description
fix - 4ea787cd0 bump undici to 7.28.0

@angular/build

Commit Description
fix - df5a2cc2b bump vite to 7.3.6

22.1.0-next.1

22.1.0-next.1 Pre-release
Pre-release

Choose a tag to compare

@alan-agius4 alan-agius4 released this 24 Jun 09:19
Immutable release. Only release title and notes can be modified.

@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

Choose a tag to compare

@alan-agius4 alan-agius4 released this 24 Jun 09:04
Immutable release. Only release title and notes can be modified.

@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

Choose a tag to compare

@alan-agius4 alan-agius4 released this 24 Jun 08:55
Immutable release. Only release title and notes can be modified.

@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

Choose a tag to compare

@alan-agius4 alan-agius4 released this 24 Jun 08:50
Immutable release. Only release title and notes can be modified.

@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

Choose a tag to compare

@clydin clydin released this 18 Jun 13:33
Immutable release. Only release title and notes can be modified.

@schematics/angular

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

22.0.2

Choose a tag to compare

@clydin clydin released this 17 Jun 14:07
Immutable release. Only release title and notes can be modified.

@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