Releases: angular/angular-cli
Releases · angular/angular-cli
v13.0.0-next.8
13.0.0-next.8 (2021-10-05)
Breaking Changes
@angular-devkit/build-angular
- With this change a number of deprecated dev-server builder options which proxied to the browser builder have been removed. These options should be configured in the browser builder instead.
The removed options are:
aot
sourceMap
deployUrl
baseHref
vendorChunk
commonChunk
optimization
progress
@angular/cli
Commit |
Description |
 |
keep relative migration paths during update analysis |
@angular-devkit/build-angular
Commit |
Description |
 |
favor es2020 main fields |
 |
remove deprecated dev-server options |
 |
update TS/JS regexp checks to latest extensions |
Special Thanks
Alan Agius, Charles Lyding and Doug Parker
v12.2.8
12.2.8 (2021-10-01)
@angular-devkit/build-angular
Commit |
Description |
 |
babel adjust enum plugin incorrectly transforming loose enums |
Special Thanks
Paul Gschwendtner
v12.2.7
12.2.7 (2021-09-22)
@angular-devkit/build-angular
Commit |
Description |
 |
support WASM-based esbuild optimizer fallback |
Special Thanks
Alan Agius and Charles Lyding
v13.0.0-next.6
13.0.0-next.6 (2021-09-22)
Breaking Changes
@ngtools/webpack
- Applications directly using the
webpack-cli
and not the Angular CLI to build must set the environment variable DISABLE_V8_COMPILE_CACHE=1
. The @ngtools/webpack
package now uses dynamic imports to provide support for the ESM @angular/compiler-cli
package. The v8-compile-cache
package used by the webpack-cli
does not currently support dynamic import expressions and will cause builds to fail if the environment variable is not specified. Applications using the Angular CLI are not affected by this limitation.
@angular-devkit/build-angular
Commit |
Description |
 |
support WASM-based esbuild optimizer fallback |
@angular-devkit/build-webpack
Commit |
Description |
 |
better handle concurrent dev-servers |
@ngtools/webpack
Commit |
Description |
 |
support an ESM-only @angular/compiler-cli package |
Special Thanks
Alan Agius and Charles Lyding
v13.0.0-next.5
13.0.0-next.5 (2021-09-15)
@angular/cli
Commit |
Description |
 |
handle FORCE_COLOR when stdout is not instance of WriteStream |
@angular-devkit/build-angular
Commit |
Description |
 |
add web-streams-polyfill to downlevel exclusion list |
 |
handle FORCE_COLOR when stdout is not instance of WriteStream |
Special Thanks
Alan Agius, Charles Lyding and Joey Perrott
v12.2.6
12.2.6 (2021-09-15)
@angular/cli
Commit |
Description |
 |
handle FORCE_COLOR when stdout is not instance of WriteStream |
@angular-devkit/build-angular
Commit |
Description |
 |
handle FORCE_COLOR when stdout is not instance of WriteStream |
Special Thanks
Alan Agius
v13.0.0-next.4
13.0.0-next.4 (2021-09-08)
@angular-devkit/build-angular
Commit |
Description |
 |
improve Safari browserslist to esbuild target conversion |
Special Thanks
Alan Agius, Charles Lyding and Doug Parker
v12.2.5
12.2.5 (2021-09-08)
@angular-devkit/build-angular
Commit |
Description |
 |
disable dev-server response compression |
 |
improve Safari browserslist to esbuild target conversion |
Special Thanks:
Alan Agius and Charles Lyding