common
compiler
compiler-cli
| Commit | Description |
|---|---|
| bind switch exhaustive check expressions |
core
| Commit | Description |
|---|---|
| disable WebMCP during SSR | |
| Handle synchronous errors in PendingTasks.run function | |
| harden TransferState restoration against DOM clobbering | |
| prevent dangling prevConsumer reference from leaking destroyed views (#68681) | |
| require WebMCP tool descriptions | |
| update comment for Default change detection | |
| use Object.hasOwn to handle null-prototype objects in toStylingKeyValueArray | |
| validate lowercase SVG animation attribute names |
forms
http
language-service
| Commit | Description |
|---|---|
| prevent external template inlay hints from appearing in TS files |
platform-server
| Commit | Description |
|---|---|
| harden platform location origin validation during SSR | |
| deprecate ServerXhr |
router
| Commit | Description |
|---|---|
| use native URL object for navigation boundary and comparison |
service-worker
| Commit | Description |
|---|---|
| Strips sensitive headers on cross-origin redirects |
Deprecations
platform-server
- XHR support in
@angular/platform-serveris deprecated. Use standardfetchAPIs instead.
(cherry picked from commit 8446e46)