@angular-devkit/core
Advanced tools
Changelog
19.2.0-next.0 (2025-01-23)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------- | | 8e884a038 | fix | handle empty module case to avoid TypeError |
<!-- CHANGELOG SPLIT MARKER --><a name="19.1.4"></a>
Changelog
19.1.4 (2025-01-22)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- | | aa6f0d051 | fix | ensure collections can be resolved via test runner in pnpm workspaces |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------- |
| ff8192a35 | fix | correct path for /@ng/components
on Windows |
| 14d2f7ca0 | fix | include extracted routes in the manifest during prerendering |
| c87a38f5b | fix | only issue invalid i18n config error for duplicate subPaths
with inlined locales |
| d50788cf9 | fix | replace deprecation of i18n.baseHref
with a warning |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------- |
| bcc5fab75 | fix | prevent route matcher error when SSR routing is not used |
| 9bacf3981 | fix | properly manage catch-all routes with base href |
| 59c757781 | fix | unblock route extraction with withEnabledBlockingInitialNavigation
|
<a name="19.1.3"></a>
Changelog
19.1.3 (2025-01-20)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
| 7d8c34172 | fix | allow asset changes to reload page on incremental updates |
| 9fa29af37 | fix | handle relative @ng/components
|
| c4de34703 | fix | perform full reload for templates with $localize
usage |
<a name="19.1.2"></a>
Changelog
19.1.2 (2025-01-17)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------ | | 939d1612a | fix | perform incremental background file updates with component updates | | 304027207 | fix | prevent full page reload on HMR updates with SSR enabled | | 148acbd58 | fix | reset component updates on dev-server index request |
<!-- CHANGELOG SPLIT MARKER --><a name="19.1.1"></a>
Changelog
19.1.1 (2025-01-16)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------- | | 298506751 | fix | resolve HMR-prefixed files in SSR with Vite |
<!-- CHANGELOG SPLIT MARKER --><a name="19.1.0"></a>
Changelog
19.1.0-next.2 (2024-12-18)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- | | fe1ae6933 | fix | avoid Node.js resolution for relative builder schema |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | a9a347014 | fix | jasmine.clock with app builder |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 298b554a7 | feat | enable component template hot replacement by default | | 19bb2d480 | fix | force HTTP/1.1 in dev-server SSR with SSL | | 3b7e6a8c6 | fix | invalidate component template updates with dev-server SSR |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
| 1bf9381c8 | fix | correctly resolve pre-transform resources in Vite SSR without AppEngine |
| ad1d7d76f | fix | ensure correct Location
header for redirects behind a proxy |
<a name="19.0.6"></a>
Changelog
19.0.7 (2025-01-08)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ | | 95c22aeff | fix | provide better error when builder is not defined |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------- | | 028652992 | fix | preserve css type for jasmine.css |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
| f7522342a | fix | add asset tracking to application builder watch files |
| e973643bf | fix | do not mark Babel _defineProperty helper function as pure |
| 881095eec | fix | enable serving files with bundle-like names |
| db10af0b3 | fix | fix incorrect budget calculation |
| c822f8f15 | fix | handle relative URLs when constructing new URLs during server fetch |
| b43c648b0 | fix | mitigate JS transformer worker execArgv errors |
| 1f2481a4f | fix | pass define
option defined in application builder to Vite prebundling |
| c94f568a4 | fix | warn when @angular/localize/init
is imported directly |
<a name="19.1.0-next.2"></a>
Changelog
19.1.0-next.2 (2024-12-18)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------- | | fe1ae6933 | fix | avoid Node.js resolution for relative builder schema |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | a9a347014 | fix | jasmine.clock with app builder |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | | 298b554a7 | feat | enable component template hot replacement by default | | 19bb2d480 | fix | force HTTP/1.1 in dev-server SSR with SSL | | 3b7e6a8c6 | fix | invalidate component template updates with dev-server SSR |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
| 1bf9381c8 | fix | correctly resolve pre-transform resources in Vite SSR without AppEngine |
| ad1d7d76f | fix | ensure correct Location
header for redirects behind a proxy |
<a name="19.0.6"></a>
Changelog
19.0.6 (2024-12-18)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | db7421231 | fix | jasmine.clock with app builder |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | | 5fbc105ed | fix | force HTTP/1.1 in dev-server SSR with SSL |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------- |
| 2f4df6b2b | fix | correctly resolve pre-transform resources in Vite SSR without AppEngine |
| 0789a9e13 | fix | ensure correct Location
header for redirects behind a proxy |
<a name="19.1.0-next.1"></a>