Skip to content

Releases: angular/angular-cli

20.0.0

28 May 14:52
Compare
Choose a tag to compare

@angular/cli

Commit Description
fix - e513cd4aa add Node.js 24 as supported version
fix - 5e90c1b4e remove Node.js v18 support
fix - 787e510dc update min Node.js support to 20.19, 22.12, and 24.0
fix - 64732534e update minimum supported Node.js 22 version to 22.11.0

@schematics/angular

Commit Description
feat - e03f2b899 Add global error listeners to new app generation
feat - 1e137ca84 add migration to update moduleResolution to bundler
feat - 26fd4ea73 add migrations for server rendering updates
feat - 5876577af Add prompt for new apps to be zoneless
feat - fdc6291dd add update migration to keep previous style guide generation behavior
feat - 093c5a315 directly use @angular/build in new projects
feat - d6f594fe0 generate applications using TypeScript project references
feat - 0ab1ddf63 generate libraries using TypeScript project references
feat - 18e13e2ce remove --server-routing option
feat - 03180fe03 use TypeScript module preserve option for new projects
fix - 86d241629 add @angular/ssr dependency only when provideServerRendering import has been updated
fix - 9e6b9b537 add type checking of host bindings to strict config
fix - 8654b3fea application migration should migrate karma builder package
fix - c557a19ef avoid empty polyfill option for new zoneless application
fix - 90615a88b default component templates to not use .ng.html extension
fix - 672ae14cd drop composite in tsconfig
fix - da6ef626f ensure app-shell schematic consistently uses withAppShell
fix - f126f8d34 ensure module discovery checks for an NgModule decorator
fix - dc2f65999 generate component templates with a .ng.html file extension
fix - 23fc8e1e1 generate components without a .component extension/type
fix - 8d715fa94 generate directives without a .directive extension/type
fix - 5fc595144 generate guards with a dash type separator
fix - 040282d8f generate interceptors with a dash type separator
fix - 070d60fb3 generate modules with a dash type separator
fix - e6083b57b generate pipes with a dash type separator
fix - 92e193c0b generate resolvers with a dash type separator
fix - bc0f07b48 generate services without a .service extension/type
fix - ea1143ddd infer app component name and path in server schematic
fix - bcc0892a6 migrate provideServerRoutesConfig to provideServerRendering
fix - 5e8c6494d relative tsconfig paths in references
fix - 381d35fe4 remove empty scripts option value from new applications
fix - 148498c2b Remove experimental from zoneless
fix - a910fe9ae remove explicit outputPath option value from generated applications
fix - 901ab60d9 remove explicit index option from new applications
fix - be6f13ec1 remove setting files tsconfig field with SSR/Server generation
fix - 661609e3e set explicit type in library schematic
fix - 0f7dc2cd8 skip spec project reference for minimal ng new
fix - 3cf6ab0f7 support using default browser option when not present
fix - b13805a77 use protected for class member

@angular-devkit/build-angular

Commit Description
fix - a42e045ba respect i18nDuplicateTranslation option when duplicates exist

@angular-devkit/schematics

Commit Description
[refactor - e6be37601](e6be376...
Read more

19.2.14

28 May 13:38
Compare
Choose a tag to compare

@angular/build

Commit Description
fix - a3504fd45 HMR requires AOT do not show HMR enabled when using JIT
fix - 5ce9f96a4 include full metadata for AOT unit-testing

20.0.0-rc.4

27 May 16:02
Compare
Choose a tag to compare
20.0.0-rc.4 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - bcc0892a6 migrate provideServerRoutesConfig to provideServerRendering

@angular/build

Commit Description
fix - 4c0d873b0 include full metadata for AOT unit-testing
perf - 5ff6188c4 directly check code for Angular partial linking

20.0.0-rc.3

21 May 11:07
Compare
Choose a tag to compare
20.0.0-rc.3 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - b13805a77 use protected for class member

@angular/cli

Commit Description
fix - 787e510dc update min Node.js support to 20.19, 22.12, and 24.0

@angular-devkit/build-angular

Commit Description
fix - a42e045ba respect i18nDuplicateTranslation option when duplicates exist

@angular/build

Commit Description
fix - b155ba1dc enable unit-test builder watch outside CI
fix - 7877d9a97 ensure disabled vitest config loading
fix - aec95042b exclude only source test files with unit-test vitest support
fix - c51a540ce provide direct debugging support for unit test builder
fix - eee816f79 use global unit-test hooks during TestBed init

@angular/pwa

Commit Description
fix - 5b43174f1 remove background_color and theme_color from manifest

@angular/ssr

Commit Description
fix - 059c10eb4 SSR should work without @angular/router

19.2.13

21 May 10:16
Compare
Choose a tag to compare

@angular/pwa

Commit Description
fix - ad2fb2959 remove background_color and theme_color from manifest

20.0.0-rc.2

14 May 20:13
Compare
Choose a tag to compare
20.0.0-rc.2 Pre-release
Pre-release

@angular/build

Commit Description
fix - d2bfc6bd4 revert setup unit-test polyfills before TestBed init

20.0.0-rc.1

14 May 18:11
Compare
Choose a tag to compare
20.0.0-rc.1 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - 3cf6ab0f7 support using default browser option when not present

@angular/cli

Commit Description
fix - 5093ce0a6 properly handle Node.js require() errors with ESM modules

@angular/build

Commit Description
fix - e36bf964a allow TestBed provider configuration with vitest unit-testing
fix - 769961e4a allow vitest-based unit testing to use watch option
fix - c7f2cb596 provide vitest globals in unit-test builder
fix - 0d40cdecd setup unit-test polyfills before TestBed init
fix - fa3dc6387 show unit-test error for missing vitest browser package
fix - 247cd3352 show unit-test error for missing vitest package

19.2.12

14 May 13:25
Compare
Choose a tag to compare

@angular/cli

Commit Description
fix - 0098c38c6 properly handle Node.js require() errors with ESM modules

20.0.0-rc.0

07 May 20:00
Compare
Choose a tag to compare
20.0.0-rc.0 Pre-release
Pre-release

@schematics/angular

Commit Description
fix - 901ab60d9 remove explicit index option from new applications

@angular/cli

Commit Description
fix - e513cd4aa add Node.js 24 as supported version

@angular-devkit/build-angular

Commit Description
fix - 635999d4e correctly set i18n subPath in webpack browser builder

@angular/build

Commit Description
fix - f36a27272 allow a default application browser option
fix - f42f5c14c allow component HMR for templates with i18n
fix - ffaf8aa19 avoid attempting to watch bundler internal files
fix - ba844ae16 avoid internal karma request cache for assets
fix - 7bb1f8747 enable unit-test reporters option
fix - 1cd65a08d perform testing module cleanup when using Vitest
perf - 22ba07444 fix unnecessary esbuild rebuilds

@angular/pwa

Commit Description
fix - fa0a06f9f support using default index option when not present

19.2.11

07 May 10:44
Compare
Choose a tag to compare

@angular-devkit/build-angular

Commit Description
fix - 9eaf34405 correctly set i18n subPath in webpack browser builder

@angular/build

Commit Description
fix - cba66a85c avoid attempting to watch bundler internal files
fix - 009fc3776 avoid internal karma request cache for assets
perf - b43da3949 fix unnecessary esbuild rebuilds