|
| 1 | +<a name="19.0.0-next.2"></a> |
| 2 | + |
| 3 | +# 19.0.0-next.2 (2024年08月28日) |
| 4 | + |
| 5 | +## Breaking Changes |
| 6 | + |
| 7 | +### @angular/ssr |
| 8 | + |
| 9 | +- The `CommonEngine` API now needs to be imported from `@angular/ssr/node`. |
| 10 | + |
| 11 | + **Before** |
| 12 | + |
| 13 | + ```ts |
| 14 | + import { CommonEngine } from '@angular/ssr'; |
| 15 | + ``` |
| 16 | + |
| 17 | + **After** |
| 18 | + |
| 19 | + ```ts |
| 20 | + import { CommonEngine } from '@angular/ssr/node'; |
| 21 | + ``` |
| 22 | + |
| 23 | +### @schematics/angular |
| 24 | + |
| 25 | +| Commit | Type | Description | |
| 26 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------- | |
| 27 | +| [a381a3db1](https://github.com/angular/angular-cli/commit/a381a3db187f7b20e5ec8d1e1a1f1bd860426fcd) | feat | add option to export component as default | |
| 28 | + |
| 29 | +### @angular/ssr |
| 30 | + |
| 31 | +| Commit | Type | Description | |
| 32 | +| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------- | |
| 33 | +| [30c25bf68](https://github.com/angular/angular-cli/commit/30c25bf6885fefea6094ec1815e066e4c6ada097) | feat | export `AngularAppEngine` as public API | |
| 34 | +| [4b09887a9](https://github.com/angular/angular-cli/commit/4b09887a9c82838ccb7a6c95d66225c7875e562b) | feat | move `CommonEngine` API to `/node` entry-point | |
| 35 | +| [d43180af5](https://github.com/angular/angular-cli/commit/d43180af5f3e7b29387fd06625bd8e37f3ebad95) | fix | add missing peer dependency on `@angular/platform-server` | |
| 36 | + |
| 37 | +<!-- CHANGELOG SPLIT MARKER --> |
| 38 | + |
1 | 39 | <a name="19.0.0-next.1"></a>
|
2 | 40 |
|
3 | 41 | # 19.0.0-next.1 (2024年08月22日)
|
|
0 commit comments