Angular CLI: 19.0.0-next.10 Release

Release date:
October 9, 2024
Previous version:
19.0.0-next.9 (released October 2, 2024)
Magnitude:
266 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in 19.0.0-next.10

alan-agius4
dgp1130
jkrems
angular-robot
clydin
ihsnow

Directory Browser for 19.0.0-next.10

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="19.0.0-next.10"></a>

19.0.0-next.10 (2024-10-09)

@schematics/angular

| Commit | Description | | -- | -- | | feat - 292a4b7c2 | update app-shell and ssr schematics to adopt new Server Rendering API | | fix - 6dbfc770b | add validation for component and directive class name | | fix - 7de93e593 | include index.csr.html in resources asset group |

@angular-devkit/build-angular

| Commit | Description | | -- | -- | | fix - ab6e19e1f | handle main field |

@angular/build

| Commit | Description | | -- | -- | | fix - 549c20a93 | Ctrl + C not terminating dev-server with SSR | | fix - 1d9db138f | always generate a new hash for optimized chunk | | fix - 7c50ba9e2 | ensure index.csr.html is always generated when prerendering or SSR are enabled | | fix - 1bb68ba68 | move lmdb to optionalDependencies | | fix - 9233e5ef4 | show error message when error stack is undefined | | fix - 6c618d495 | update logic to support both internal and external SSR middlewares |

Breaking Changes

@schematics/angular

  • The app-shell schematic is no longer compatible with Webpack-based builders.