-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Releases: angular/angular-cli
Releases Β· angular/angular-cli
v18.2.3
18.2.3 (2024εΉ΄09ζ04ζ₯)
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - 482076612 | update webpack-dev-middleware to 7.4.2 |
Assets 2
3 people reacted
v18.2.2
18.2.2 (2024εΉ΄08ζ29ζ₯)
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - 504b00b93 | clear context in Karma by default for single run executions |
fix - 82b76086e | upgrade webpack to 5.94.0 |
Assets 2
4 people reacted
v17.3.9
17.3.9 (2024εΉ΄08ζ29ζ₯)
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - e2c5c034d | clear context in Karma by default for single run executions |
fix - 88501f3d5 | upgrade webpack to 5.94.0 |
Assets 2
2 people reacted
v16.2.15
16.2.15 (2024εΉ΄08ζ29ζ₯)
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - f596a3d5d | clear context in Karma by default for single run executions |
fix - 56fa051bd | upgrade webpack to 5.94.0 |
Assets 2
1 person reacted
v19.0.0-next.2
v19.0.0-next.2
Pre-release
Pre-release
19.0.0-next.2 (2024εΉ΄08ζ28ζ₯)
@schematics/angular
Commit | Description |
---|---|
feat - a381a3db1 | add option to export component as default |
@angular/ssr
Commit | Description |
---|---|
feat - 30c25bf68 | export AngularAppEngine as public API |
feat - 4b09887a9 | move CommonEngine API to /node entry-point |
fix - d43180af5 | 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';
Assets 2
3 people reacted
v19.0.0-next.1
v19.0.0-next.1
Pre-release
Pre-release
19.0.0-next.1 (2024εΉ΄08ζ22ζ₯)
@schematics/angular
Commit | Description |
---|---|
fix - 7992218a9 | remove declaration and sourceMap from default tsconfig |
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - 0b161bc76 | remove outdated browser-esbuild option warning |
refactor - e40384e63 | remove deprecated browserTarget |
@angular-devkit/core
Commit | Description |
---|---|
refactor - 0d8a1006d | remove deprecated fileBuffer function in favor of stringToFileBuffer |
@angular/build
Commit | Description |
---|---|
fix - 71c06c69f | improve error message when an unhandled exception occurs during prerendering |
fix - 6b544f70e | support reading on-disk files during i18n extraction |
refactor - d6a34034d | remove automatic addition of @angular/localize/init polyfill and related warnings |
@angular/ssr
Commit | Description |
---|---|
feat - 9692a9054 | 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.
Assets 2
6 people reacted
v18.2.1
18.2.1 (2024εΉ΄08ζ21ζ₯)
@angular-devkit/schematics-cli
Commit | Description |
---|---|
fix - 94e27c88b | prevent bypassing select/checkbox prompts on validation failure |
@angular/cli
Commit | Description |
---|---|
fix - 05a274a01 | prevent bypassing select/checkbox prompts on validation failure |
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - ddeb2b2b9 | remove outdated browser-esbuild option warning |
@angular/build
Commit | Description |
---|---|
fix - 83b2699ab | improve error message when an unhandled exception occurs during prerendering |
fix - 0be4038a5 | support reading on-disk files during i18n extraction |
Assets 2
6 people reacted
v19.0.0-next.0
v19.0.0-next.0
Pre-release
Pre-release
19.0.0-next.0 (2024εΉ΄08ζ14ζ₯)
@angular-devkit/schematics-cli
Commit | Description |
---|---|
feat - 37693c40e | add package manager option to blank schematic |
fix - 73c243796 | prevent bypassing select/checkbox prompts on validation failure |
@angular/cli
Commit | Description |
---|---|
fix - c5ed0b124 | prevent bypassing select/checkbox prompts on validation failure |
@angular/ssr
Commit | Description |
---|---|
feat - bca568389 | dynamic route resolution using Angular router |
feat - 3c9697a8c | introduce new hybrid rendering API |
Assets 2
6 people reacted
v18.2.0
18.2.0 (2024εΉ΄08ζ14ζ₯)
@schematics/angular
Commit | Description |
---|---|
feat - 4da922e4f | use isolatedModules in generated project |
@angular/build
Commit | Description |
---|---|
feat - 24aaf1e37 | support import attribute based loader configuration |
Assets 2
4 people reacted
v18.2.0-rc.0
v18.2.0-rc.0
Pre-release
Pre-release
18.2.0-rc.0 (2024εΉ΄08ζ07ζ₯)
@angular/build
Commit | Description |
---|---|
fix - 182ecbd18 | allow explicitly disabling TypeScript incremental mode |
fix - 34908a3fc | lazy load Node.js inspector for dev server |
Assets 2
2 people reacted