Releases: angular/angular-cli
Releases · angular/angular-cli
v13.3.7
v14.0.0-rc.1
14.0.0-rc.1 (2022-05-18)
@schematics/angular
Commit | Description |
---|---|
alphabetically order imports during component generation |
@angular/cli
@angular-devkit/build-angular
Commit | Description |
---|---|
close compiler on Karma exit |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Elton Coelho, George Kalpakas and Kristiyan Kostadinov
v13.3.6
v14.0.0-rc.0
14.0.0-rc.0 (2022-05-11)
@schematics/angular
Commit | Description |
---|---|
add migration to remove package.json in libraries secondary entrypoints |
|
don't add path mapping to old entrypoint definition file | |
remove extra space in standalone imports |
@angular/cli
Commit | Description |
---|---|
display option descriptions during auto completion | |
improve error message for Windows autocompletion use cases |
@angular-devkit/build-angular
Commit | Description |
---|---|
properly handle locally-built APF v14 libraries |
Special Thanks
Alan Agius, Charles Lyding, Cédric Exbrayat, Doug Parker, Jason Bedard, Kristiyan Kostadinov, Paul Gschwendtner and alkavats1
v14.0.0-next.13
14.0.0-next.13 (2022-05-04)
Breaking Changes
@angular-devkit/schematics
- Schematics
NodePackageInstallTask
will not execute package scripts by default
TheNodePackageInstallTask
will now use the package manager's--ignore-scripts
option by default.
The--ignore-scripts
option will prevent package scripts from executing automatically during an install.
If a schematic installs packages that need theirinstall
/postinstall
scripts to be executed, the
NodePackageInstallTask
now contains anallowScripts
boolean option which can be enabled to provide the
previous behavior for that individual task. As with previous behavior, theallowScripts
option will
prevent the individual task's usage of the--ignore-scripts
option but will not override the package
manager's existing configuration.
@schematics/angular
Commit | Description |
---|---|
introduce addDependency rule to utilities |
|
introduce a utility subpath export for Angular rules and utilities |
@angular/cli
@angular-devkit/schematics
Commit | Description |
---|---|
disable package script execution by default in NodePackageInstallTask |
@angular/pwa
Commit | Description |
---|---|
remove @schematics/angular utility deep import usage |
Special Thanks
Alan Agius, Charles Lyding, Doug Parker, Paul Gschwendtner and Pawel Kozlowski
v13.3.5
v14.0.0-next.12
14.0.0-next.12 (2022-04-27)
@schematics/angular
Commit | Description |
---|---|
add --standalone to ng generate |
@angular/cli
Commit | Description |
---|---|
change wrapping of schematic code |
@angular-devkit/build-angular
Commit | Description |
---|---|
add initial experimental esbuild-based application browser builder | |
correctly resolve custom service worker configuration file |
@angular-devkit/schematics
Commit | Description |
---|---|
re-export core string helpers from schematics package | |
support reading JSON content directly from a Tree | |
support reading text content directly from a Tree |
@ngtools/webpack
Commit | Description |
---|---|
use Webpack's built-in xxhash64 support |
Special Thanks
Charles Lyding, Doug Parker, Kristiyan Kostadinov, Paul Gschwendtner and Wagner Maciel
v13.3.4
v14.0.0-next.11
14.0.0-next.11 (2022-04-21)
@angular/cli
Commit | Description |
---|---|
remove type casting and add optional chaining for current in optionTransforms |
@angular-devkit/build-angular
Commit | Description |
---|---|
ensure karma sourcemap support on Windows |
@angular-devkit/schematics
Commit | Description |
---|---|
support null for options parameter from OptionTransform type |
Special Thanks
Alan Agius, Charles Lyding, Daniil Dubrava and Joey Perrott
v14.0.0-next.9
14.0.0-next.9 (2022-04-13)
@angular/cli
Commit | Description |
---|---|
add support for auto completion | |
handle duplicate arguments | |
remove cache path from global valid paths |
@angular-devkit/build-angular
Commit | Description |
---|---|
display debug logs when using the --verbose option |
@angular-devkit/build-webpack
Commit | Description |
---|---|
emit devserver setup errors |
Special Thanks
Alan Agius and Charles Lyding