Skip to content

Releases: angular/angular-cli

20.0.0-next.2

19 Mar 21:46
Compare
Choose a tag to compare
20.0.0-next.2 Pre-release
Pre-release

@schematics/angular

Commit Description
feat - 26fd4ea73 add migrations for server rendering updates
feat - 18e13e2ce remove --server-routing option
fix - 86d241629 add @angular/ssr dependency only when provideServerRendering import has been updated
fix - da6ef626f ensure app-shell schematic consistently uses withAppShell
fix - f126f8d34 ensure module discovery checks for an NgModule decorator
fix - 23fc8e1e1 generate components without a .component extension/type
fix - 8d715fa94 generate directives without a .directive extension/type
fix - bc0f07b48 generate services without a .service extension/type
fix - c0de72317 replace @angular/platform-browser-dynamic with @angular/platform-browser

@angular/build

Commit Description
feat - f4be83119 Support Sass package importers
fix - cb2ab43ab ensure errors for missing component resources
fix - f780e8beb ensure relative karma stack traces for test failures

@angular/ssr

Commit Description
feat - 33b9de3eb expose provideServerRendering and remove provideServerRouting
feat - cdfc50c29 stabilize AngularNodeAppEngine, AngularAppEngine, and provideServerRouting APIs

Breaking Changes

@schematics/angular

  • --server-routing option has been removed from several schematics. Server routing will be used when using the application builder.

v19.2.4

19 Mar 17:44
Compare
Choose a tag to compare

19.2.4 (2025-03-19)

@schematics/angular

Commit Description
fix - 0a4e96bda replace @angular/platform-browser-dynamic with @angular/platform-browser

@angular/build

Commit Description
fix - b0b643e46 ensure errors for missing component resources
fix - 2cd763e89 ensure relative karma stack traces for test failures

20.0.0-next.1

13 Mar 09:39
Compare
Choose a tag to compare
20.0.0-next.1 Pre-release
Pre-release

@angular/cli

Commit Description
fix - 2d03d8f11 record analytics for nested schematics

@schematics/angular

Commit Description
feat - 03180fe03 use TypeScript module preserve option for new projects
fix - dc2f65999 generate component templates with a .ng.html file extension

@angular/build

Commit Description
feat - 31c81e9c6 drop support for TypeScript older than 5.8
feat - 3c9172159 integrate Chrome automatic workspace folders
fix - f0dd60be1 exclude all entrypoints of a library from prebundling
fix - 3e3516785 handle postcss compilation errors gracefully
fix - 5bea3de4c invalidate com.chrome.devtools.json if project is moved
fix - b100c71cc provide extract-i18n does not respect
fix - beab546bf remove duplicate prebundling warning

@angular/ssr

Commit Description
fix - ee8466de5 prevent stream draining if write does not return a boolean

Breaking Changes

@angular/build

  • TypeScript versions less than 5.8 are no longer supported.

v19.2.3

13 Mar 10:32
Compare
Choose a tag to compare

19.2.3 (2025-03-13)

@angular/build

Commit Description
fix - 5a739820b update babel packages

v18.2.15

13 Mar 10:03
Compare
Choose a tag to compare

18.2.15 (2025-03-13)

@angular-devkit/build-angular

Commit Description
fix - 255c8a50d update babel packages

v17.3.13

13 Mar 11:52
Compare
Choose a tag to compare

17.3.13 (2025-03-13)

@angular-devkit/build-angular

Commit Description
fix - 22901df02 update babel packages

v19.2.2

12 Mar 17:27
Compare
Choose a tag to compare

19.2.2 (2025-03-12)

@angular/cli

Commit Description
fix - 0ee24e29b record analytics for nested schematics

@angular/build

Commit Description
fix - 4575265f0 exclude all entrypoints of a library from prebundling
fix - 83fcffbb7 handle postcss compilation errors gracefully
fix - 78297ee47 provide extract-i18n does not respect
fix - b18b9c8f2 remove duplicate prebundling warning

@angular/ssr

Commit Description
fix - e6e8ce960 prevent stream draining if write does not return a boolean

v20.0.0-next.0

05 Mar 15:54
Compare
Choose a tag to compare
v20.0.0-next.0 Pre-release
Pre-release

20.0.0-next.0 (2025-03-05)

@angular/cli

Commit Description
fix - 5e90c1b4e remove Node.js v18 support

@schematics/angular

Commit Description
feat - 093c5a315 directly use @angular/build in new projects

@angular-devkit/schematics

Commit Description
refactor - e6be37601 remove deprecated NodePackageLinkTask

@angular/build

Commit Description
fix - c8c73185a ensure matching coverage excludes with karma on Windows

@angular/ssr

Commit Description
perf - 280693231 optimize response times by introducing header flushing

Breaking Changes

@angular/cli

  • Node.js v18 is no longer supported with Angular.

    Before updating a project to Angular v20, the Node.js version must be
    at least 20.11.1. For the full list of supported Node.js versions,
    see https://angular.dev/reference/versions.

@angular-devkit/schematics

  • The NodePackageLinkTask has been removed without a replacement. Create a custom task if needed.

    Note: This does not affect application developers.

v19.2.1

05 Mar 15:42
Compare
Choose a tag to compare

19.2.1 (2025-03-05)

@schematics/angular

Commit Description
fix - 4c35b5721 prevent accidental deletion of main.ts during application builder migration
fix - d7f9cb578 prevent error when tsconfig file is missing in application builder migration

@angular-devkit/architect

Commit Description
fix - 3ebd7ca7c improve error message when configuration is missing

@angular/build

Commit Description
fix - c07330967 allow component HMR with a service worker
fix - c989c91c3 exclude component styles from 'any' and 'all' budget calculations
fix - 96e5dcb5f handle undefined less stylesheet sourcemap values

v19.2.0

26 Feb 22:31
Compare
Choose a tag to compare

19.2.0 (2025-02-26)

@schematics/angular

Commit Description
fix - fe8d83a1f add additional checks for application builder usage
fix - adf4ea5d4 remove animations module from ng new app

@angular-devkit/build-angular

Commit Description
feat - ef7ea536f add aot option to jest
feat - 523d539c6 add aot option to karma
feat - a00a49a65 add aot to WTR schema
fix - 2bae1a9c0 support aot option for karma browser builder

@angular/build

Commit Description
feat - 11fab9c7d add application builder karma testing to package
fix - a5fcf8044 provide karma stack trace sourcemap support
fix - 964fb778b support per component updates of multi-component files
fix - f836be9e6 support Vite allowedHosts option for development server
fix - 0ddf6aafa utilize bazel stamp instead of resolving peer dependency versions

@angular/ssr

Commit Description
feat - 9726cd084 Add support for route matchers with fine-grained render mode control