@angular/ssr
Advanced tools
Changelog
17.3.5 (2024-04-17)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- |
| 6191d06ca | fix | address Unable to deserialize cloned data
issue with Yarn PnP |
| 0335d6a5d | fix | remove type="text/css"
from style
tag |
<a name="17.3.4"></a>
Changelog
17.3.4 (2024-04-11)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | 1128bdd64 | fix | ensure esbuild-based builders exclusively produce ESM output |
<!-- CHANGELOG SPLIT MARKER --><a name="16.2.14"></a>
Changelog
17.3.3 (2024-04-02)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | a673baf5c | fix | Revert "fix(@schematics/angular): rename SSR port env variable" |
<!-- CHANGELOG SPLIT MARKER --><a name="17.3.2"></a>
Changelog
17.3.2 (2024-03-25)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------- | | 935f931ee | fix | rename SSR port env variable |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ |
| c9d436000 | fix | Internal server error: Invalid URL
when using a non localhost IP |
| 59fba38ec | fix | ensure proper resolution of linked SCSS files |
| 27dd8f208 | fix | service-worker references non-existent named index output |
| c12907d92 | fix | update webpack-dev-middleware
to 6.1.2
|
<a name="16.2.13"></a>
Changelog
17.3.1 (2024-03-20)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- | | 198ca9afc | fix | improve Sass format clarity for application style option |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------------------------------- |
| 2809971a5 | fix | only generate server
directory when SSR is enabled |
| 3f601a14e | fix | typo in allowedHosts warning for unsupported vite options |
| 79c44adac | perf | avoid transforming empty component stylesheets |
| cc3167f30 | perf | reduce build times for apps with a large number of components when utilizing esbuild-based builders |
<a name="17.3.0"></a>
Changelog
17.3.0 (2024-03-13)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------- | | 5ab71fc92 | feat | update CSS/Sass import/use specifiers in application migration |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
| 9ca3a5450 | feat | add deployUrl
to application builder |
| 3821344da | fix | ensure proper display of build logs in the presence of warnings or errors |
| de2d05049 | fix | provide better error message when server option is required but missing |
<a name="17.2.3"></a>