Skip to content

Commit 6197a2d

Browse files
committed
release: cut the v15.0.0-next.4 release
1 parent 0e39948 commit 6197a2d

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
<a name="15.0.0-next.4"></a>
2+
3+
# 15.0.0-next.4 (2022-10-05)
4+
5+
## Breaking Changes
6+
7+
### @angular/cli
8+
9+
- Node.js versions older than 14.20 are no longer supported.
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- |
15+
| [b6897dbb0](https://github.com/angular/angular-cli/commit/b6897dbb0a1ef287644e117251c1c76cc8afcae0) | feat | remove `karma.conf.js` from newly generated projects |
16+
| [301b5669a](https://github.com/angular/angular-cli/commit/301b5669a724261d53444d5172334966903078c0) | feat | remove `ngOnInit` from component template |
17+
| [84e3f7727](https://github.com/angular/angular-cli/commit/84e3f7727dc1de31484704c7c06d51ff5392a34a) | fix | remove empty lines |
18+
19+
### @angular/cli
20+
21+
| Commit | Type | Description |
22+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
23+
| [4b623461a](https://github.com/angular/angular-cli/commit/4b623461a4a938ba320b5e019f9c715d634a46c4) | feat | drop support for Node.js versions older than 14.20 |
24+
25+
### @angular-devkit/build-angular
26+
27+
| Commit | Type | Description |
28+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
29+
| [67324b3e5](https://github.com/angular/angular-cli/commit/67324b3e5861510b1df9641bb4b10bb67e3a2325) | feat | add initial incremental code rebuilding to esbuild builder |
30+
| [3d94ca21b](https://github.com/angular/angular-cli/commit/3d94ca21bbb7496a2ff588166fd93c5f2339b823) | feat | add initial watch support to esbuild-based builder |
31+
| [2b6029245](https://github.com/angular/angular-cli/commit/2b602924538bf987e92f806c25c2a3d008a3f0a9) | feat | providing a karma config is now optional |
32+
| [f9a2c3a12](https://github.com/angular/angular-cli/commit/f9a2c3a1216cf9510e122df44a64ddd11d47226b) | fix | allow both script and module sourceTypes to be localized |
33+
| [b6df9c136](https://github.com/angular/angular-cli/commit/b6df9c1367ae5795a3895628ec9822d432b315bb) | fix | handle conditional exports in `scripts` and `styles` option |
34+
| [8f8e02c32](https://github.com/angular/angular-cli/commit/8f8e02c3221c9477ec931bb6983daf6a2c8dc8be) | fix | support Yarn PNP resolution in modern SASS API |
35+
36+
### @angular-devkit/schematics
37+
38+
| Commit | Type | Description |
39+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- |
40+
| [8eb58bdbe](https://github.com/angular/angular-cli/commit/8eb58bdbe034e2cbae9cdae058ad4633c8f2a761) | fix | throw more relevant error when Rule returns invalid null value |
41+
42+
## Special Thanks
43+
44+
Alan Agius, Brent Schmidt, Charles Lyding, Cédric Exbrayat and minijus
45+
46+
<!-- CHANGELOG SPLIT MARKER -->
47+
148
<a name="14.2.5"></a>
249

350
# 14.2.5 (2022-10-05)

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": "15.0.0-next.3",
3+
"version": "15.0.0-next.4",
44
"private": true,
55
"description": "Software Development Kit for Angular",
66
"bin": {

0 commit comments

Comments
 (0)