@angular-devkit/build-angular
Advanced tools
Changelog
18.0.7 (2024-07-03)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
| 67bf90131 | fix | make ng update
to keep newline at the end of package.json |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| 9b43ecbd0 | fix | reduce the number of max workers to available CPUs minus one |
| 03dad6806 | fix | rollback terser to 5.29.2
|
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | fc928f638 | fix | correctly name entry points to match budgets | | 2d51e8607 | fix | redirect to path with trailing slash for asset directories | | 16f1c1e01 | fix | reduce the number of max workers to available CPUs minus one |
<!-- CHANGELOG SPLIT MARKER --><a name="18.0.6"></a>
Changelog
18.0.6 (2024-06-26)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- | | 98a8a8a78 | fix | show JavaScript cache store initialization warning |
<!-- CHANGELOG SPLIT MARKER --><a name="18.0.5"></a>
Changelog
18.0.5 (2024-06-20)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- | | 5c705e800 | fix | update schematics to use RouterModule when --routing flag is present |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ | | 86e031dc7 | fix | use istanbul-lib-instrument directly for karma code coverage |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
| bdd168f37 | fix | add CSP nonce to script with src tags |
| 405c14809 | fix | automatically resolve .mjs
files when using Vite |
| 7360a346e | fix | use Node.js available parallelism for default worker count |
<a name="18.0.4"></a>
Changelog
18.0.4 (2024-06-13)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------- |
| 791ef809d | fix | do not reference sourcemaps in web workers and global stylesheet bundles when hidden setting is enabled |
| 20fc6ca05 | fix | generate module preloads next to script elements in index HTML |
| 3a1bf5c8a | fix | Initiate PostCSS only once |
| 78c611754 | fix | issue warning when auto adding @angular/localize/init
|
<a name="18.0.3"></a>
Changelog
18.0.3 (2024-06-05)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------------------------- |
| b709d2a24 | fix | add schema.json
options to parsed command, also when a version is passed to ng add <package>@<version>
|
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 43a2a7d13 | fix | avoid escaping rebased Sass URL values | | 9acb5c7ca | fix | disable JS transformer persistent cache on web containers | | 346df4909 | fix | improve Sass rebaser ident token detection | | 6526a5f59 | fix | watch all related files during a Sass error |
<!-- CHANGELOG SPLIT MARKER --><a name="18.0.2"></a>