Releases: angular/angular-cli
v15.0.0-rc.3
15.0.0-rc.3 (2022-11-09)
@angular-devkit/architect
Commit | Description |
---|---|
default to failure if no builder result is provided |
@angular-devkit/build-angular
Special Thanks
Alan Agius and Charles Lyding
v14.2.9
v15.0.0-rc.2
15.0.0-rc.2 (2022-11-02)
@schematics/angular
Commit | Description |
---|---|
guard schematics should include all guards (CanMatch) |
@angular/cli
Commit | Description |
---|---|
exclude @angular/localize@<10.0.0 from ng add pa… (#24152) |
@angular-devkit/build-angular
Special Thanks
Alan Agius, Andrew Scott and Charles Lyding
v14.2.8
v15.0.0-rc.1
15.0.0-rc.1 (2022-10-26)
@schematics/angular
Commit | Description |
---|---|
add @angular/localize as type when localize package is installed |
|
remove TypeScript target from universal schematic |
@angular/cli
Commit | Description |
---|---|
allow ng add to find prerelease versions when CLI is prerelease |
|
disable version check during auto completion | |
exclude @angular/[email protected] from ng add package discovery |
|
skip node.js compatibility checks when running completion |
@angular-devkit/build-angular
Special Thanks
Alan Agius, Charles Lyding and Günhan Gülsoy
v14.2.7
14.2.7 (2022-10-26)
@angular/cli
Commit | Description |
---|---|
disable version check during auto completion | |
skip node.js compatibility checks when running completion |
@angular-devkit/build-angular
Commit | Description |
---|---|
issue dev-server support warning when using esbuild builder |
Special Thanks
Alan Agius and Charles Lyding
v15.0.0-rc.0
v15.0.0-next.6
15.0.0-next.6 (2022-10-14)
@angular/cli
Commit | Description |
---|---|
add unique user id as user parameter in GA | |
add workspace information as part of analytics collection | |
do not collect analytics when running in non TTY mode |
@angular-devkit/build-angular
@angular-devkit/core
Commit | Description |
---|---|
update logger forEach promiseCtor type |
@ngtools/webpack
Commit | Description |
---|---|
support inline style sourcemaps when using css-loader for component styles |
Special Thanks
Alan Agius and Charles Lyding
v15.0.0-next.5
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
v14.2.6
14.2.6 (2022-10-12)
@angular/cli
Commit | Description |
---|---|
handle missing which binary in path |
|
skip downloading temp CLI when running ng update without package names |
@angular-devkit/core
Commit | Description |
---|---|
project extension warning message should identify concerned project |
Special Thanks
AgentEnder and Alan Agius