v22.1.0-next.6Pre-release
22.1.0-next.6
Changed 1
- do not emit tag name when control flow root is foreign component
Fixed 14
- avoid prototype lookups in date format caches
- parsing of an empty template literal interpolation
- support foreign components inside control flow blocks
- re-tag SourceFiles after TsCreateProgramDriver.updateFiles()
- allow static attributes for explicit input transforms
- ignore processing instruction syntax in templates
- preserve explicit input transform write type
- allow multiple async validators
- preserve intermediate number values in signal forms
- prevent stale CVA writeback during debounce
- prevent interceptor signal reads from leaking into calling reactive contexts
- build runtime translations map with a null prototype
- use Object.hasOwn for placeholder lookup in translate
- prevent ReDoS in SOURCEMAP_URL_REGEXP
common
| Commit | Description |
|---|---|
| fix - 359fb503b8 | avoid prototype lookups in date format caches |
compiler
| Commit | Description |
|---|---|
| fix - da52137724 | parsing of an empty template literal interpolation |
| fix - 5bd00add07 | support foreign components inside control flow blocks (#69674) |
| perf - 2e442f7876 | do not emit tag name when control flow root is foreign component (#69674) |
compiler-cli
| Commit | Description |
|---|---|
| fix - ae0ec7315c | re-tag SourceFiles after TsCreateProgramDriver.updateFiles() |
core
| Commit | Description |
|---|---|
| fix - 9b9b0e93c9 | allow static attributes for explicit input transforms |
| fix - 68ac204074 | ignore processing instruction syntax in templates |
| fix - 0ae6d81ed2 | preserve explicit input transform write type |
forms
| Commit | Description |
|---|---|
| fix - 5cb8c733a3 | allow multiple async validators |
| fix - 2e32872720 | preserve intermediate number values in signal forms |
| fix - 2e0cb52dbf | prevent stale CVA writeback during debounce |
http
| Commit | Description |
|---|---|
| fix - 6d043f8657 | prevent interceptor signal reads from leaking into calling reactive contexts |
localize
| Commit | Description |
|---|---|
| fix - 5de0ea5f23 | build runtime translations map with a null prototype |
| fix - 2a4f582731 | use Object.hasOwn for placeholder lookup in translate |
platform-browser
| Commit | Description |
|---|---|
| fix - fb6b354fbd | prevent ReDoS in SOURCEMAP_URL_REGEXP |