Releases: angular/angular-cli
Releases Β· angular/angular-cli
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
baseHref
option underi18n.locales
andi18n.sourceLocale
inangular.json
is deprecated in favor ofsubPath
.The
subPath
defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified,subPath
will 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 |
v19.0.4
v19.1.0-next.0
v19.0.3
19.0.3 (2024-12-04)
@schematics/angular
Commit | Description |
---|---|
add required type to CanDeactivate guard (#29004) |
@angular/cli
Commit | Description |
---|---|
correctly select package versions in descending order during ng add |
@angular/build
@angular/ssr
Commit | Description |
---|---|
apply HTML transformation to CSR responses | |
correctly handle serving of prerendered i18n pages | |
ensure compatibility for Http2ServerResponse type |
v19.0.2
19.0.2 (2024-11-25)
@schematics/angular
Commit | Description |
---|---|
skip SSR routing prompt in webcontainer |
@angular/build
Commit | Description |
---|---|
minimize reliance on esbuild inject to prevent code reordering |
|
prevent errors with parameterized routes when getPrerenderParams is undefined |
@angular/ssr
Commit | Description |
---|---|
handle nested redirects not explicitly defined in router config |
v19.0.1
19.0.1 (2024-11-21)
@angular-devkit/build-angular
Commit | Description |
---|---|
use stylePreprocessorOptions |
@angular/build
Commit | Description |
---|---|
ensure accurate content length for server assets | |
use sha256 instead of sha-256 as hash algorithm name |
@angular/ssr
Commit | Description |
---|---|
handle baseHref that start with ./ |
v19.0.0
19.0.0 (2024-11-19)
@angular/cli
@schematics/angular
@angular-devkit/schematics-cli
Commit | Description |
---|---|
add package manager option to blank schematic |
@angular-devkit/architect
Commit | Description |
---|---|
merge object options from CLI |
@angular-devkit/build-angular
@angular-devkit/core
Commit | Description |
---|---|
remove deprecated fileBuffer function in favor of stringToFileBuffer |
@angular/build
Commit | Description |
---|---|
add sass to stylePreprocessorOptions in application builder |
|
Auto-CSP support as a part of angular.json schema | |
enable component stylesheet hot replacement by default | |
introduce outputMode option to the application builder |
|
introduce ssr.experimentalPlatform option |
|
set development/production condition | |
utilize ssr.entry during prerendering to enable access to local API routes |
|
utilize ssr.entry in Vite dev-server when available |
|
add missing redirect in SSR manifest | |
add warning when --prerendering or --app-shell are no-ops |
|
always clear dev-server error overlay on non-error result | |
always record component style usage for HMR updates | |
avoid hashing development external component stylesheets | |
avoid overwriting inline style bundling additional results | |
[](71534aa... |