Releases: angular/angular-cli
Releases · angular/angular-cli
v14.0.0-rc.3
14.0.0-rc.3 (2022-05-31)
@angular/cli
| Commit | Description |
|---|---|
| support silent package installs with Yarn 2+ | |
| workaround npm 7+ peer dependency resolve errors during updates |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| add es2015 exports package condition to browser-esbuild | |
detect tailwind.config.cjs as valid tailwindcss configuration |
@angular-devkit/schematics
| Commit | Description |
|---|---|
| support ignore scripts package installs with Yarn 2+ | |
| support quiet package installs with Yarn 2+ |
Special Thanks
Alan Agius, Charles Lyding and Doug Parker
v14.0.0-rc.2
14.0.0-rc.2 (2022-05-25)
@angular/cli
| Commit | Description |
|---|---|
| populate path with working directory in nested schematics | |
remove incorrect warning during ng update |
@angular-devkit/build-angular
Special Thanks
Alan Agius, Joey Perrott and Kristiyan Kostadinov
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
NodePackageInstallTaskwill not execute package scripts by default
TheNodePackageInstallTaskwill now use the package manager's--ignore-scriptsoption by default.
The--ignore-scriptsoption will prevent package scripts from executing automatically during an install.
If a schematic installs packages that need theirinstall/postinstallscripts to be executed, the
NodePackageInstallTasknow contains anallowScriptsboolean option which can be enabled to provide the
previous behavior for that individual task. As with previous behavior, theallowScriptsoption will
prevent the individual task's usage of the--ignore-scriptsoption 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