@angular-devkit/schematics
Advanced tools
Changelog
20.0.0-rc.1 (2025-05-14)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
| 5093ce0a6 | fix | properly handle Node.js require()
errors with ESM modules |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | | 3cf6ab0f7 | fix | support using default browser option when not present |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------- | | e36bf964a | fix | allow TestBed provider configuration with vitest unit-testing | | 769961e4a | fix | allow vitest-based unit testing to use watch option | | c7f2cb596 | fix | provide vitest globals in unit-test builder | | 0d40cdecd | fix | setup unit-test polyfills before TestBed init | | fa3dc6387 | fix | show unit-test error for missing vitest browser package | | 247cd3352 | fix | show unit-test error for missing vitest package |
<!-- CHANGELOG SPLIT MARKER --><a name="19.2.12"></a>
Changelog
19.2.12 (2025-05-14)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
| 0098c38c6 | fix | properly handle Node.js require()
errors with ESM modules |
<a name="20.0.0-rc.0"></a>
Changelog
20.0.0-rc.0 (2025-05-07)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------- | | e513cd4aa | fix | add Node.js 24 as supported version |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------- | | 901ab60d9 | fix | remove explicit index option from new applications |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | | 635999d4e | fix | correctly set i18n subPath in webpack browser builder |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
| f36a27272 | fix | allow a default application browser
option |
| f42f5c14c | fix | allow component HMR for templates with i18n |
| ffaf8aa19 | fix | avoid attempting to watch bundler internal files |
| ba844ae16 | fix | avoid internal karma request cache for assets |
| 7bb1f8747 | fix | enable unit-test reporters option |
| 1cd65a08d | fix | perform testing module cleanup when using Vitest |
| 22ba07444 | perf | fix unnecessary esbuild rebuilds |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | | fa0a06f9f | fix | support using default index option when not present |
<!-- CHANGELOG SPLIT MARKER --><a name="19.2.11"></a>
Changelog
19.2.11 (2025-05-07)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | | 9eaf34405 | fix | correctly set i18n subPath in webpack browser builder |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | | cba66a85c | fix | avoid attempting to watch bundler internal files | | 009fc3776 | fix | avoid internal karma request cache for assets | | b43da3949 | perf | fix unnecessary esbuild rebuilds |
<!-- CHANGELOG SPLIT MARKER --><a name="20.0.0-next.9"></a>
Changelog
20.0.0-next.9 (2025-04-30)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------- | | 5876577af | feat | Add prompt for new apps to be zoneless | | c557a19ef | fix | avoid empty polyfill option for new zoneless application | | 148498c2b | fix | Remove experimental from zoneless | | 0f7dc2cd8 | fix | skip spec project reference for minimal ng new |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------- |
| d6ea6b09f | feat | add experimental vitest browser support to unit-testing |
| 05485ede7 | fix | ensure com.chrome.devtools.json
is consistently served after initial run |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- | | 2d11e8e45 | fix | return 302 when redirectTo is a function |
<!-- CHANGELOG SPLIT MARKER --><a name="19.2.10"></a>
Changelog
19.2.10 (2025-04-30)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------- | | 067f1cba0 | fix | update vite to 6.2.7 |
<!-- CHANGELOG SPLIT MARKER --><a name="17.3.17"></a>
Changelog
17.3.17 (2025-04-30)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | | 743d85bac | fix | update http-proxy-middleware to v2.0.8 |
<!-- CHANGELOG SPLIT MARKER --><a name="20.0.0-next.8"></a>
Changelog
20.0.0-next.8 (2025-04-23)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------ | | 0ab1ddf63 | feat | generate libraries using TypeScript project references |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------- | | 12def3a2e | feat | add experimental vitest unit-testing support |
<!-- CHANGELOG SPLIT MARKER --><a name="20.0.0-next.7"></a>
Changelog
20.0.0-next.7 (2025-04-23)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | | e03f2b899 | feat | Add global error listeners to new app generation | | 672ae14cd | fix | drop composite in tsconfig | | 5e8c6494d | fix | relative tsconfig paths in references |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- | | e80963036 | feat | expand browser support policy to widely available Baseline | | 566de64cb | fix | use virtual module for Karma TestBed initialization |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
| 8bfcae4c1 | fix | support getPrerenderParams
for wildcard routes |
<a name="19.2.9"></a>