内容简介:Angular 6.0 的首个 beta 版已发布,6.0.0-beta.0 的更新主要是新增了一些特性、修复 bug 以及提升性能。5.2.1 的更新主要是新增了一些特性和 bug 修复。 6.0.0-beta.0 (2018-01-17) Bug 修复 animations: fix...
Angular 6.0 的首个 beta 版已发布,6.0.0-beta.0 的更新主要是新增了一些特性、修复 bug 以及提升性能。5.2.1 的更新主要是新增了一些特性和 bug 修复。
6.0.0-beta.0 (2018-01-17)
Bug 修复
animations: fix increment/decrement aliases example (#18323) (d2aa8ac)
benchpress: should still support selenium_webdriver < 3.6.0 (#21477) (9b84a32)
common: set correct timezone for ISO8601 dates in Safari (#21506) (05208b8), closes #21491
compiler: cache external reference resolution (#21359) (e3e2fc0)
compiler: make
.ngsummary.json
files idempotent (#21448) (e64b1e9)core: fix chained http call (#20924) (7e3f9a4), closes #20921
language-service: Clear caches when program changes (#21337) (43e1520), closes #19405
service-worker: properly handle invalid hashes in all scenarios (#21288) (3951098)
特性
bazel: allow ng_module rules to control whether type checking is enabled (#21460) (cffa0fe)
core: add binding name to content changed error (#20352) (d3bf54b)
forms: handle string with and without line boundary on pattern validator (#19256) (54bf179)
性能改进
5.2.1 (2018-01-17)
Bug 修复
animations: fix increment/decrement aliases example (#18323) (48c1898)
benchpress: should still support selenium_webdriver < 3.6.0 (#21477) (3c6a506)
common: set correct timezone for ISO8601 dates in Safari (#21506) (8e9cd57), closes #21491
compiler: cache external reference resolution (#21359) (c32e833)
compiler: make
.ngsummary.json
files idempotent (#21448) (a931a41)core: fix chained http call (#20924) (54e7576), closes #20921
language-service: Clear caches when program changes (#21337) (cc9419d), closes #19405
service-worker: properly handle invalid hashes in all scenarios (#21288) (51eb3d4)
特性
core: add binding name to content changed error (#20352) (4556532)
forms: handle string with and without line boundary on pattern validator (#19256) (75f8522)
详情请参阅更新日志地址。
源码下载:https://github.com/angular/angular/releases
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Angular 6.0.0-beta.0 和 5.2.1 发布,Web 前端框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms with JavaScript
Michael McMillan / O'Reilly Media / 2014-2-22 / USD 28.51
If you’re using JavaScript on the server-side, you need to implement classic data structures that conventional object-oriented programs (such as C# and Java) provide. This practical book shows you how......一起来看看 《Data Structures and Algorithms with JavaScript》 这本书的介绍吧!