v19.0.0-next.1
Pre-release
Pre-release
·
2281 commits
to main
since this release
19.0.0-next.1 (2024-08-22)
@schematics/angular
| Commit | Description |
|---|---|
remove declaration and sourceMap from default tsconfig |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| remove outdated browser-esbuild option warning | |
remove deprecated browserTarget |
@angular-devkit/core
| Commit | Description |
|---|---|
remove deprecated fileBuffer function in favor of stringToFileBuffer |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
improve handling of aborted requests in AngularServerApp |
Breaking Changes
@angular-devkit/build-angular
- The
browserTargetoption has been removed from the DevServer and ExtractI18n builders.buildTargetis to be used instead.
@angular-devkit/core
-
The deprecated
fileBufferfunction is no longer available. Update your code to usestringToFileBufferinstead to maintain compatibility.Note: that this change does not affect application developers.
@angular/build
- The
@angular/localize/initpolyfill 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.