@angular/ssr
Advanced tools
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>
Changelog
17.2.3 (2024-03-06)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------- |
| 7cc8261fd | fix | avoid implicit CSS file extensions when resolving |
| 259ec72d5 | fix | avoid marking component styles as media with no output media directory |
| faffdfdce | fix | disable deployUrl
when using vite dev-server |
<a name="17.2.2"></a>
Changelog
17.2.2 (2024-02-28)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------- | | 3394d3cf1 | fix | ensure all related stylesheets are rebuilt when an import changes |
<!-- CHANGELOG SPLIT MARKER --><a name="17.2.1"></a>
Changelog
17.2.1 (2024-02-22)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
| 9e7c47b59 | fix | allow mts
and cts
file replacement |
| f2a2e9287 | fix | provide Vite client code source map when loading |
<a name="17.2.0"></a>
Changelog
17.2.0 (2024-02-14)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
| b3e206741 | feat | add support to bun
package manager |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
| 03e1aa790 | feat | add support to bun
package manager |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------ |
| 7f57123fd | feat | add define build option to application builder |
| f4f535653 | feat | add JSON build logs when using the application builder |
| b59f663e5 | feat | allow control of Vite-based development server prebundling |
| 8f47f1e96 | feat | provide default and abbreviated build target support for dev-server and extract-i18n |
| 7a12074dc | feat | provide option to allow automatically cleaning the terminal screen during rebuilds |
| 7c522aa87 | feat | support using custom postcss configuration with application builder |
| 476a68daa | fix | add output location in build stats |
| 5e6f1a9f4 | fix | avoid preloading server chunks |
| 41ea985f9 | fix | display server bundles in build stats |
| d493609d3 | fix | downgrade copy-webpack-plugin to workaround Node.js support issue |
| 8d5af1d5c | fix | ensure correct .html
served with Vite dev-server |
| 944cbcdb1 | fix | limit the number of lazy chunks visible in the stats table |
| 905e13633 | fix | support string as plugin option in custom postcss plugin config |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------- |
| da1c38c48 | fix | add bun
to known package managers |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------ |
| 600498f2c | feat | add support to bun
package manager |
<a name="17.1.4"></a>