Angular官网普通更新(2023-12-06)

情报来源:TSRC

发布时间:2023-12-06

基本信息
  • 发布日期2023-12-06
  • 感知时间2023-12-06
  • 漏洞类型普通更新
  • 风险等级未知
  • 更新版本17.0.6
  • 情报贡献TSRC
更新标题

普通更新

更新详情

&amp;lt;a name=&amp;quot;17.0.6&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;<br/># 17.0.6 (2023-12-06)<br/>### compiler<br/>| Commit | Description |<br/>| -- | -- |<br/>| [![fix - a2e5f483f5](https://img.shields.io/badge/a2e5f483f5-fix-green)](https://github.com/angular/angular/commit/a2e5f483f5a869c0cca205f092049e252a02b710) | generate proper code for nullish coalescing in styling host bindings (#53305) |<br/>### compiler-cli<br/>| Commit | Description |<br/>| -- | -- |<br/>| [![fix - 66ecf4c274](https://img.shields.io/badge/66ecf4c274-fix-green)](https://github.com/angular/angular/commit/66ecf4c2748b43b7e53af00499b153bbe70dd684) | add compiler option to disable control flow content projection diagnostic (#53387) |<br/>| [![fix - 74e6ce5d23](https://img.shields.io/badge/74e6ce5d23-fix-green)](https://github.com/angular/angular/commit/74e6ce5d233c8763b6c437fab5d81d7b89ae6cd4) | add diagnostic for control flow that prevents content projection (#53387) |<br/>| [![fix - 6ec7a42b95](https://img.shields.io/badge/6ec7a42b95-fix-green)](https://github.com/angular/angular/commit/6ec7a42b9578aa34a66bb7c81ac491bb18f98941) | avoid conflicts with built-in global variables in for loop blocks (#53319) |<br/>### core<br/>| Commit | Description |<br/>| -- | -- |<br/>| [![fix - 0a53f96094](https://img.shields.io/badge/0a53f96094-fix-green)](https://github.com/angular/angular/commit/0a53f9609462fc59cf20c7fe1436d153c23e0412) | cleanup signal consumers for all views (#53351) |<br/>| [![fix - 4fc1581bbc](https://img.shields.io/badge/4fc1581bbc-fix-green)](https://github.com/angular/angular/commit/4fc1581bbcd98e607eb2bbd9976c64c92a70d827) | handle hydration of multiple nodes projected in a single slot (#53270) |<br/>| [![fix - 14e66533ec](https://img.shields.io/badge/14e66533ec-fix-green)](https://github.com/angular/angular/commit/14e66533ec49184723a66652253e9ae863a972e0) | support hydration for cases when content is re-projected using ng-template (#53304) |<br/>| [![fix - 8e366e8911](https://img.shields.io/badge/8e366e8911-fix-green)](https://github.com/angular/angular/commit/8e366e8911434d5b91e83e215320caae72f6adf8) | support swapping hydrated views in `@for` loops (#53274) |<br/>### migrations<br/>| Commit | Description |<br/>| -- | -- |<br/>| [![fix - 45064f1ae1](https://img.shields.io/badge/45064f1ae1-fix-green)](https://github.com/angular/angular/commit/45064f1ae1ceb9c5a1f1053077f77370e3e9fdb2) | CF migration - ensure NgIfElse attributes are properly removed (#53298) |<br/>| [![fix - a6275cfa54](https://img.shields.io/badge/a6275cfa54-fix-green)](https://github.com/angular/angular/commit/a6275cfa54d680d6612a1c91e5d3f6b86b828fbc) | CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299) |<br/>| [![fix - 58a96e0f50](https://img.shields.io/badge/58a96e0f50-fix-green)](https://github.com/angular/angular/commit/58a96e0f50f2d59376aa357188ad0792b39e4e70) | CF Migration add support for ngIf with just a then (#53297) |<br/>| [![fix - 26e40c7f89](https://img.shields.io/badge/26e40c7f89-fix-green)](https://github.com/angular/angular/commit/26e40c7f8916612034b03dae4f74e53b61d39d86) | CF Migration fix missing alias for bound ngifs (#53296) |<br/>| [![fix - 836aeba01d](https://img.shields.io/badge/836aeba01d-fix-green)](https://github.com/angular/angular/commit/836aeba01db526676610802daff4e8ebca8cef1e) | Change CF Migration ng-template placeholder generation and handling (#53394) |<br/>| [![fix - 72d22ba7ee](https://img.shields.io/badge/72d22ba7ee-fix-green)](https://github.com/angular/angular/commit/72d22ba7eea87e2873a765aa69b3d923b9d6cc6d) | fix regexp for else and then in cf migration (#53257) |<br/>| [![fix - 7a2facae8a](https://img.shields.io/badge/7a2facae8a-fix-green)](https://github.com/angular/angular/commit/7a2facae8af3240b21fc17857a770dad793b7b6d) | handle aliases on bound ngIf migrations (#53261) |<br/>| [![fix - 5104a89b30](https://img.shields.io/badge/5104a89b30-fix-green)](https://github.com/angular/angular/commit/5104a89b3035fb07ce23e09974dc9998ef6932ca) | handle nested ng-template replacement safely in CF migration (#53368) |<br/>| [![fix - 2a4e3f5373](https://img.shields.io/badge/2a4e3f5373-fix-green)](https://github.com/angular/angular/commit/2a4e3f5373dfbc2a1634d67e646c30d8bbe4fea8) | handle templates outside of component in cf migration (#53368) |<br/>| [![fix - 0db75ab5b1](https://img.shields.io/badge/0db75ab5b1-fix-green)](https://github.com/angular/angular/commit/0db75ab5b1c8c79a0e7ca1d6094092f0cb3e3939) | remove setting that removes comments in CF migration (#53350) |<br/>### router<br/>| Commit | Description |<br/>| -- | -- |<br/>| [![fix - 13ade13a15](https://img.shields.io/badge/13ade13a15-fix-green)](https://github.com/angular/angular/commit/13ade13a15f0c5b5f782d2fda0f7a96b3c606198) | Ensure canMatch guards run on wildcard routes (#53239) |

软件描述

AngularJS 是一个 JavaScript框架。它是一个以 JavaScript 编写的库。

CVE编号

暂无

Knowsafe分析

暂无

业界资讯

暂无

来源链接

https://github.com/angular/angular/releases/tag/17.0.6