compiler
| Commit | Description |
|---|---|
| ensure generated code compiles | |
| parse named HTML entities containing digits | |
| stop generating unused field |
compiler-cli
| Commit | Description |
|---|---|
| escape template literal in TCB | |
| generic types not filled out correctly in type check block | |
| transform dropping exclamationToken from properties |
core
forms
| Commit | Description |
|---|---|
| support ngNoCva as an opt-out for ControlValueAccessors | |
| template & reactive support for FVC | |
| support generic unions in signal form schemas |
language-service
| Commit | Description |
|---|---|
| add Document Symbols support for Angular templates |
migrations
| Commit | Description |
|---|---|
| prevent trailing comma syntax errors after removing NgStyle |
router
| Commit | Description |
|---|---|
Add options optional parameter for withComponentInputBinding
|
service-worker
| Commit | Description |
|---|---|
| preserve redirect policy on reconstructed asset requests |
Breaking Changes
core
- Leave animations are no longer limited to the element being removed.
ChangeDetectorRef.checkNoChangeswas removed. In tests usefixture.detectChanges()instead.