@angular-devkit/build-angular
Advanced tools
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.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.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.0.5"></a>
Changelog
19.0.5 (2024-12-12)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------- | | 6c319e44c | fix | fix webpack config transform for karma |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------- |
| 251bd9f22 | fix | Fixing auto-csp edge cases where |
| 1047b8635 | fix | handle external @angular/
packages during SSR (#29094) |
| 376ee9966 | fix | provide component HMR update modules to dev-server SSR |
| 5ea9ce376 | fix | use consistent path separators for template HMR identifiers |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------- |
| b3c6c7eb2 | fix | include Content-Language
header when locale is set |
| 4203efb90 | fix | disable component bootstrapping during route extraction |
<a name="19.0.4"></a>
Changelog
19.0.4 (2024-12-05)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ------------------------------ | | 23667ed4a | fix | handle windows spec collisions |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| fc41f50b5 | fix | show error when Node.js built-ins are used during ng serve
|
| 14451e275 | perf | reuse TS package.json cache when rebuilding |
<a name="19.0.3"></a>