Releases: angular/angular-cli
Releases Β· angular/angular-cli
v19.1.2
v19.1.1
v19.1.0
19.1.0 (2025-01-15)
@schematics/angular
| Commit | Description |
|---|---|
use @angular/build package in library generation schematic |
|
| application migration should migrate ng-packagr builder package |
@angular-devkit/architect
| Commit | Description |
|---|---|
| require build schemas from modules | |
| avoid Node.js resolution for relative builder schema |
@angular-devkit/core
| Commit | Description |
|---|---|
| handle Windows drive letter case insensitivity in path functions |
@angular-devkit/schematics
| Commit | Description |
|---|---|
update Rule type to support returning a Promise of Tree |
@angular/build
@angular/ssr
Deprecations
@angular/build
-
The
baseHrefoption underi18n.localesandi18n.sourceLocaleinangular.jsonis deprecated in favor ofsubPath.The
subPathdefines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified,subPathwill use the locale code.
v19.1.0-rc.0
19.1.0-rc.0 (2025-01-08)
@schematics/angular
| Commit | Description |
|---|---|
use @angular/build package in library generation schematic |
|
| application migration should migrate ng-packagr builder package |
@angular-devkit/architect
| Commit | Description |
|---|---|
| provide better error when builder is not defined |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| preserve css type for jasmine.css |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
| disable component boostrapping when running route extraction | |
| throw error when using route matchers |
v19.0.7
19.0.7 (2025-01-08)
@angular-devkit/architect
| Commit | Description |
|---|---|
| provide better error when builder is not defined |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| preserve css type for jasmine.css |
@angular/build
v19.1.0-next.2
19.1.0-next.2 (2024-12-18)
@angular-devkit/architect
| Commit | Description |
|---|---|
| avoid Node.js resolution for relative builder schema |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| jasmine.clock with app builder |
@angular/build
| Commit | Description |
|---|---|
| enable component template hot replacement by default | |
| force HTTP/1.1 in dev-server SSR with SSL | |
| invalidate component template updates with dev-server SSR |
@angular/ssr
| Commit | Description |
|---|---|
| correctly resolve pre-transform resources in Vite SSR without AppEngine | |
ensure correct Location header for redirects behind a proxy |
v19.0.6
19.0.6 (2024-12-18)
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| jasmine.clock with app builder |
@angular/build
| Commit | Description |
|---|---|
| force HTTP/1.1 in dev-server SSR with SSL |
@angular/ssr
| Commit | Description |
|---|---|
| correctly resolve pre-transform resources in Vite SSR without AppEngine | |
ensure correct Location header for redirects behind a proxy |
v19.1.0-next.1
19.1.0-next.1 (2024-12-12)
@angular-devkit/architect
| Commit | Description |
|---|---|
| require build schemas from modules |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| fix webpack config transform for karma | |
| handle windows spec collisions |
@angular/build
| Commit | Description |
|---|---|
| add support for customizing URL segments with i18n | |
| Fixing auto-csp edge cases where | |
handle external @angular/ packages during SSR (#29094) |
|
| provide component HMR update modules to dev-server SSR | |
show error when Node.js built-ins are used during ng serve |
|
| use consistent path separators for template HMR identifiers | |
| reuse TS package.json cache when rebuilding |
@angular/ssr
Deprecations
@angular/build
-
The
baseHrefoption underi18n.localesandi18n.sourceLocaleinangular.jsonis deprecated in favor ofsubPath.The
subPathdefines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified,subPathwill use the locale code.
v19.0.5
19.0.5 (2024-12-12)
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| fix webpack config transform for karma |
@angular/build
| Commit | Description |
|---|---|
| Fixing auto-csp edge cases where | |
handle external @angular/ packages during SSR (#29094) |
|
| provide component HMR update modules to dev-server SSR | |
| use consistent path separators for template HMR identifiers |
@angular/ssr
| Commit | Description |
|---|---|
include Content-Language header when locale is set |
|
| disable component bootstrapping during route extraction |