Skip to content

Commit 7ea85e9

Browse files
committed
release: cut the v19.0.0-next.1 release
1 parent 5f7edd8 commit 7ea85e9

File tree

2 files changed

+56
-1
lines changed

2 files changed

+56
-1
lines changed

CHANGELOG.md

+55
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
<a name="19.0.0-next.1"></a>
2+
3+
# 19.0.0-next.1 (2024-08-22)
4+
5+
## Breaking Changes
6+
7+
### @angular-devkit/build-angular
8+
9+
- The `browserTarget` option has been removed from the DevServer and ExtractI18n builders. `buildTarget` is to be used instead.
10+
11+
### @angular-devkit/core
12+
13+
- The deprecated `fileBuffer` function is no longer available. Update your code to use `stringToFileBuffer` instead to maintain compatibility.
14+
15+
**Note:** that this change does not affect application developers.
16+
17+
### @angular/build
18+
19+
- The `@angular/localize/init` polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.
20+
21+
### @schematics/angular
22+
23+
| Commit | Type | Description |
24+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
25+
| [7992218a9](https://github.com/angular/angular-cli/commit/7992218a9c22ea9469bd3386c7dc1d5efc6e51f9) | fix | remove `declaration` and `sourceMap` from default tsconfig |
26+
27+
### @angular-devkit/build-angular
28+
29+
| Commit | Type | Description |
30+
| --------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------------- |
31+
| [0b161bc76](https://github.com/angular/angular-cli/commit/0b161bc7616bef9a8f1f9113a50b07291635159d) | fix | remove outdated browser-esbuild option warning |
32+
| [e40384e63](https://github.com/angular/angular-cli/commit/e40384e637bc6f92c28f4e572f986ca902938ba2) | refactor | remove deprecated `browserTarget` |
33+
34+
### @angular-devkit/core
35+
36+
| Commit | Type | Description |
37+
| --------------------------------------------------------------------------------------------------- | -------- | ------------------------------------------------------------------------ |
38+
| [0d8a1006d](https://github.com/angular/angular-cli/commit/0d8a1006d4629d8af1144065ea237ab30916e66e) | refactor | remove deprecated `fileBuffer` function in favor of `stringToFileBuffer` |
39+
40+
### @angular/build
41+
42+
| Commit | Type | Description |
43+
| --------------------------------------------------------------------------------------------------- | -------- | ----------------------------------------------------------------------------------- |
44+
| [71c06c69f](https://github.com/angular/angular-cli/commit/71c06c69f6f472e5ea86f2e5adbd5062a8cc5f2a) | fix | improve error message when an unhandled exception occurs during prerendering |
45+
| [6b544f70e](https://github.com/angular/angular-cli/commit/6b544f70e706b9e13564d4ddbb0f0cb352942b2c) | fix | support reading on-disk files during i18n extraction |
46+
| [d6a34034d](https://github.com/angular/angular-cli/commit/d6a34034d7489c09753090642ade4c606cd98ece) | refactor | remove automatic addition of `@angular/localize/init` polyfill and related warnings |
47+
48+
### @angular/ssr
49+
50+
| Commit | Type | Description |
51+
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
52+
| [9692a9054](https://github.com/angular/angular-cli/commit/9692a9054c3cdbf151df01279c2d268332b1a032) | feat | improve handling of aborted requests in `AngularServerApp` |
53+
54+
<!-- CHANGELOG SPLIT MARKER -->
55+
156
<a name="18.2.1"></a>
257

358
# 18.2.1 (2024-08-21)

package.json

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

0 commit comments

Comments
 (0)