Releases: angular/angular-cli
Releases Β· angular/angular-cli
v19.0.0-next.4
19.0.0-next.4 (2024-09-11)
@angular/cli
Commit | Description |
---|---|
handle string key/value pairs, e.g. --define | |
enable Node.js compile code cache when available |
@angular/build
Commit | Description |
---|---|
prevent transformation of Node.js internal dependencies by Vite |
@angular/ssr
v18.2.4
v19.0.0-next.3
v18.2.3
v18.2.2
v17.3.9
v16.2.15
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 |