compiler
| Commit | Description |
|---|---|
| invalid type checking code if field name needs to be quoted |
compiler-cli
| Commit | Description |
|---|---|
| add support for Node.js 26.0.0 | |
| support external TCBs with copied content in specific mode |
core
forms
| Commit | Description |
|---|---|
| graduate signal forms APIs to public API | |
| Add support for range type with outside of native bounds | |
| ensure debounced async validators produce pending status during debounce | |
| fix orphan field error on blur during array removal | |
| implement custom control reset propagation | |
| prevent orphan field crashes in debounceSync and async validation | |
| prohibit concurrent submits in signal forms | |
| synchronize controls with the model on reset | |
| optimize reactivity by using shallow array equality | |
| shortcut deepSignal writes if value is unchanged | |
| remove string support from min and max validation rules (#68001) |
http
| Commit | Description |
|---|---|
Add reportUploadProgress & reportDownloadProgress options
|
language-service
| Commit | Description |
|---|---|
Add support for @Input with transforms
|
router
| Commit | Description |
|---|---|
| add unmatchedInputBehavior option to componentInputBinding |
Breaking Changes
forms
minandmaxvalidation rules no longer support
string values. Bound values must be numbers or null.
Deprecations
http
- The
reportProgressoption is deprecated please usereportUploadProgress&reportDownloadProgressinstead.