内容简介:Angular 6.0.0-rc.1 已发布,主要更新还是修复 bug,以及增加新特性。 Bug 修复 animations: avoid animation insertions during router back/refresh (#21977) (f88fba0), closes #19712 animations: treat n...
Angular 6.0.0-rc.1 已发布,主要更新还是修复 bug,以及增加新特性。
Bug 修复
animations: avoid animation insertions during router back/refresh (#21977) (f88fba0), closes #19712
animations: treat numeric state name values as strings (#22923) (e5e1b0d)
bazel: complete the rollup globals list for all angular entrypoints (#23080) (439030f)
bazel: don't try to do flatmoduleindex under Blaze (#23083) (be10bf5)
bazel: downlevel decorators in fesm5 files (#23078) (481b22e)
bazel: ng_package packages attr not forwarded to npm_package (#22967) (2aabbc5)
bazel: ng_package should include private exports in fesms (#23054) (0d9140c)
consistently rewrite Injector to INJECTOR (#23008) (884bf0e)
compiler: fix support for html-like text in translatable attributes (#23053) (28058b7)
compiler: take quoting into account when determining if object literals can be shared (#22942) (d98e9e7)
compiler-cli: use numeric comparison for TypeScript version (#22705) (193737a), closes #22593
core: don't override ngInjectableDef in the decorator if present on the type (#22943) (6f01917)
service-worker: do not enter degraded mode when offline (#22883) (9e9b8dd), closes #21636
service-worker: fix LruList bugs (#22769) (8c2a578), closes #22218 #22768
service-worker: ignore invalid
only-if-cachedrequests (#22883) (d9dc46e), closes #22362
特性
更新说明:https://github.com/angular/angular/blob/master/CHANGELOG.md
源码下载:https://github.com/angular/angular/releases/tag/6.0.0-rc.1
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python Cookbook 中文版,第 3 版
David M. Beazley、Brian K. Jones / 陈舸 / 人民邮电出版社 / 2015-5-1 / 108.00元
《Python Cookbook(第3版)中文版》介绍了Python应用在各个领域中的一些使用技巧和方法,其主题涵盖了数据结构和算法,字符串和文本,数字、日期和时间,迭代器和生成器,文件和I/O,数据编码与处理,函数,类与对象,元编程,模块和包,网络和Web编程,并发,实用脚本和系统管理,测试、调试以及异常,C语言扩展等。 本书覆盖了Python应用中的很多常见问题,并提出了通用的解决方案。......一起来看看 《Python Cookbook 中文版,第 3 版》 这本书的介绍吧!