15.0.0-next.5 (2022-10-12)
Breaking Changes
@angular/cli
-
The Angular CLI no longer supports
16.10.x
,16.11.x
and16.12.x
. Current supported versions of Node.js are14.20.x
,16.13.x
and18.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
@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