v22.1.4
22.1.4
Fixed 15
- avoid prototype member collisions in common
- use locale NaN symbol in number formatting
- scope animations declared in minified nested rules
- default template diagnostic related message source file to template
- produce correct tcb expression for optional chaining
- retain metadata for strict standalone errors
- avoid prototype member collisions in core
- explicitly reject foreign components in JIT mode
- preserve namespace for dynamic component hosts
- prevent TransferState prototype pollution
- throw coded RuntimeErrors instead of crashing when hydration/rendering cannot find an expected DOM node
- use dot-access for readonly rule configuration
- honor quote style preference when generating imports
- preserve registerLocaleData calls in standalone bootstrap migration
- avoid stripping unicode whitespace during url resolution
From Angular
common
| Commit | Description |
|---|---|
| fix - 60a874c3fb | avoid prototype member collisions |
| fix - e8378dfeab | use locale NaN symbol in number formatting |
compiler
| Commit | Description |
|---|---|
| fix - 05c7c725a5 | scope animations declared in minified nested rules |
compiler-cli
| Commit | Description |
|---|---|
| fix - afe8499a14 | default template diagnostic related message source file to template |
| fix - 079a846263 | Produce correct tcb expression for optional chaining |
| fix - 55eeb46418 | retain metadata for strict standalone errors |
core
| Commit | Description |
|---|---|
| fix - 3da35cbab9 | avoid prototype member collisions |
| fix - b199bdfa2a | explicitly reject foreign components in JIT mode |
| fix - 9a8e4826b9 | preserve namespace for dynamic component hosts |
| fix - 7c752d4815 | prevent TransferState prototype pollution |
| fix - 7546b7a805 | throw coded RuntimeErrors instead of crashing when hydration/rendering can't find an expected DOM node |
forms
| Commit | Description |
|---|---|
| fix - c8eb7f0056 | use dot-access for readonly rule configuration |
language-service
| Commit | Description |
|---|---|
| fix - 93d7f718d2 | honor quote style preference when generating imports |
migrations
| Commit | Description |
|---|---|
| fix - 85c8829ac1 | preserve registerLocaleData calls in standalone bootstrap migration |
platform-server
| Commit | Description |
|---|---|
| fix - 71e52d1396 | avoid stripping unicode whitespace during url resolution |