Releases: angular/angular-cli
Releases · angular/angular-cli
v19.1.6
19.1.6 (2025年02月05日)
@schematics/angular
Commit |
Description |
fix - 3f7042672 |
remove additional newline after standalone property |
fix - e9778dba0 |
skip ssr migration when @angular/ssr is not a dependency |
@angular/build
Commit |
Description |
fix - 27f833186 |
avoid pre-transform errors with Vite pre-bundling |
fix - 8f6ee7ed9 |
ensure full rebuild after initial error build in watch mode |
fix - 2b9c00f68 |
prevent fallback to serving main.js for unknown requests |
fix - 45abd15b7 |
prevent server manifest generation when no server features are enabled |
@angular/ssr
Commit |
Description |
fix - 5bf5e5fd2 |
prioritize the first matching route over subsequent ones |
v19.2.0-next.1
19.2.0-next.1 (2025年01月29日)
@schematics/angular
Commit |
Description |
fix - cae068be3 |
update library schematic to use @angular-devkit/build-angular:ng-packagr |
@angular/build
@angular/ssr
Commit |
Description |
fix - 4df97d192 |
enhance dynamic route matching for better performance and accuracy |
fix - 46581db16 |
redirect to locale pathname instead of full URL |
fix - ec05c814e |
rename provideServerRoutesConfig to provideServerRouting |
v19.1.5
19.1.5 (2025年01月29日)
@schematics/angular
Commit |
Description |
fix - 14e3a71e4 |
update library schematic to use @angular-devkit/build-angular:ng-packagr |
@angular/build
@angular/ssr
Commit |
Description |
fix - 94643d54d |
enhance dynamic route matching for better performance and accuracy |
fix - 747557aa0 |
redirect to locale pathname instead of full URL |
fix - bbbc1eb7a |
rename provideServerRoutesConfig to provideServerRouting |
v18.2.14
18.2.14 (2025年01月29日)
@angular-devkit/build-angular
v18.2.13
18.2.13 (2025年01月29日)
@angular/cli
Commit |
Description |
fix - deeaf1883 |
correctly select package versions in descending order during ng add |
@angular/build
v19.2.0-next.0
19.2.0-next.0 (2025年01月23日)
@angular/build
Commit |
Description |
fix - 8e884a038 |
handle empty module case to avoid TypeError |
v19.1.4
19.1.4 (2025年01月22日)
@angular-devkit/schematics
Commit |
Description |
fix - aa6f0d051 |
ensure collections can be resolved via test runner in pnpm workspaces |
@angular/build
Commit |
Description |
fix - ff8192a35 |
correct path for /@ng/components on Windows |
fix - 14d2f7ca0 |
include extracted routes in the manifest during prerendering |
fix - c87a38f5b |
only issue invalid i18n config error for duplicate subPaths with inlined locales |
fix - d50788cf9 |
replace deprecation of i18n.baseHref with a warning |
@angular/ssr
Commit |
Description |
fix - bcc5fab75 |
prevent route matcher error when SSR routing is not used |
fix - 9bacf3981 |
properly manage catch-all routes with base href |
fix - 59c757781 |
unblock route extraction with withEnabledBlockingInitialNavigation |
v19.1.3
19.1.3 (2025年01月20日)
@angular/build
v19.1.2
19.1.2 (2025年01月17日)
@angular/build
Commit |
Description |
fix - 939d1612a |
perform incremental background file updates with component updates |
fix - 304027207 |
prevent full page reload on HMR updates with SSR enabled |
fix - 148acbd58 |
reset component updates on dev-server index request |
v19.1.1
19.1.1 (2025年01月16日)
@angular/build
Commit |
Description |
fix - 298506751 |
resolve HMR-prefixed files in SSR with Vite |