Skip to content

Releases: angular/angular-cli

22.2.0-next.6

22.2.0-next.6 Pre-release
Pre-release

Choose a tag to compare

@dgp1130 dgp1130 released this 02 Sep 22:06
Immutable release. Only release title and notes can be modified.

@angular/cli

Commit Description
fix - b37c93329 isolate temporary package installations from parent Yarn workspace

@angular/build

Commit Description
fix - 4b8c62a8f add splitting option to unit-test builder
fix - 51565d4bc enable code splitting for vitest browser tests
fix - 5b850fdfc fail build and exclude routes when prerendering fails
fix - dfa7f03a9 keep dev-server Vite cache worktree-local
fix - 135662d9a preserve binary values in the SQLite cache store
fix - 701bde481 preserve duplicate bundle filenames across output file types
perf - 6ee559ca9 bypass worker dispatch for files without transform candidates
perf - 2b85529e8 use iterative post-order AST traversal for OXC transforms
perf - ecbcd87b8 use native sass-embedded compiler daemon
perf - ce83ac0e8 use size-weighted task heuristics in i18n inliner

@angular/ssr

Commit Description
fix - 4fa81d403 decode pathname when constructing server asset path
fix - bb72145f9 ensure public directory containment in CommonEngine

22.1.7

Choose a tag to compare

@dgp1130 dgp1130 released this 02 Sep 21:03
Immutable release. Only release title and notes can be modified.

@angular/cli

Commit Description
fix - e9db85c0f isolate temporary package installations from parent Yarn workspace

@angular/build

Commit Description
fix - 1c9b1af61 add splitting option to unit-test builder
fix - 4b861f458 enable code splitting for vitest browser tests
fix - f1fd82381 fail build and exclude routes when prerendering fails
fix - a84906fe3 keep dev-server Vite cache worktree-local
fix - fcf883ef1 preserve binary values in the SQLite cache store

@angular/ssr

Commit Description
fix - baf1ca189 decode pathname when constructing server asset path
fix - 70748ca8e ensure public directory containment in CommonEngine

21.2.23

Choose a tag to compare

@dgp1130 dgp1130 released this 02 Sep 20:33
Immutable release. Only release title and notes can be modified.

@angular-devkit/build-angular

Commit Description
fix - d3aaa48ef update less to 4.9.0

@angular/ssr

Commit Description
fix - 645e41a47 ensure public directory containment in CommonEngine

20.3.36

Choose a tag to compare

@dgp1130 dgp1130 released this 02 Sep 19:28
Immutable release. Only release title and notes can be modified.

@angular-devkit/build-angular

Commit Description
fix - b4059cdc7 update less to 4.9.0

@angular/ssr

Commit Description
fix - c3e5982e4 ensure public directory containment in CommonEngine

22.2.0-next.5

22.2.0-next.5 Pre-release
Pre-release

Choose a tag to compare

@alan-agius4 alan-agius4 released this 26 Aug 07:52
Immutable release. Only release title and notes can be modified.

@angular/build

Commit Description
fix - 4d0be683b7 ignore side-effect annotations in unit test builds
fix - e4111ae818 prevent memory leaks in parallel compilation and caches
perf - 62999cabf4 batch prerender routes and share in-memory server bundles
perf - 0589edd9cd consolidate component stylesheet bundling with shared load result cache
perf - a877aa7ebd implement SharedArrayBuffer translation dictionaries for zero-copy worker access
perf - f1cc959439 implement sliding-window batching and worker translation eviction
perf - f4dad31cce unify Oxc linking and optimization AST traversal passes

@angular/ssr

Commit Description
fix - f8576e3c8b abort web request signal when node request is aborted

22.1.6

Choose a tag to compare

@alan-agius4 alan-agius4 released this 26 Aug 07:49
Immutable release. Only release title and notes can be modified.

@angular/build

Commit Description
fix - 3f132eaa97 ignore side-effect annotations in unit test builds
perf - 5b1028936f batch prerender routes and share in-memory server bundles

@angular/ssr

Commit Description
fix - 76818cb811 abort web request signal when node request is aborted

21.2.22

Choose a tag to compare

@alan-agius4 alan-agius4 released this 26 Aug 07:44
Immutable release. Only release title and notes can be modified.

@angular-devkit/build-angular

Commit Description
fix - b0047b04f5 update webpack-dev-server to 5.2.6

20.3.35

Choose a tag to compare

@alan-agius4 alan-agius4 released this 26 Aug 07:39
Immutable release. Only release title and notes can be modified.

@angular-devkit/build-angular

Commit Description
fix - 94b620acd7 update webpack-dev-server to 5.2.6

22.2.0-next.4

22.2.0-next.4 Pre-release
Pre-release

Choose a tag to compare

@dgp1130 dgp1130 released this 19 Aug 21:03
Immutable release. Only release title and notes can be modified.

@schematics/angular

Commit Description
fix - ce1b60f89 transform fail() to expect.fail() in refactor-jasmine-vitest

@angular/cli

Commit Description
fix - 34e1e0bb5 enforce MCP roots in get_best_practices tool
fix - 2b060630c handle errors from isAllowedWorkspacePath in best-practices tool
fix - 24fd8fce2 throw on out-of-roots workspace in best-practices tool

@angular/build

Commit Description
feat - 175273931 Support splitting browser and server stats jsonfiles for easier consumption
fix - 1ee0beca7 correct misleading error message for top-level await
fix - 0ffe2d27f disable code splitting for unit test builds
fix - 50994d76e preserve integrity and crossorigin in autoCsp loader
perf - d6fd24320 traverse AST with iterative post-order walker in i18n inliner

22.1.5

Choose a tag to compare

@dgp1130 dgp1130 released this 19 Aug 19:37
Immutable release. Only release title and notes can be modified.

@schematics/angular

Commit Description
fix - ba2b0e4c2 transform fail() to expect.fail() in refactor-jasmine-vitest

@angular/cli

Commit Description
fix - e672271f8 enforce MCP roots in get_best_practices tool
fix - a14916cc4 handle errors from isAllowedWorkspacePath in best-practices tool
fix - d6e1cddff throw on out-of-roots workspace in best-practices tool

@angular/build

Commit Description
fix - cba72902d correct misleading error message for top-level await
fix - b4679998c disable code splitting for unit test builds
fix - ff1d3565e preserve integrity and crossorigin in autoCsp loader
perf - 1fc1fb05c traverse AST with iterative post-order walker in i18n inliner