Releases: angular/angular-cli

20.1.0-next.2

18 Jun 08:48
Compare
Choose a tag to compare

@schematics/angular

CommitDescription
fix - c43711177include main.server.ts in tsconfig.files when present
fix - 4be58ee8creset module typeSeparator when generating applications

@angular/build

CommitDescription
fix - c19cd2985coverage reporter option
fix - 049e6886finclude custom bundle name scripts with karma
fix - 1d76d0ee5increase worker idle timeout
fix - 2672f6ec1json and json-summary as vitest coverage reporters
fix - 60a16a82aset scripts option output as classic script for karma
fix - 130c65014use an empty array as default value for vitest exclude

20.0.3

18 Jun 08:39
Compare
Choose a tag to compare

@schematics/angular

CommitDescription
fix - e90a808c0include main.server.ts in tsconfig.files when present
fix - 5c48b8e0areset module typeSeparator when generating applications

@angular/build

CommitDescription
fix - 56f426e25include custom bundle name scripts with karma
fix - dfe3a8b73increase worker idle timeout
fix - e6d27bd5eset scripts option output as classic script for karma

20.1.0-next.1

11 Jun 23:17
Compare
Choose a tag to compare

@schematics/angular

CommitDescription
feat - 1c19e0dcduse signal in app component
fix - 42f45a39eadd less as a devDependency when selected as the style preprocessor

@angular/build

CommitDescription
fix - e36cbba11do not consider internal Angular files as external imports
fix - a415a4999improve default coverage reporter handling for vitest
fix - f177f5508support injecting global styles into vitest unit-tests
fix - 917af12aeuse date/time based output path for vitest unit-test

20.0.2

11 Jun 14:58
Compare
Choose a tag to compare

@schematics/angular

CommitDescription
fix - bf64a0f2dadd less as a devDependency when selected as the style preprocessor
fix - cb258a3e1correctly detect modules using new file extension format

@angular/build

CommitDescription
fix - 424f1cbbfdo not consider internal Angular files as external imports

19.2.15

11 Jun 14:15
Compare
Choose a tag to compare

@angular-devkit/build-angular

CommitDescription
fix - b120e1411update dependency webpack-dev-server to v5.2.2

18.2.20

11 Jun 13:28
Compare
Choose a tag to compare
release: cut the v18.2.20 release

20.1.0-next.0

05 Jun 17:11
Compare
Choose a tag to compare

@schematics/angular

CommitDescription
fix - 0b7d48c7ccorrectly detect modules using new file extension format

@angular/build

CommitDescription
feat - 1159cf081add code coverage reporters option for unit-test
feat - 8f305ef0badd dataurl, base64 loaders

20.0.1

04 Jun 18:00
Compare
Choose a tag to compare

@schematics/angular

CommitDescription
fix - 525ddcbd2only overwrite JSON file if actually changed
fix - 83c820e5aremove karma config devkit package usages during application migration
fix - 87266b38askip zone.js dependency for zoneless applications

@angular/cli

CommitDescription
fix - 0883248cbimprove Node.js version check and error messages

@angular/build

CommitDescription
fix - e5efdc577also disable outputMode in vitest unit-tests
fix - 5814393dbresolve junit karma reporter output to workspace root

20.0.0

28 May 14:52
Compare
Choose a tag to compare

@angular/cli

CommitDescription
fix - e513cd4aaadd Node.js 24 as supported version
fix - 5e90c1b4eremove Node.js v18 support
fix - 787e510dcupdate min Node.js support to 20.19, 22.12, and 24.0
fix - 64732534eupdate minimum supported Node.js 22 version to 22.11.0

@schematics/angular

CommitDescription
feat - e03f2b899Add global error listeners to new app generation
feat - 1e137ca84add migration to update moduleResolution to bundler
feat - 26fd4ea73add migrations for server rendering updates
feat - 5876577afAdd prompt for new apps to be zoneless
feat - fdc6291ddadd update migration to keep previous style guide generation behavior
feat - 093c5a315directly use @angular/build in new projects
feat - d6f594fe0generate applications using TypeScript project references
feat - 0ab1ddf63generate libraries using TypeScript project references
feat - 18e13e2ceremove --server-routing option
feat - 03180fe03use TypeScript module preserve option for new projects
fix - 86d241629add @angular/ssr dependency only when provideServerRendering import has been updated
fix - 9e6b9b537add type checking of host bindings to strict config
fix - 8654b3feaapplication migration should migrate karma builder package
fix - c557a19efavoid empty polyfill option for new zoneless application
fix - 90615a88bdefault component templates to not use .ng.html extension
fix - 672ae14cddrop composite in tsconfig
fix - da6ef626fensure app-shell schematic consistently uses withAppShell
fix - f126f8d34ensure module discovery checks for an NgModule decorator
fix - dc2f65999generate component templates with a .ng.html file extension
fix - 23fc8e1e1generate components without a .component extension/type
fix - 8d715fa94generate directives without a .directive extension/type
fix - 5fc595144generate guards with a dash type separator
fix - 040282d8fgenerate interceptors with a dash type separator
fix - 070d60fb3generate modules with a dash type separator
fix - e6083b57bgenerate pipes with a dash type separator
fix - 92e193c0bgenerate resolvers with a dash type separator
fix - bc0f07b48generate services without a .service extension/type
fix - ea1143dddinfer app component name and path in server schematic
fix - bcc0892a6migrate provideServerRoutesConfig to provideServerRendering
fix - 5e8c6494drelative tsconfig paths in references
fix - 381d35fe4remove empty scripts option value from new applications
fix - 148498c2bRemove experimental from zoneless
fix - a910fe9aeremove explicit outputPath option value from generated applications
fix - 901ab60d9remove explicit index option from new applications
fix - be6f13ec1remove setting files tsconfig field with SSR/Server generation
fix - 661609e3eset explicit type in library schematic
fix - 0f7dc2cd8skip spec project reference for minimal ng new
fix - 3cf6ab0f7support using default browser option when not present
fix - b13805a77use protected for class member

@angular-devkit/build-angular

CommitDescription
fix - a42e045barespect i18nDuplicateTranslation option when duplicates exist

@angular-devkit/schematics

CommitDescription
[refactor - e6be37601](e6be376...
Read more

19.2.14

28 May 13:38
Compare
Choose a tag to compare

@angular/build

CommitDescription
fix - a3504fd45HMR requires AOT do not show HMR enabled when using JIT
fix - 5ce9f96a4include full metadata for AOT unit-testing