@angular-devkit/build-angular
Advanced tools
Changelog
19.0.0-next.3 (2024-09-04)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- | | 3ee21631f | fix | clear context in Karma by default for single run executions |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------------------- |
| 455b5700c | feat | expose writeResponseToNodeResponse
and createWebRequestFromNodeRequest
in public API |
<a name="18.2.3"></a>
Changelog
18.2.3 (2024-09-04)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------ |
| 482076612 | fix | update webpack-dev-middleware
to 7.4.2
|
<a name="18.2.2"></a>
Changelog
17.3.9 (2024-08-29)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
| e2c5c034d | fix | clear context in Karma by default for single run executions |
| 88501f3d5 | fix | upgrade webpack to 5.94.0
|
<a name="16.2.15"></a>
Changelog
16.2.15 (2024-08-29)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
| f596a3d5d | fix | clear context in Karma by default for single run executions |
| 56fa051bd | fix | upgrade webpack to 5.94.0
|
<a name="19.0.0-next.1"></a>
Changelog
18.2.2 (2024-08-29)
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------------- |
| 504b00b93 | fix | clear context in Karma by default for single run executions |
| 82b76086e | fix | update webpack to 5.94.0
|
<a name="19.0.0-next.2"></a>
Changelog
19.0.0-next.2 (2024-08-28)
The CommonEngine
API now needs to be imported from @angular/ssr/node
.
Before
import { CommonEngine } from '@angular/ssr';
After
import { CommonEngine } from '@angular/ssr/node';
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | | a381a3db1 | feat | add option to export component as default |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- |
| 30c25bf68 | feat | export AngularAppEngine
as public API |
| 4b09887a9 | feat | move CommonEngine
API to /node
entry-point |
| d43180af5 | fix | add missing peer dependency on @angular/platform-server
|
<a name="17.3.9"></a>
Changelog
19.0.0-next.1 (2024-08-22)
browserTarget
option has been removed from the DevServer and ExtractI18n builders. buildTarget
is to be used instead.The deprecated fileBuffer
function is no longer available. Update your code to use stringToFileBuffer
instead to maintain compatibility.
Note: that this change does not affect application developers.
@angular/localize/init
polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features.| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
| 7992218a9 | fix | remove declaration
and sourceMap
from default tsconfig |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------------- |
| 0b161bc76 | fix | remove outdated browser-esbuild option warning |
| e40384e63 | refactor | remove deprecated browserTarget
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | -------- | ------------------------------------------------------------------------ |
| 0d8a1006d | refactor | remove deprecated fileBuffer
function in favor of stringToFileBuffer
|
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | -------- | ----------------------------------------------------------------------------------- |
| 71c06c69f | fix | improve error message when an unhandled exception occurs during prerendering |
| 6b544f70e | fix | support reading on-disk files during i18n extraction |
| d6a34034d | refactor | remove automatic addition of @angular/localize/init
polyfill and related warnings |
| Commit | Type | Description |
| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- |
| 9692a9054 | feat | improve handling of aborted requests in AngularServerApp
|
<a name="18.2.1"></a>
Changelog
18.2.1 (2024-08-21)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | 05a274a01 | fix | prevent bypassing select/checkbox prompts on validation failure |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | 94e27c88b | fix | prevent bypassing select/checkbox prompts on validation failure |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- | | ddeb2b2b9 | fix | remove outdated browser-esbuild option warning |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------------------------- | | 83b2699ab | fix | improve error message when an unhandled exception occurs during prerendering | | 0be4038a5 | fix | support reading on-disk files during i18n extraction |
<!-- CHANGELOG SPLIT MARKER --><a name="19.0.0-next.0"></a>
Changelog
19.0.0-next.0 (2024-08-14)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | c5ed0b124 | fix | prevent bypassing select/checkbox prompts on validation failure |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------- | | 37693c40e | feat | add package manager option to blank schematic | | 73c243796 | fix | prevent bypassing select/checkbox prompts on validation failure |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------- | | bca568389 | feat | dynamic route resolution using Angular router | | 3c9697a8c | feat | introduce new hybrid rendering API |
<!-- CHANGELOG SPLIT MARKER --><a name="18.2.0"></a>
Changelog
18.2.0 (2024-08-14)
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------- | | 4da922e4f | feat | use isolatedModules in generated project |
| Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- | | 24aaf1e37 | feat | support import attribute based loader configuration |
<!-- CHANGELOG SPLIT MARKER --><a name="18.1.4"></a>