Releases: angular/angular-cli
Releases Β· angular/angular-cli
v19.0.0-next.2
19.0.0-next.2 (2024-08-28)
@schematics/angular
Commit | Description |
---|---|
add option to export component as default |
@angular/ssr
Commit | Description |
---|---|
export AngularAppEngine as public API |
|
move CommonEngine API to /node entry-point |
|
add missing peer dependency on @angular/platform-server |
Breaking Changes
@angular/ssr
-
The
CommonEngine
API now needs to be imported from@angular/ssr/node
.Before
import { CommonEngine } from '@angular/ssr';
After
import { CommonEngine } from '@angular/ssr/node';
v19.0.0-next.1
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
browserTarget
option has been removed from the DevServer and ExtractI18n builders.buildTarget
is to be used instead.
@angular-devkit/core
-
The deprecated
fileBuffer
function is no longer available. Update your code to usestringToFileBuffer
instead to maintain compatibility.Note: that this change does not affect application developers.
@angular/build
- 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.
v18.2.1
18.2.1 (2024-08-21)
@angular-devkit/schematics-cli
Commit | Description |
---|---|
prevent bypassing select/checkbox prompts on validation failure |
@angular/cli
Commit | Description |
---|---|
prevent bypassing select/checkbox prompts on validation failure |
@angular-devkit/build-angular
Commit | Description |
---|---|
remove outdated browser-esbuild option warning |
@angular/build
Commit | Description |
---|---|
improve error message when an unhandled exception occurs during prerendering | |
support reading on-disk files during i18n extraction |
v19.0.0-next.0
19.0.0-next.0 (2024-08-14)
@angular-devkit/schematics-cli
Commit | Description |
---|---|
add package manager option to blank schematic | |
prevent bypassing select/checkbox prompts on validation failure |
@angular/cli
Commit | Description |
---|---|
prevent bypassing select/checkbox prompts on validation failure |
@angular/ssr
Commit | Description |
---|---|
dynamic route resolution using Angular router | |
introduce new hybrid rendering API |