Angular 5.0.0-beta.6 和 4.4.0-RC.0,Web 前端框架

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Angular 5.0.0-beta.6 和 4.4.0 的首个 RC 版已发布,Angular 5.0.0 beta.6 是 Angular 5 的第七个 beta 版本,正式版预计 9-10 月发布。 Angular 5.0.0-beta.6 部分更新内容: Bug 修复 animations: do not le...

Angular 5.0.0-beta.6 和 4.4.0 的首个 RC 版已发布,Angular 5.0.0 beta.6 是 Angular 5 的第七个 beta 版本,正式版预计 9-10 月发布。

Angular 5.0.0-beta.6 部分更新内容:

Bug 修复

  • animations: do not leak DOM nodes/styling for host triggered animations (#18853) (fcadeb2), closes #18606

  • common: fix a duplicate case in the locale switch (#18941) (fdd5010)

  • common: fix improper packaging for @angular/common/http (#18613) (65e26d7)

  • common: fix XSSI prefix stripping by using JSON.parse always (#18466) (452a7ae), closes #18396 #18453

  • common: update closure-locale generation for tree shaking (#18938) (946e5bd)

  • common: use correct group separator for currency pipe (#18932) (4ec5e28)

  • common: use v4 plurals when importing DeprecatedI18NPipesModule (#18955) (30d53a8)

  • compiler: always check summaries first before falling back to metadata from .d.ts files (#18788) (f83b819)

  • compiler: always emit ngfactories with reexports (#18788) (0262e37)

  • compiler: don’t emit stubs when we didn’t generate code for a file. (#18788) (506d2e9)

  • compiler: don’t reexport types in .ngfactory files (#18788) (8c858d7)

  • compiler: normalize the locale name (#18963) (043f104)

代码重构

功能

  • http: deprecate @angular/http in favor of @angular/common/http (#18906) (72c7b6e)

  • common: accept object map for HttpClient headers & params (#18490) (1b1d5f1)

  • common: generate closure-locale.ts to tree shake locale data (#18907) (4878936)

  • compiler: set enableLegacyTemplate to false by default (#18756) (56238fe)

 4.4.0-RC.0 更新内容:

Bug 修复

功能

  • compiler: allow multiple exportAs names (#18723) (7ec28fe)

  • core: add option to remove blank text nodes from compiled templates (#18823) (b8b551c)

具体更新内容请参阅更新日志

下载地址:


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

CLR via C#

CLR via C#

(美)Jeffrey Richter / 周靖 / 清华大学出版社 / 2010-9 / 99.00元

本书针对CLR和.NET Framework 4.0进行深入、全面的探讨,并结合实例介绍了如何利用它们进行设计、开发和调试。全书5部分29章。第Ⅰ部分介绍CLR基础,第Ⅱ部分解释如何设计类型,第Ⅲ部分介绍基本类型,第Ⅳ部分以实用特性为主题,第Ⅴ部分花大量篇幅重点介绍线程处理。 通过本书的阅读,读者可以掌握CLR和.NET Framework的精髓,轻松、高效地创建高性能应用程序。一起来看看 《CLR via C#》 这本书的介绍吧!

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具