Skip to content

Commit 1c06b1d

Browse files
committed
release: cut the v15.0.0-next.0 release
1 parent 0f4fc96 commit 1c06b1d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
<a name="15.0.0-next.0"></a>
2+
3+
# 15.0.0-next.0 (2022-09-08)
4+
5+
## Breaking Changes
6+
7+
### @angular/cli
8+
9+
- The 'path' option in schematics schema no longer has a special meaning. Use 'workingDirectory' smart default provider should be used instead.
10+
11+
### @schematics/angular
12+
13+
- Removed unused`appDir` option from Universal and App-Shell schematic. This option can safely be removed if present since it no longer has effect.
14+
15+
### @schematics/angular
16+
17+
| Commit | Type | Description |
18+
| --------------------------------------------------------------------------------------------------- | -------- | ------------------------------- |
19+
| [57d93fb7d](https://github.com/angular/angular-cli/commit/57d93fb7d979e68c2a4e6f6046ff633f69098afe) | fix | mark project as required option |
20+
| [69b221498](https://github.com/angular/angular-cli/commit/69b2214987c8fad6efd091782cf28b20be62d244) | refactor | remove deprecated appDir option |
21+
22+
### @angular/cli
23+
24+
| Commit | Type | Description |
25+
| --------------------------------------------------------------------------------------------------- | -------- | ------------------------------ |
26+
| [774d349b7](https://github.com/angular/angular-cli/commit/774d349b73a436a99f2ea932b7509dab7c1d5e45) | refactor | remove deprecated path handler |
27+
28+
### @angular-devkit/build-angular
29+
30+
| Commit | Type | Description |
31+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- |
32+
| [feb06753d](https://github.com/angular/angular-cli/commit/feb06753d59f782c6ad8fd59a60537863094f498) | perf | use esbuild-based builder to directly downlevel for await...of |
33+
34+
## Special Thanks
35+
36+
Alan Agius, Charles Lyding, Doug Parker, Ruslan Lekhman and angular-robot[bot]
37+
38+
<!-- CHANGELOG SPLIT MARKER -->
39+
140
<a name="14.2.2"></a>
241

342
# 14.2.2 (2022-09-08)

0 commit comments

Comments
 (0)