@angular/cli
Advanced tools
Changelog
17.0.7 (2023-12-13)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------ |
| 3df3e583c | fix | baseHref
with trailing slash causes server not to be accessible without trailing slash |
| ef1178188 | fix | allow vite to serve JavaScript and TypeScript assets |
| 385eb77d2 | fix | cache loading of component resources in JIT mode |
| 4b3af73ac | fix | ensure browser-esbuild is used in dev server with browser builder and forceEsbuild |
| d1b27e53e | fix | ensure port 0 uses random port with Vite development server |
| f2f7d7c70 | fix | file is missing from the TypeScript compilation with JIT |
| 7b8d6cddd | fix | handle updates of an npm link
library from another workspace when preserveSymlinks
is true
|
| c08c78cb8 | fix | inlining of fonts results in jagged fonts for Windows users |
| 930024811 | fix | retain symlinks to output platform directories on builds |
| 3623fe911 | fix | update ESM loader to work with Node.js 18.19.0 |
<a name="17.0.6"></a>
Changelog
17.0.6 (2023-12-06)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------- |
| da5d39471 | fix | enable TypeScript skipLibCheck
in new workspace |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
| 048512874 | fix | app-shell generation incorrect content when using the application builder |
| f9e982c44 | fix | check namespaced Sass variables when rebasing URLs |
| a1e8ffa9d | fix | correctly align error/warning messages when spinner is active |
| 46d88a034 | fix | handle watch updates on Mac OSX when using native FSEvents API |
| 4594407ae | fix | improve file watching on Windows when using certain IDEs |
| aa9e7c615 | fix | normalize locale tags with Intl API when resolving in application builder |
| a8dbf1da2 | fix | watch symlink when using preserveSymlinks
option |
| e3820cb6c | perf | only enable advanced optimizations with script optimizations |
<a name="17.0.5"></a>
Changelog
17.0.4 (2023-11-29)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | | 7a2823080 | fix | remove CommonModule import from standalone components |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
| 0634a4e40 | fix | avoid native realpath in application builder |
| 22880d9cb | fix | correct set locale when using esbuild based builders |
| a0680672f | fix | correctly watch files when app is in a directory that starts with a dot |
| bbbe13d67 | fix | improve file watching on Windows when using certain IDEs |
| 27e7c2e1b | fix | propagate localize errors to full build result |
| 7455fdca0 | fix | serve assets from the provided serve-path
|
| 657a07bd6 | fix | treeshake unused class that use custom decorators |
| 77474951b | fix | use workspace real path when not preserving symlinks |
<a name="17.0.3"></a>
Changelog
17.0.3 (2023-11-21)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | | 450dd29a1 | fix | default to watching project root on Windows with application builder | | 8072b8574 | fix | ensure service worker hashes index HTML file for application builder | | d99870740 | perf | only create one instance of postcss when needed |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.2"></a>
Changelog
17.0.2 (2023-11-20)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------------- |
| 023645185 | fix | always normalize AOT file reference tracker paths |
| 3b99980bd | fix | emit root files when localize
is enabled when using the esbuild based builders |
| ef3e3abb8 | fix | ensure watch file paths from TypeScript are normalized |
| d11b36fe2 | fix | normalize paths in ssr sourcemaps to posix when using vite |
| 62d51383a | fix | only include vendor sourcemaps when using the dev-server when the option is enabled |
| d28ba8a73 | fix | remove browser-esbuild usage warning |
<a name="17.0.1"></a>
Changelog
17.0.1 (2023-11-15)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------- | | 5267e6055 | fix | handle packages with no version |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- |
| d9f7d439e | fix | add helper script to spawn SSR server from dist
|
| a80926cdb | fix | html indentation |
| f7f62c9d6 | fix | remove downlevelIteration
from tsconfig.json
for new workspaces |
| 7cb57317d | fix | use href property binding for links |
| 731917cd0 | fix | use styleUrl |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------- |
| 15dd71aba | fix | deleteOutputPath
when using esbuild-builder
|
| fa4d8ff31 | fix | add actionable error when file replacement is missing |
| 160a91160 | fix | add support for vendor sourcemaps when using the dev-server |
| 5623c193e | fix | cache stylesheet load errors with application builder |
| 1a5538e0c | fix | disable Worker wait loop for TS/NG parallel compilation in web containers |
| 883771946 | fix | do not process ssr entry-point when running ng serve
|
| d3b549167 | fix | empty output directory instead of removing |
| 596f7639a | fix | ensure compilation errors propagate to all bundle actions |
| d900a5217 | fix | maintain current watch files after build errors |
| 21549bdeb | fix | prerender default view when no routes are defined |
| 4c251647b | fix | rewire sourcemap back to original source root |
<a name="17.0.0"></a>