@angular/ssr
Advanced tools
Changelog
17.1.4 (2024-02-14)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- |
| 6d2168db9 | fix | prevent BOM errors in package.json
during ng update
|
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | | bf42d6df2 | fix | bypass Vite prebundling for absolute URL imports |
<!-- CHANGELOG SPLIT MARKER --><a name="17.1.3"></a>
Changelog
17.1.3 (2024-02-08)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- |
| 3de3aa170 | fix | allow ./
baseHref when using vite based server |
| 17f47a3c9 | fix | ensure WebWorker main entry is used in output code |
<a name="17.1.2"></a>
Changelog
17.1.2 (2024-01-31)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------- |
| 6815f13e3 | fix | add required
modules as externals imports |
| a0e306098 | fix | correctly handle glob negation in proxy config when using vite |
| 235c8403a | fix | handle regular expressions in proxy config when using Vite |
| 5332e5b2e | fix | resolve absolute output-path
when using esbuild based builders |
| 3deb0d4a1 | fix | return 404 for assets that are not found |
<a name="17.1.1"></a>
Changelog
17.1.1 (2024-01-24)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | | 8ebb754c2 | fix | update regex to validate the project-name |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 35ebf1efd | fix | retain trailing comma when adding providers to app config |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------- |
| 88de1da92 | fix | ENOENT: no such file or directory
on Windows during component rebuild |
| 4e2586aeb | fix | allow package file loader option with Vite prebundling |
| aca1cfcda | fix | do not add internal CSS resources files in watch |
| 53258f617 | fix | handle load event for multiple stylesheets and CSP nonces |
| 412fe6ec6 | fix | pre-transform error when using vite with SSR |
| 45dea6f44 | fix | provide actionable error message when server bundle is missing default export |
| 4e2b23f03 | fix | update dependency vite to v5.0.12 |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 02d9d84c5 | fix | handle load event for multiple stylesheets and CSP nonces |
<!-- CHANGELOG SPLIT MARKER --><a name="16.2.12"></a>
Changelog
17.1.0 (2024-01-17)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------- |
| b513d89b7 | feat | add optional migration to use application builder |
| a708dccff | feat | update SSR and application builder migration schematics to work with new outputPath
|
| 4469e481f | fix | do not trigger NPM install when using ---skip-install
and --ssr
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
| e0b274b8f | feat | add option to retain CSS special comments in global styles |
| 204794c4f | feat | add support for --no-browsers
in karma builder |
| 4784155bd | feat | add wildcard option for allowedCommonJsDependencies
|
| 3b93df42d | feat | allow configuring loaders for custom file extensions in application builder |
| cc246d50e | feat | allow customization of output locations |
| 15a669c1e | feat | allowing control of index HTML initial preload generation |
| 47a064b14 | feat | emit external sourcemaps for component styles |
| 68dae539a | feat | initial experimental implementation of @web/test-runner
builder |
| f6e67df1c | feat | inline Google and Adobe fonts located in stylesheets |
| 364a16b7a | feat | move browser-sync
as optional dependency |
| ccba849e4 | feat | support keyboard command shortcuts in application dev server |
| 329d80075 | fix | alllow OPTIONS
requests to be proxied when using vite
|
| 49ed9a26c | fix | emit error when using prerender and app-shell builders with application builder |
| 6473b0160 | fix | ensure all configured assets can be served by dev server |
| 874e576b5 | fix | filter explicit external dependencies for Vite prebundling |
| 2a02b1320 | fix | fix normalization of the application builder extensions |
| 9906ab7b4 | fix | normalize asset source locations in Vite-based development server |
| ceffafe1a | fix | provide better error messages for failed file reads |
| 6d7fdb952 | fix | show diagnostic messages after build stats |
| 4e1f0e44d | fix | the request url "..." is outside of Vite serving allow list for all assets |
| bd26a18e7 | fix | typo in preloadInitial option description |
| 125fb779f | perf | reduce TypeScript JSDoc parsing in application builder |
<a name="17.0.10"></a>
Changelog
17.0.10 (2024-01-10)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------- | | ed1e130da | fix | retain existing EOL when updating JSON files |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------- | | 09c32c678 | fix | retain existing EOL when adding imports | | a5c339eaa | fix | retain existing EOL when updating JSON files |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- | | 3dc4db7d7 | fix | retain existing EOL when updating workspace config |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.9"></a>