compiler
| Commit | Description |
|---|---|
| allow safe navigation to correctly narrow down nullables | |
| don't escape dollar sign in literal expression |
compiler-cli
| Commit | Description |
|---|---|
| animation events not type checked properly when bound through HostListener decorator |
core
forms
| Commit | Description |
|---|---|
| shim legacy NG_VALIDATORS into parseErrors for CVA mode (#67943) | |
| use controlValue in NgControl for CVA interop (#67943) |
http
| Commit | Description |
|---|---|
| add CSP nonce support to JsonpClientBackend | |
| Don't on Passthru outside of reactive context |
migrations
| Commit | Description |
|---|---|
| Disabling nullishCoalescingNotNullable & optionalChainNotNullable on ng update | |
| Fix typo for strict-template migration |
platform-browser
| Commit | Description |
|---|---|
| make incremental hydration default behavior |
platform-server
| Commit | Description |
|---|---|
| prevent SSRF bypasses via protocol-relative and backslash URLs |
router
| Commit | Description |
|---|---|
| normalize multiple leading slashes in URL parser |
service-worker
| Commit | Description |
|---|---|
| resolve TS 6.0 compatibility for messageerror listener |
Breaking Changes
compiler
- This change will trigger the
nullishCoalescingNotNullableandoptionalChainNotNullablediagnostics on exisiting projects.
You might want to disable those 2 diagnotiscs in yourtsconfigtemporarily.