@angular/ssr
Advanced tools
Changelog
17.0.9 (2024-01-03)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | 446dfb76a | fix | add prerender and ssr-dev-server schemas in angular.json schema |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- | | 88d6ca4a5 | fix | replace template line endings with platform specific |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.8"></a>
Changelog
17.0.8 (2023-12-21)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
| 6dba26a0b | fix | ng e2e
and ng lint
prompt requires to hit Enter twice to proceed on Windows |
| 0b48acc4e | fix | re-add -d
alias for --dry-run
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
| 99b026ede | fix | add missing property "buildTarget" to interface "ServeBuilderOptions" |
| 313004311 | fix | do not generate standalone component when using ng generate module
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| cf11cdf6c | fix | add missing tailwind @screen
directive in matcher |
| aa6c757d7 | fix | construct SSR request URL using server resolvedUrls |
| 0662048d4 | fix | ensure empty optimized Sass stylesheets stay empty |
| d1923a66d | fix | ensure external dependencies are used by Web Worker bundling |
<a name="16.2.11"></a>
Changelog
17.0.7 (2023-12-13)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------ |
| 3df3e583c | fix | baseHref
with trailing slash causes server not to be accessible without trailing slash |
| ef1178188 | fix | allow vite to serve JavaScript and TypeScript assets |
| 385eb77d2 | fix | cache loading of component resources in JIT mode |
| 4b3af73ac | fix | ensure browser-esbuild is used in dev server with browser builder and forceEsbuild |
| d1b27e53e | fix | ensure port 0 uses random port with Vite development server |
| f2f7d7c70 | fix | file is missing from the TypeScript compilation with JIT |
| 7b8d6cddd | fix | handle updates of an npm link
library from another workspace when preserveSymlinks
is true
|
| c08c78cb8 | fix | inlining of fonts results in jagged fonts for Windows users |
| 930024811 | fix | retain symlinks to output platform directories on builds |
| 3623fe911 | fix | update ESM loader to work with Node.js 18.19.0 |
<a name="17.0.6"></a>
Changelog
17.0.6 (2023-12-06)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- |
| da5d39471 | fix | enable TypeScript skipLibCheck
in new workspace |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
| 048512874 | fix | app-shell generation incorrect content when using the application builder |
| f9e982c44 | fix | check namespaced Sass variables when rebasing URLs |
| a1e8ffa9d | fix | correctly align error/warning messages when spinner is active |
| 46d88a034 | fix | handle watch updates on Mac OSX when using native FSEvents API |
| 4594407ae | fix | improve file watching on Windows when using certain IDEs |
| aa9e7c615 | fix | normalize locale tags with Intl API when resolving in application builder |
| a8dbf1da2 | fix | watch symlink when using preserveSymlinks
option |
| e3820cb6c | perf | only enable advanced optimizations with script optimizations |
<a name="17.0.5"></a>