Angular 7.2.2 和 8.0.0-beta.1 已发布。Angular 是一款十分流行且好用的 Web 前端框架,目前由 Google 维护。更新内容如下:
8.0.0-beta.1 (2019-01-12)
Bug 修复
- bazel: increase node memory limit for ng_module rule to prevent OOM for big modules (#28237) (73616ab)
- router:
skipLocationChange
with named outlets (#28300) (50df897), closes #27680 #28200
新特性
- bazel: Add support for SASS (#28167) (f59f18c)
- compiler-cli: resolve generated Sass/Less files to .css inputs (#28166) (a58fd21)
- forms: add
markAllAsTouched()
toAbstractControl
(#26812) (45bf911), closes #19400
回退
7.2.2 (2019-01-22)
Bug 修复
- bazel: Fix integration test after v8 bump (#28194) (7b772e9), closes #28142
- router:
skipLocationChange
with named outlets (#28301) (32737a6), closes #27680 #28200
新特性
- bazel: Add support for SASS (#28167) (a4d9192)
- compiler-cli: resolve generated Sass/Less files to .css inputs (#28166) (4c00059)
下载地址:https://github.com/angular/angular/releases
转自 https://www.oschina.net/news/103871/angular-7-2-2-and-8-0-0-beta-1