You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Angular CLI no longer supports 16.10.x, 16.11.x and 16.12.x. Current supported versions of Node.js are 14.20.x, 16.13.x and 18.10.x.
analyticsSharing option in the global angular configuration has been
removed without replacement. This option was used to configure the Angular CLI to access to your own users' CLI usage data.
If this option is used, it can be removed using ng config --global cli.analyticsSharing undefined.
analytics APIs have been removed without replacement from @angular-devkit/core and @angular-devkit/architect.
@angular-devkit/build-angular
TypeScript versions older than 4.8.2 are no longer supported.
@ngtools/webpack
TypeScript versions older than 4.8.2 are no longer supported.
@schematics/angular
Commit
Description
Added --project-root option to the library schematics
generate new projects using TypeScript 4.8.2
mark projectRoot as non hidden option in application schematic
@angular/cli
Commit
Description
add support for Node.js version 18
handle missing which binary in path
skip downloading temp CLI when running ng update without package names
Commit
Description
migrate analytics collector to use GA4
remove analytics API from core and architect
@angular-devkit/build-angular
Commit
Description
auto include @angular/localize/init when found in types
auto include @angular/platform-server/init during server builds
drop support for TypeScript 4.6 and 4.7
correctly resolve Sass partial files in node packages
ignore specs in node_modules when finding specs
isolate zone.js usage when rendering server bundles
show warning when using TypeScript target older then ES2022 in esbuild builder
use relative sourcemap source paths for Sass in esbuild builder
avoid extra babel file reads in esbuild builder rebuilds
minimize Angular diagnostics incremental analysis in esbuild-based builder
@angular-devkit/core
Commit
Description
project extension warning message should identify concerned project
@ngtools/webpack
Commit
Description
drop support for TypeScript 4.6 and 4.7
Special Thanks
AgentEnder, Alan Agius, Charles Lyding, Cédric Exbrayat, Dariusz Ostolski, Günhan Gülsoy and Lukas Spirig