Skip to content

Commit 0d64ffc

Browse files
committed
release: cut the v17.1.0-next.3 release
1 parent c319461 commit 0d64ffc

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
<a name="17.1.0-next.3"></a>
2+
3+
# 17.1.0-next.3 (2023-12-21)
4+
5+
### @angular/cli
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
9+
| [a391b5f0c](https://github.com/angular/angular-cli/commit/a391b5f0c21782f69ec8c79c71d195b10b7849a6) | fix | `ng e2e` and `ng lint` prompt requires to hit Enter twice to proceed on Windows |
10+
| [f7d538903](https://github.com/angular/angular-cli/commit/f7d538903aa912ead7a13cbd7b23b79044257110) | fix | re-add `-d` alias for `--dry-run` |
11+
12+
### @schematics/angular
13+
14+
| Commit | Type | Description |
15+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------- |
16+
| [a708dccff](https://github.com/angular/angular-cli/commit/a708dccff34f62b625332555005bbd8f41380ec2) | feat | update SSR and application builder migration schematics to work with new `outputPath` |
17+
| [aec581daf](https://github.com/angular/angular-cli/commit/aec581daf03b7d83592eb6464dd54c3da57daca7) | fix | add missing property "buildTarget" to interface "ServeBuilderOptions" |
18+
| [a1f3ae579](https://github.com/angular/angular-cli/commit/a1f3ae5799b3184a71647cf4d0f0f84b64986c4a) | fix | do not generate standalone component when using `ng generate module` |
19+
20+
### @angular-devkit/build-angular
21+
22+
| Commit | Type | Description |
23+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
24+
| [cc246d50e](https://github.com/angular/angular-cli/commit/cc246d50ea8d92289c8be8dc58b376358a899ad6) | feat | allow customization of output locations |
25+
| [15a669c1e](https://github.com/angular/angular-cli/commit/15a669c1efdc8ac18507232d6cb29794c82b94cc) | feat | allowing control of index HTML initial preload generation |
26+
| [47a064b14](https://github.com/angular/angular-cli/commit/47a064b146d06ee7498e3aacb2f17a6283be4504) | feat | emit external sourcemaps for component styles |
27+
| [b3c1991a2](https://github.com/angular/angular-cli/commit/b3c1991a2e4c5d6476fdb94a57b80893cd78f4ff) | fix | add missing tailwind `@screen` directive in matcher |
28+
| [a5d4735b8](https://github.com/angular/angular-cli/commit/a5d4735b804b30da1aeccdacf09c0dd05a359d3c) | fix | construct SSR request URL using server resolvedUrls |
29+
| [0fa1e3419](https://github.com/angular/angular-cli/commit/0fa1e3419ffba573156791a39ad5d9b6b0bb656b) | fix | ensure empty optimized Sass stylesheets stay empty |
30+
| [efe3bda48](https://github.com/angular/angular-cli/commit/efe3bda483b5776b2097ab68ea0b134d13d1a589) | fix | ensure external dependencies are used by Web Worker bundling |
31+
| [ceffafe1a](https://github.com/angular/angular-cli/commit/ceffafe1a3c8cad469b718e466e771e1d396ab14) | fix | provide better error messages for failed file reads |
32+
33+
<!-- CHANGELOG SPLIT MARKER -->
34+
135
<a name="17.0.8"></a>
236

337
# 17.0.8 (2023-12-21)

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

0 commit comments

Comments
 (0)