@angular-devkit/schematics-cli
Advanced tools
Changelog
18.1.0 (2024-07-10)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- | | 6d266c146 | fix | add fallbacks for migration package resolution |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------- | | 22e05dcb4 | fix | generate new projects with ECMAScript standard class field behavior |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- |
| 687a6c7ec | feat | add --inspect
option to the dev-server |
| 628d87a94 | feat | support WASM/ES Module integration proposal |
| 3e359da8d | fix | address rxjs undefined issues during SSR prebundling |
| 4ff914a16 | fix | allow additional module preloads up to limit |
| fb8e3c39a | fix | allow top-level await in zoneless applications |
| 83b75af9f | fix | check inlineSourceMap option with isolated modules optimization |
| cd97134a6 | fix | normalize paths during module resolution in Vite |
| 13d2100dd | fix | read WASM file from script location on Node.js |
| 3091956f5 | fix | support import attributes in JavaScript transformer |
| dd94a831b | perf | enable dependency prebundling for server dependencies |
| 3acb77683 | perf | use direct transpilation with isolated modules |
<a name="18.0.7"></a>
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>