v22.1.0-next.5Pre-release
22.1.0-next.5
Added 5
- Add an error for --global-foo cases
- Namespace CSS variables to the app
- Support css var namespacing in properties
- Add deep linking from Performance panel to DevTools
- Add options to allow caching of credentialed and non-cacheable HTTP requests
Fixed 9
- Use regular optional chaining expression for safe function calls in TCBs
- Apply debugName transform to required signal queries
- Detect uninvoked signals in bound expressions using ternary
- Allow multiple async validators
- Make extractValue reactive for compat AbstractControl values
- Preserve transitive NgModule references when pruning
- Remove stale model import in model-output migration
- Handle outlet named __proto__ in segment group maps
- Use safe hasOwnProperty when parsing query params
compiler
| Commit | Description |
|---|---|
| feat - af5e4e1131 | Add an error for --global-foo cases (#68846) |
| feat - d579ecaf73 | Disable '--global-' error outside of g3 (#68846) |
| feat - f98547675c | Namespace CSS variables to the app (#68846) |
| feat - 8c8b2f7783 | Support css var namespacing in properties (#68846) |
| fix - 997b772f28 | use regular optional chaining expression for safe function calls in TCBs |
compiler-cli
| Commit | Description |
|---|---|
| fix - eb2a8ff63f | apply debugName transform to required signal queries |
| fix - eac363e92e | detect uninvoked signals in bound expressions using ternary |
core
| Commit | Description |
|---|---|
| feat - eab4847a8b | Adds deep linking from Performance panel to DevTools |
forms
| Commit | Description |
|---|---|
| fix - 953cdfd66a | allow multiple async validators |
forms/signals
| Commit | Description |
|---|---|
| fix - b542302a23 | make extractValue reactive for compat AbstractControl values |
http
| Commit | Description |
|---|---|
| feat - e3630c23c5 | add options to allow caching of credentialed and non-cacheable HTTP requests |
migrations
| Commit | Description |
|---|---|
| fix - 0a5a2b768c | preserve transitive NgModule references when pruning |
| fix - fbb705e6fd | remove stale model import in model-output migration |
router
| Commit | Description |
|---|---|
| fix - cbbb1d8ba1 | handle outlet named proto in segment group maps |
| fix - e5c37f21de | use safe hasOwnProperty when parsing query params |