|
| 1 | +<a name="19.0.0-next.10"></a> |
| 2 | + |
| 3 | +# 19.0.0-next.10 (2024-10-09) |
| 4 | + |
| 5 | +## Breaking Changes |
| 6 | + |
| 7 | +### @schematics/angular |
| 8 | + |
| 9 | +- The app-shell schematic is no longer compatible with Webpack-based builders. |
| 10 | + |
| 11 | +### @schematics/angular |
| 12 | + |
| 13 | +| Commit | Type | Description | |
| 14 | +| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------- | |
| 15 | +| [292a4b7c2](https://github.com/angular/angular-cli/commit/292a4b7c2f62828606c42258db524341f4a6391e) | feat | update app-shell and ssr schematics to adopt new Server Rendering API | |
| 16 | +| [6dbfc770b](https://github.com/angular/angular-cli/commit/6dbfc770b2d2f72dbc73e39e763f0773435825c6) | fix | add validation for component and directive class name | |
| 17 | +| [7de93e593](https://github.com/angular/angular-cli/commit/7de93e593a9b6439b2f33d0c25c371e14a0e9e38) | fix | include `index.csr.html` in resources asset group | |
| 18 | + |
| 19 | +### @angular-devkit/build-angular |
| 20 | + |
| 21 | +| Commit | Type | Description | |
| 22 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------- | |
| 23 | +| [ab6e19e1f](https://github.com/angular/angular-cli/commit/ab6e19e1f9a8781334821048522abe86b149c9c3) | fix | handle main field | |
| 24 | + |
| 25 | +### @angular/build |
| 26 | + |
| 27 | +| Commit | Type | Description | |
| 28 | +| --------------------------------------------------------------------------------------------------- | ---- | -------------------------------------------------------------------------------- | |
| 29 | +| [549c20a93](https://github.com/angular/angular-cli/commit/549c20a9396b33ae2e6708a8a9a7c77f0167b276) | fix | `Ctrl + C` not terminating dev-server with SSR | |
| 30 | +| [1d9db138f](https://github.com/angular/angular-cli/commit/1d9db138f34132f62fd008c9b8597489b08018e6) | fix | always generate a new hash for optimized chunk | |
| 31 | +| [7c50ba9e2](https://github.com/angular/angular-cli/commit/7c50ba9e2faca445c196c69e972ac313547dda54) | fix | ensure `index.csr.html` is always generated when prerendering or SSR are enabled | |
| 32 | +| [1bb68ba68](https://github.com/angular/angular-cli/commit/1bb68ba6812236a135c1599031bf7e1b7e0d1d79) | fix | move lmdb to optionalDependencies | |
| 33 | +| [9233e5ef4](https://github.com/angular/angular-cli/commit/9233e5ef471e851a173827df7f74a581381c6373) | fix | show error message when error stack is undefined | |
| 34 | +| [6c618d495](https://github.com/angular/angular-cli/commit/6c618d495c54394eb2b87aee36ba5436c06557bd) | fix | update logic to support both internal and external SSR middlewares | |
| 35 | + |
| 36 | +<!-- CHANGELOG SPLIT MARKER --> |
| 37 | + |
| 38 | +<a name="18.2.8"></a> |
| 39 | + |
| 40 | +# 18.2.8 (2024-10-09) |
| 41 | + |
| 42 | +### @schematics/angular |
| 43 | + |
| 44 | +| Commit | Type | Description | |
| 45 | +| --------------------------------------------------------------------------------------------------- | ---- | ----------------------------------------------------- | |
| 46 | +| [b522002ff](https://github.com/angular/angular-cli/commit/b522002fff763cda2ae1c746efcb2638d0099184) | fix | add validation for component and directive class name | |
| 47 | +| [dfd2d5c05](https://github.com/angular/angular-cli/commit/dfd2d5c0500777fa5aea91519f6657aed7f3b7d7) | fix | include `index.csr.html` in resources asset group | |
| 48 | + |
| 49 | +### @angular/build |
| 50 | + |
| 51 | +| Commit | Type | Description | |
| 52 | +| --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------- | |
| 53 | +| [9445916f9](https://github.com/angular/angular-cli/commit/9445916f9b5b9da69623bf86735264d8a5f26fb3) | fix | `Ctrl + C` not terminating dev-server with SSR | |
| 54 | +| [9b5cfaa8c](https://github.com/angular/angular-cli/commit/9b5cfaa8ce9d12bf450e7527d479ce7a879ea1b8) | fix | always generate a new hash for optimized chunk | |
| 55 | + |
| 56 | +<!-- CHANGELOG SPLIT MARKER --> |
| 57 | + |
1 | 58 | <a name="19.0.0-next.9"></a> |
2 | 59 |
|
3 | 60 | # 19.0.0-next.9 (2024-10-02) |
|
0 commit comments