Skip to content

Commit 5c070c9

Browse files
committed
release: cut the v17.1.0-next.2 release
1 parent 7cbf82b commit 5c070c9

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="17.1.0-next.2"></a>
2+
3+
# 17.1.0-next.2 (2023-12-13)
4+
5+
### @angular-devkit/build-angular
6+
7+
| Commit | Type | Description |
8+
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------ |
9+
| [204794c4f](https://github.com/angular/angular-cli/commit/204794c4f8e87882af974144fff642762930b4d3) | feat | add support for `--no-browsers` in karma builder |
10+
| [f6e67df1c](https://github.com/angular/angular-cli/commit/f6e67df1c4f286fb1fe195b75cdaab4339ad7604) | feat | inline Google and Adobe fonts located in stylesheets |
11+
| [4b3a96542](https://github.com/angular/angular-cli/commit/4b3a965429bfaa6559693b2a3b69565455a75866) | fix | `baseHref` with trailing slash causes server not to be accessible without trailing slash |
12+
| [72bd0ab9d](https://github.com/angular/angular-cli/commit/72bd0ab9d069ad726c389d860ac5f11f34370214) | fix | allow vite to serve JavaScript and TypeScript assets |
13+
| [12f4433af](https://github.com/angular/angular-cli/commit/12f4433afb8d0145259a37774296199a25d45e0c) | fix | cache loading of component resources in JIT mode |
14+
| [d07ef2f0b](https://github.com/angular/angular-cli/commit/d07ef2f0b9d6bbbbe0a97b3f1551ecfaa73ba983) | fix | ensure browser-esbuild is used in dev server with browser builder and forceEsbuild |
15+
| [5b8e2d5e5](https://github.com/angular/angular-cli/commit/5b8e2d5e57d1c0b07f015eec1bd8fb889dfa8a78) | fix | ensure port 0 uses random port with Vite development server |
16+
| [0f253a1fc](https://github.com/angular/angular-cli/commit/0f253a1fc696bdf15a0cf99daff876d7bb3727ea) | fix | file is missing from the TypeScript compilation with JIT |
17+
| [2909daf61](https://github.com/angular/angular-cli/commit/2909daf6180f4471e914c3833df53961e33e022c) | fix | handle updates of an `npm link` library from another workspace when `preserveSymlinks` is `true` |
18+
| [bf5fbddd4](https://github.com/angular/angular-cli/commit/bf5fbddd45cdf2e9ee3e7360f8b872d7d71105b3) | fix | inlining of fonts results in jagged fonts for Windows users |
19+
| [6a44989f5](https://github.com/angular/angular-cli/commit/6a44989f54ce4ef798079196949f2ea878f5efd6) | fix | retain symlinks to output platform directories on builds |
20+
| [4e1f0e44d](https://github.com/angular/angular-cli/commit/4e1f0e44dca106fa299b5dd0e4145c2c3a99ab4f) | fix | the request url "..." is outside of Vite serving allow list for all assets |
21+
| [7a50df5c0](https://github.com/angular/angular-cli/commit/7a50df5c046b65bb196408dd2c4771d5deccd034) | fix | update ESM loader to work with Node.js 18.19.0 |
22+
| [125fb779f](https://github.com/angular/angular-cli/commit/125fb779ff394f388c2d027c1dda4a33bd8caa62) | perf | reduce TypeScript JSDoc parsing in application builder |
23+
24+
<!-- CHANGELOG SPLIT MARKER -->
25+
126
<a name="17.0.7"></a>
227

328
# 17.0.7 (2023-12-13)

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

0 commit comments

Comments
 (0)