Angular CLI: 17.0.0-rc.1 Release

Release date:
October 26, 2023
Previous version:
17.0.0-rc.0 (released October 19, 2023)
Magnitude:
382 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

42 Features Released with 17.0.0-rc.1

Top Contributors in 17.0.0-rc.1

clydin
dgp1130
alan-agius4
thapasusheel
angular-robot

Directory Browser for 17.0.0-rc.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="17.0.0-rc.1"></a>

17.0.0-rc.1 (2023-10-25)

@schematics/angular

| Commit | Description | | -- | -- | | fix - 175944672 | do not add unnecessary dependency on @angular/ssr during migration |

@angular/cli

| Commit | Description | | -- | -- | | fix - f66f9cf61 | remove Node.js 16 from supported checks | | fix - dbdc7b2c8 | remove the need to specify --migrate-only when --name is used during ng update |

@angular-devkit/build-angular

| Commit | Description | | -- | -- | | fix - e3c5b91e8 | automatically include known packages in vite prebundling | | fix - 1a6aa4378 | ensure css url() prefix warnings support Sass rebasing | | fix - 192a2ae6b | handle HTTP requests to assets during prerendering | | fix - 87425a791 | normalize paths when invalidating stylesheet bundler | | fix - 651e3195f | resolve and load sourcemaps when using vite dev server with prerendering and ssr | | fix - c4c299bce | silence xhr2 not ESM module warning | | fix - ca4d1634f | use component style load result caching information for file watching | | fix - ec160fe4e | warn if using partial mode with application builder | | perf - 2cbec36c7 | cache polyfills virtual module result | | perf - e06e95f73 | conditionally add Angular compiler plugin to polyfills bundling | | perf - 01ab16c5d | fully avoid rebuild of component stylesheets when unchanged | | perf - c28475d30 | reuse esbuild generated output file hashes |

@angular/ssr

| Commit | Description | | -- | -- | | fix - 6224b0599 | correctly set config URL |