@angular/ssr
Advanced tools
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>
Changelog
17.0.4 (2023-11-29)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | | 7a2823080 | fix | remove CommonModule import from standalone components |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
| 0634a4e40 | fix | avoid native realpath in application builder |
| 22880d9cb | fix | correct set locale when using esbuild based builders |
| a0680672f | fix | correctly watch files when app is in a directory that starts with a dot |
| bbbe13d67 | fix | improve file watching on Windows when using certain IDEs |
| 27e7c2e1b | fix | propagate localize errors to full build result |
| 7455fdca0 | fix | serve assets from the provided serve-path
|
| 657a07bd6 | fix | treeshake unused class that use custom decorators |
| 77474951b | fix | use workspace real path when not preserving symlinks |
<a name="17.0.3"></a>
Changelog
17.0.3 (2023-11-21)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | | 450dd29a1 | fix | default to watching project root on Windows with application builder | | 8072b8574 | fix | ensure service worker hashes index HTML file for application builder | | d99870740 | perf | only create one instance of postcss when needed |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.2"></a>