Releases: angular/angular-cli
Releases Β· angular/angular-cli
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 | |
| [ |
v19.0.0-rc.3
19.0.0-rc.3 (2024-11-18)
@schematics/angular
| Commit | Description |
|---|---|
don't show server routing prompt when using browser builder |
|
use default import for express |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| bring back style tags in browser builder | |
fix hanging terminal when browser-sync is not installed |
@angular/build
| Commit | Description |
|---|---|
| fully disable component style HMR in JIT mode |
@angular/ssr
| Commit | Description |
|---|---|
| export PrerenderFallback | |
| use wildcard server route configuration on the '/' route when the app router is empty |
v19.0.0-rc.2
19.0.0-rc.2 (2024-11-14)
@angular/cli
| Commit | Description |
|---|---|
| support default options for multiselect list x-prompt |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
| support for HTTP/2 request/response handling |
v18.2.12
v19.0.0-rc.1
19.0.0-rc.1 (2024-11-06)
@schematics/angular
| Commit | Description |
|---|---|
| component spec with export default |
@angular/cli
| Commit | Description |
|---|---|
| recommend optional application update migration during v19 update |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| handle basename collisions | |
| remove double-watch in karma | |
| serve assets |
@angular/build
@angular/ssr
v19.0.0-rc.0
19.0.0-rc.0 (2024-10-30)
@schematics/angular
| Commit | Description |
|---|---|
enable opt-in for new @angular/ssr feature |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| fix --watch regression in karma |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
| ensure wildcard RenderMode is applied when no Angular routes are defined |