17.1.0 (2024-01-17)
@schematics/angular
| 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
|
@angular-devkit/build-angular
| 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 |
<!-- CHANGELOG SPLIT MARKER -->
<a name="17.0.10"></a>