Skip to content

Releases: angular/angular-cli

22.2.0-next.7

22.2.0-next.7 Pre-release
Pre-release

Choose a tag to compare

@alan-agius4 alan-agius4 released this 10 Sep 15:20
Immutable release. Only release title and notes can be modified.

@angular/build

Commit Description
fix - fe2f180fd0 add automatic corruption recovery in SQLite cache store
fix - 675f1f5274 avoid pure comment pattern in oxc transform
fix - d396324b4e default preloadInitial to false when serviceWorker is enabled
fix - 8504cfffcf disable root config extension for inline test project
fix - 5d21812aae disable strictPort when port 0 is used in dev-server
fix - 54d712f579 ensure parent directory exists in SQLite cache store
fix - b423bc39cd use chokidar watcher when followSymlinks is enabled
perf - 5a0d226b7c avoid full JSON parsing when updating sourcemap ignore list
perf - 482f6d8aab decouple diagnostic type checking from build start
perf - f1afa603b4 read rendered module length once per module in chunk optimizer (#34045)
perf - 0ba4d8e29c reduce watcher debounce latency for faster incremental rebuilds
perf - 4d11a1334f selectively compress large entries in SQLite cache store
perf - 0a137f98d0 share sass directory and resolution caches across stylesheets
perf - d11a663e77 verify cache metadata before reading file and eliminate sqlite read-locks
refactor - 66bd6bd1ea deprecate splitting option in unit-test builder

@angular/ssr

Commit Description
perf - 23e3d44a7f pre-compile critical CSS plans at build time

Deprecations

@angular/build

  • The splitting option in the unit-test builder is deprecated as it is no longer needed with Vitest 5.

    Disabling code splitting is no longer necessary with Vitest 5, as the issue where shared-module exports were uninitialized in class-field initializers under JSDOM has been resolved.

22.1.8

Choose a tag to compare

@alan-agius4 alan-agius4 released this 10 Sep 15:03
Immutable release. Only release title and notes can be modified.

@angular/build

Commit Description
fix - a6e30fa378 disable strictPort when port 0 is used in dev-server
perf - 35a5d4aa49 avoid full JSON parsing when updating sourcemap ignore list
perf - 48cc43cbf2 read rendered module length once per module in chunk optimizer (#34045)

21.2.24

Choose a tag to compare

@alan-agius4 alan-agius4 released this 10 Sep 15:15
Immutable release. Only release title and notes can be modified.

@angular/build

Commit Description
fix - dbaadc2f6e update undici to 7.29.1

20.3.37

Choose a tag to compare

@alan-agius4 alan-agius4 released this 10 Sep 15:11
Immutable release. Only release title and notes can be modified.

@angular-devkit/build-angular

Commit Description
fix - c37642011e update undici to 7.29.1

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