Skip to content

Commit e308747

Browse files
committed
release: cut the v17.0.0-next.5 release
1 parent 1c00fd3 commit e308747

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
<a name="17.0.0-next.5"></a>
2+
3+
# 17.0.0-next.5 (2023-09-20)
4+
5+
## Breaking Changes
6+
7+
###
8+
9+
- Versions of TypeScript older than 5.2 are no longer supported.
10+
11+
###
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | -------- | ------------------------------------------ |
15+
| [1c00fd3fe](https://github.com/angular/angular-cli/commit/1c00fd3fe9ca764d96d1393af90e4dea4c132bf4) | refactor | drop support for older TypeScript versions |
16+
17+
### @angular-devkit/build-angular
18+
19+
| Commit | Type | Description |
20+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- |
21+
| [8168ae2a8](https://github.com/angular/angular-cli/commit/8168ae2a892dd012707bd294ffd26d0a070c0b5d) | feat | apply global CSS updates without a live-reload when using `vite` |
22+
| [8f9a0d70c](https://github.com/angular/angular-cli/commit/8f9a0d70cdf692b19574410cebb4d029056263fc) | feat | support standalone apps route discovery during prerendering |
23+
| [c8909406a](https://github.com/angular/angular-cli/commit/c8909406a57c9309f78eb5394456ce8fe3fdd131) | fix | correctly re-point RXJS to ESM on Windows |
24+
| [48963fc17](https://github.com/angular/angular-cli/commit/48963fc17f92a5f6f339cb12bc9a842736e04ae4) | fix | several windows fixes to application builder prerendering |
25+
26+
### @ngtools/webpack
27+
28+
| Commit | Type | Description |
29+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------- |
30+
| [9291ddab8](https://github.com/angular/angular-cli/commit/9291ddab85f83eb3b5f2a1bb5f960ff9e57d38fb) | fix | fix recursion in webpack resolve |
31+
32+
<!-- CHANGELOG SPLIT MARKER -->
33+
134
<a name="16.2.3"></a>
235

336
# 16.2.3 (2023-09-20)

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

0 commit comments

Comments
 (0)