Skip to content

Commit 79339ec

Browse files
committed
release: cut the v17.0.0-next.6 release
1 parent 1a6d5b7 commit 79339ec

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
<a name="17.0.0-next.6"></a>
2+
3+
# 17.0.0-next.6 (2023-09-27)
4+
5+
## Breaking Changes
6+
7+
### @schematics/angular
8+
9+
- `ng g interceptor` now generate a functional interceptor by default. or guard by default. To generate a class-based interceptor the `--no-functional` command flag should be used.
10+
11+
### @schematics/angular
12+
13+
| Commit | Type | Description |
14+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
15+
| [741cca73c](https://github.com/angular/angular-cli/commit/741cca73c129ff05e7229081d50762a054c09a8d) | feat | add `ng new --ssr` |
16+
| [6979eba3c](https://github.com/angular/angular-cli/commit/6979eba3c9d46fd5fc2622d28636c48dbcbbe1c6) | feat | enable hydration when adding SSR, SSG or AppShell |
17+
| [ac0db6697](https://github.com/angular/angular-cli/commit/ac0db6697593196692e5b87e1e724be6de0ef0a0) | feat | enable standalone by default in new applications |
18+
| [a189962a5](https://github.com/angular/angular-cli/commit/a189962a515051fd77e20bf8dd1815086a0d12ef) | feat | generate functional interceptors by default |
19+
| [a23a1acab](https://github.com/angular/angular-cli/commit/a23a1acabefbec69f3d8ef25999eaec67e420084) | fix | update `@angular/cli` version specifier to use `^` |
20+
21+
### @angular/cli
22+
23+
| Commit | Type | Description |
24+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
25+
| [f4e7fa873](https://github.com/angular/angular-cli/commit/f4e7fa87350ea1162287114796e0e04e2af101c4) | fix | add `@angular/ssr` as part of the ng update `packageGroup` |
26+
27+
### @angular-devkit/build-angular
28+
29+
| Commit | Type | Description |
30+
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- |
31+
| [8bce80b91](https://github.com/angular/angular-cli/commit/8bce80b91b953c391ef8e45fec7f887f8d8521aa) | feat | initial support for application Web Worker discovery with esbuild |
32+
| [c3a87a60e](https://github.com/angular/angular-cli/commit/c3a87a60e0d3cdcae9f4361c2cf21c7ea29bd7de) | feat | support basic web worker bundling with esbuild builders |
33+
| [c5f3ec71f](https://github.com/angular/angular-cli/commit/c5f3ec71f536e7ebb1c8cd0d7523b42e58f9611a) | feat | support i18n inlining with esbuild-based builder |
34+
| [4e89c3cae](https://github.com/angular/angular-cli/commit/4e89c3cae43870a10ef58de5ebdc094f5a06023e) | fix | use a dash in bundle names |
35+
| [61f409cbe](https://github.com/angular/angular-cli/commit/61f409cbe4a7bf59711ef0cfa3b7365a8df3016d) | perf | disable ahead of time prerendering in vite dev-server |
36+
37+
### @angular/ssr
38+
39+
| Commit | Type | Description |
40+
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- |
41+
| [8d033841d](https://github.com/angular/angular-cli/commit/8d033841d1785944f60ccd425e413865c9caf581) | fix | enable `prerender` and `ssr` for all build configuration |
42+
43+
<!-- CHANGELOG SPLIT MARKER -->
44+
145
<a name="16.2.4"></a>
246

347
# 16.2.4 (2023-09-27)

package.json

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

0 commit comments

Comments
 (0)