common
| Commit | Description |
|---|---|
| skip transfer cache for uncacheable HTTP traffic (#69017) |
compiler
| Commit | Description |
|---|---|
| Add an error for --global-foo cases (#68846) | |
| Disable '--global-' error outside of g3 (#68846) | |
| Namespace CSS variables to the app (#68846) | |
| Support css var namespacing in properties (#68846) | |
| permissive whitespace parsing in default never blocks | |
| support foreign components defined outside top-level scope | |
| support foreign components inside control flow blocks (#69674) | |
| do not emit tag name when control flow root is foreign component (#69674) |
compiler-cli
| Commit | Description |
|---|---|
| allow passing uninvoked signals as foreign component props | |
| support import aliases in foreignImports (#68674) |
core
| Commit | Description |
|---|---|
| add custom set option to linkedSignal | |
| Adds deep linking from Performance panel to DevTools | |
| account for namespaces in host binding sanitization (#69558) | |
| correct container anchor collection order to match DOM layout | |
introduce disposal mechanism for Angular views in foreign @content
| |
| introduce logical-only containers for foreign content | |
| sanitize host bindings on concrete hosts (#69558) | |
| set current tnode in foreign component instruction on reuse |
forms
| Commit | Description |
|---|---|
| add utility to assert that value is a field tree |
http
| Commit | Description |
|---|---|
| add options to allow caching of credentialed and non-cacheable HTTP requests | |
| enable xsrf for root-provided HttpClient | |
| match header values exactly when deleting | |
| preserve immutability of materialized clones | |
| skip transfer cache for fetch credentialed requests (#69017) | |
| deprecate jsonp support |
language-service
| Commit | Description |
|---|---|
| compile non-exported classes if standalone (#68454) | |
| Typecheck templates which would require inline typecheck blocks (#68454) | |
| account for strictTemplates being enabled by default |
migrations
| Commit | Description |
|---|---|
| add migration from injectable to service | |
correctly detect then/else keywords in control flow migration
|
platform-server
| Commit | Description |
|---|---|
| harden platform location origin validation during SSR (#69184) |
router
| Commit | Description |
|---|---|
| handle null and undefined inputs in RouterLinkActive |
Deprecations
http
HttpClient.jsonp,HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.