v12.0.0-next.5
Pre-release
Pre-release
Commits
@angular-devkit/build-angular (0.1200.0-next.5) | ||
Commit | Description | Notes |
|
expose legacy-migrate message format | |
|
integrate JIT mode linker |
[Closes #20281] |
|
display correct filename for bundles that are ES2016+ | |
|
don't load an input sourcemap from file when using Babel | |
|
support writing large Webpack stat outputs | |
|
skip FESM2015 from `async` transformation | |
|
remove Webpack Stats.toJson usage in analytics plugin | |
|
remove Webpack Stats.toJson usage in karma plugin | |
|
enforce Babel not to load sourcemaps from file | |
|
disable `showCircularDependencies` by default | |
@angular-devkit/build-webpack (0.1200.0-next.5) | ||
Commit | Description | Notes |
|
provide output path in builder results | |
@angular/cli (12.0.0-next.5) | ||
Commit | Description | Notes |
|
confirm ng add action before installation | |
|
support TypeScript 4.2 | |
|
remove `project` from required properties in ng-packagr schema | |
@ngtools/webpack (12.0.0-next.5) | ||
Commit | Description | Notes |
|
remove Webpack 5 deprecation warning in resource loader | |
|
avoid adding transitive dependencies to Webpack's dependency graph | |
|
use precalculated dependencies in unused file check | |
@schematics/angular (12.0.0-next.5) | ||
Commit | Description | Notes |
|
update several TypeScript compilation target (Syntax) | |
|
remove tslint and codelyzer from new projects |
[Closes #20105] [Closes #18465] |
|
remove references to the prod flag | |
|
fix youtube icon margin | |
|
only show legacy browsers deprecation warning when option is used | |
|
remove Native value from viewEncapsulation option | |
|
use title for svg on home page | |
Breaking Changes
@angular/cli: confirm ng add action before installation (985dc1a)
The `ng add` command will now ask the user to confirm the package and version prior to installing and executing an uninstalled package. This new behavior allows a user to abort the action if the version selected is not appropriate or if a typo occurred on the command line and an incorrect package would be installed. A `--skip-confirmation` option has been added to skip the prompt and directly install and execute the package. This option is useful in CI and non-TTY scenarios such as automated scripts.Special Thanks
Alan Agius, Charles Lyding, Renovate Bot, Doug Parker, Cédric Exbrayat, Kristiyan Kostadinov, Mouad Ennaciri, Omar Hasan