Releases: angular/angular-cli
Releases · angular/angular-cli
v15.2.4
v14.2.11
v13.3.11
v16.0.0-next.4
16.0.0-next.4 (2023-03-15)
@angular-devkit/build-angular
Commit | Description |
---|---|
initial autoprefixer support for CSS in esbuild builder | |
support standalone app-shell generation | |
correct wrap ES2022 classes with static properties | |
set public class fields as properties (#24849) |
Special Thanks
Alan Agius, Charles Lyding and Paul Gschwendtner
v15.2.3
v16.0.0-next.3
16.0.0-next.3 (2023-03-08)
@angular-devkit/schematics-cli
Commit | Description |
---|---|
correctly transform numbers from prompts |
@angular/cli
Commit | Description |
---|---|
show optional migrations during update process |
@angular-devkit/build-angular
Commit | Description |
---|---|
build optimizer support for non spec-compliant ES2022 class static properties |
Special Thanks
Alan Agius, Charles Lyding and Kristiyan Kostadinov
v15.2.2
v16.0.0-next.2
16.0.0-next.2 (2023-03-01)
Breaking Changes
@angular-devkit/build-angular
-
Deprecated
outputPath
andoutputPaths
from the server and browser builder have been removed from the builder output. Useoutputs
instead.Note: this change does not effect application developers.
@angular-devkit/build-angular
Commit | Description |
---|---|
improve parsing of error messages | |
remove deprecated outputPaths and outputPath Builder output |
Special Thanks
Alan Agius, Doug Parker and Paul Gschwendtner