Skip to content

Commit ab128ea

Browse files
committed
release: cut the v13.0.0-next.6 release
1 parent 0d76bf0 commit ab128ea

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="13.0.0-next.6"></a>
2+
3+
# 13.0.0-next.6 (2021-09-22)
4+
5+
## Breaking Changes
6+
7+
### @ngtools/webpack
8+
9+
- 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.
10+
11+
### @angular-devkit/build-angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- |
15+
| [0d76bf04b](https://github.com/angular/angular-cli/commit/0d76bf04bca6e083865972b5398a32bbe9396e14) | fix | support WASM-based esbuild optimizer fallback |
16+
17+
### @angular-devkit/build-webpack
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
21+
| [9efcb32e3](https://github.com/angular/angular-cli/commit/9efcb32e378442714eae4caec43281123c5e30f6) | fix | better handle concurrent dev-servers |
22+
23+
### @ngtools/webpack
24+
25+
| Commit | Type | Description |
26+
| --------------------------------------------------------------------------------------------------- | -------- | --------------------------------------------------- |
27+
| [7d98ab3df](https://github.com/angular/angular-cli/commit/7d98ab3df9f7c15612c69cedca5a01a535301508) | refactor | support an ESM-only `@angular/compiler-cli` package |
28+
29+
## Special Thanks
30+
31+
Alan Agius and Charles Lyding
32+
133
<a name="13.0.0-next.5"></a>
234

335
# 13.0.0-next.5 (2021-09-15)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/devkit-repo",
3-
"version": "13.0.0-next.5",
3+
"version": "13.0.0-next.6",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)