@angular/ssr
Advanced tools
Changelog
19.1.8 (2025-02-19)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- | | f76cee637 | fix | correctly parse and resolve relative schematic collection names on Windows | | ceba7739c | fix | prefer installed package as fallback when listing package groups |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | | c54b9996a | fix | pass missing options to Karma esbuild builder |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
| 2f60a24dd | fix | suppress asset missing warning for /index.html
requests |
| b8f7952b7 | fix | update critical CSS inlining to support autoCsp
|
<a name="19.2.0-next.2"></a>
Changelog
19.2.0-next.2 (2025-02-12)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
| aa0ae457b | fix | include default export for Express app |
| 4a5b76a8e | fix | remove additional newline after standalone property |
| c716ce152 | fix | skip ssr migration when @angular/ssr
is not a dependency |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------- | | ef7ea536f | feat | add aot option to jest | | 523d539c6 | feat | add aot option to karma |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- |
| beefed839 | fix | always provide Vite client helpers with development server |
| 5c1360179 | fix | avoid pre-transform errors with Vite pre-bundling |
| be15b886c | fix | configure Vite CORS option |
| b24089ef8 | fix | ensure full rebuild after initial error build in watch mode |
| 880a50c50 | fix | exclude unmodified files from logs with --localize
|
| b55306989 | fix | handle unlocalizable files correctly in localized prerender |
| 9a46be8d6 | fix | prevent fallback to serving main.js for unknown requests |
| 9b0d73087 | fix | prevent server manifest generation when no server features are enabled |
| 964fb778b | fix | support per component updates of multi-component files |
| b50b6ee92 | perf | cache translated i18n bundles for faster builds |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
| 9726cd084 | feat | Add support for route matchers with fine-grained render mode control |
| 414736bc0 | fix | accurately calculate content length for static pages with \r\n
|
| 6448f80bf | fix | prioritize the first matching route over subsequent ones |
| 833dc986d | fix | properly handle baseHref with protocol |
<a name="19.1.7"></a>
Changelog
19.1.7 (2025-02-12)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | | de73b1c0c | fix | include default export for Express app |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
| 8890a5f76 | fix | always provide Vite client helpers with development server |
| df1d38846 | fix | configure Vite CORS option |
| a13a49d95 | fix | exclude unmodified files from logs with --localize
|
| 0826315fa | fix | handle unlocalizable files correctly in localized prerender |
| d2e1c8e9f | perf | cache translated i18n bundles for faster builds |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- |
| f5d974576 | fix | accurately calculate content length for static pages with \r\n
|
| c26ea1619 | fix | properly handle baseHref with protocol |
<a name="17.3.12"></a>
Changelog
17.3.12 (2025-02-12)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------- | | d83237028 | fix | update vite to version 5.4.14 |
<!-- CHANGELOG SPLIT MARKER --><a name="19.1.6"></a>
Changelog
19.1.6 (2025-02-05)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
| 3f7042672 | fix | remove additional newline after standalone property |
| e9778dba0 | fix | skip ssr migration when @angular/ssr
is not a dependency |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- | | 27f833186 | fix | avoid pre-transform errors with Vite pre-bundling | | 8f6ee7ed9 | fix | ensure full rebuild after initial error build in watch mode | | 2b9c00f68 | fix | prevent fallback to serving main.js for unknown requests | | 45abd15b7 | fix | prevent server manifest generation when no server features are enabled |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- | | 5bf5e5fd2 | fix | prioritize the first matching route over subsequent ones |
<!-- CHANGELOG SPLIT MARKER --><a name="19.2.0-next.1"></a>
Changelog
19.2.0-next.1 (2025-01-29)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
| cae068be3 | fix | update library schematic to use @angular-devkit/build-angular:ng-packagr
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
| 694ef8e6e | fix | allow tailwindcss 4.x as a peer dependency |
| 1a3ef3b60 | fix | disable TypeScript removeComments
option |
| d4ee36065 | fix | keep background referenced HMR update chunks |
| 531dcdca4 | fix | support template updates that also trigger global stylesheet changes |
| f836be9e6 | fix | support Vite allowedHosts
option for development server |
| 0ddf6aafa | fix | utilize bazel stamp instead of resolving peer dependency versions |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
| 4df97d192 | fix | enhance dynamic route matching for better performance and accuracy |
| 46581db16 | fix | redirect to locale pathname instead of full URL |
| ec05c814e | fix | rename provideServerRoutesConfig
to provideServerRouting
|
<a name="19.1.5"></a>
Changelog
19.1.5 (2025-01-29)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
| 14e3a71e4 | fix | update library schematic to use @angular-devkit/build-angular:ng-packagr
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
| d53d25fc1 | fix | allow tailwindcss 4.x as a peer dependency |
| bd9d379f0 | fix | disable TypeScript removeComments
option |
| e73e9102e | fix | handle empty module case to avoid TypeError |
| bb413456e | fix | keep background referenced HMR update chunks |
| 2011d3428 | fix | support template updates that also trigger global stylesheet changes |
| 688019946 | fix | update vite to version 6.0.11 |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
| 94643d54d | fix | enhance dynamic route matching for better performance and accuracy |
| 747557aa0 | fix | redirect to locale pathname instead of full URL |
| bbbc1eb7a | fix | rename provideServerRoutesConfig
to provideServerRouting
|
<a name="18.2.14"></a>
Changelog
18.2.14 (2025-01-29)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------- |
| 9d34d28ec | fix | remove unused vite
dependency |
<a name="18.2.13"></a>
Changelog
18.2.13 (2025-01-29)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
| deeaf1883 | fix | correctly select package versions in descending order during ng add
|
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------- | | fdddf2c08 | fix | update vite to version 5.4.14 |
<!-- CHANGELOG SPLIT MARKER --><a name="19.2.0-next.0"></a>