Skip to content

Commit 0b71ace

Browse files
committed
docs: release notes for the v14.0.0-next.13 release
1 parent 729a046 commit 0b71ace

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

CHANGELOG.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
<a name="14.0.0-next.13"></a>
2+
3+
# 14.0.0-next.13 (2022-05-04)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/schematics
8+
9+
- Schematics `NodePackageInstallTask` will not execute package scripts by default
10+
The `NodePackageInstallTask` will now use the package manager's `--ignore-scripts` option by default.
11+
The `--ignore-scripts` option will prevent package scripts from executing automatically during an install.
12+
If a schematic installs packages that need their `install`/`postinstall` scripts to be executed, the
13+
`NodePackageInstallTask` now contains an `allowScripts` boolean option which can be enabled to provide the
14+
previous behavior for that individual task. As with previous behavior, the `allowScripts` option will
15+
prevent the individual task's usage of the `--ignore-scripts` option but will not override the package
16+
manager's existing configuration.
17+
18+
### @schematics/angular
19+
20+
| Commit | Type | Description |
21+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
22+
| [3fa38b08b](https://github.com/angular/angular-cli/commit/3fa38b08ba8ef57a6079873223a7d6088d5ea64e) | feat | introduce `addDependency` rule to utilities |
23+
| [b07ccfbb1](https://github.com/angular/angular-cli/commit/b07ccfbb1b2045d285c23dd4b654e1380892fcb2) | feat | introduce a utility subpath export for Angular rules and utilities |
24+
25+
### @angular/cli
26+
27+
| Commit | Type | Description |
28+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------- |
29+
| [4212fb8de](https://github.com/angular/angular-cli/commit/4212fb8de2f4f3e80831a0803acc5fc6e54db1e1) | feat | add prompt to set up CLI autocompletion |
30+
| [fb0622893](https://github.com/angular/angular-cli/commit/fb06228932299870774a7b254f022573f5d8175f) | feat | don't prompt to set up autocompletion for `ng update` and `ng completion` commands |
31+
| [022d8c7bb](https://github.com/angular/angular-cli/commit/022d8c7bb142e8b83f9805a39bc1ae312da465eb) | feat | make `ng completion` set up CLI autocompletion by modifying `.bashrc` files |
32+
| [2e15df941](https://github.com/angular/angular-cli/commit/2e15df9417dcc47b12785a8c4c9074bf05d0450c) | feat | remember after prompting users to set up autocompletion and don't prompt again |
33+
34+
### @angular-devkit/schematics
35+
36+
| Commit | Type | Description |
37+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
38+
| [0e6425fd8](https://github.com/angular/angular-cli/commit/0e6425fd88ea32679516251efdca6ff07cc4b56a) | feat | disable package script execution by default in `NodePackageInstallTask` |
39+
40+
### @angular/pwa
41+
42+
| Commit | Type | Description |
43+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ |
44+
| [243cb4062](https://github.com/angular/angular-cli/commit/243cb40622fef4107b0162bc7b6a374471cebc14) | fix | remove `@schematics/angular` utility deep import usage |
45+
46+
## Special Thanks
47+
48+
Alan Agius, Charles Lyding, Doug Parker, Paul Gschwendtner and Pawel Kozlowski
49+
50+
<!-- CHANGELOG SPLIT MARKER -->
51+
152
<a name="13.3.5"></a>
253

354
# 13.3.5 (2022-05-04)

0 commit comments

Comments
 (0)