@angular/cli
Advanced tools
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
16.2.12 (2024-01-24)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------- | | 5fad40162 | fix | update dependency vite to v4.5.2 |
<!-- CHANGELOG SPLIT MARKER --><a name="17.1.0"></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>
Changelog
17.0.9 (2024-01-03)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | 446dfb76a | fix | add prerender and ssr-dev-server schemas in angular.json schema |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- | | 88d6ca4a5 | fix | replace template line endings with platform specific |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.8"></a>
Changelog
17.0.8 (2023-12-21)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------- |
| 6dba26a0b | fix | ng e2e
and ng lint
prompt requires to hit Enter twice to proceed on Windows |
| 0b48acc4e | fix | re-add -d
alias for --dry-run
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- |
| 99b026ede | fix | add missing property "buildTarget" to interface "ServeBuilderOptions" |
| 313004311 | fix | do not generate standalone component when using ng generate module
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| cf11cdf6c | fix | add missing tailwind @screen
directive in matcher |
| aa6c757d7 | fix | construct SSR request URL using server resolvedUrls |
| 0662048d4 | fix | ensure empty optimized Sass stylesheets stay empty |
| d1923a66d | fix | ensure external dependencies are used by Web Worker bundling |
<a name="16.2.11"></a>
Changelog
16.2.11 (2023-12-21)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ----- | -------------------------------- | | e0e011fc4 | build | update dependency vite to v4.5.1 |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.7"></a>