发布于 2017-08-11 00:31:47 | 80 次阅读 | 评论: 0 | 来源: 网友投递
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
Angular 5.0.0-beta.3 和 4.3.4 已发布,Angular 5.0.0 beta.3 是 Angular 5 的第四个 beta 版本,正式版预计 9-10 月发布。
Angular 5.0.0-beta.3 部分更新内容:
Bug 修复
animations: revert container/queried animations accordingly during cancel (#18516) (c0c03dc)
animations: support persisting dynamic styles within animation states (#18468) (05472cb), closes #18423 #17505
common: don't recreate view when context shape doesn't change (#18277) (685cc26), closes #13407
compiler: cleanly compile with TypeScript 2.4 (#18456) (7c47b62)
compiler: ignore @import in multi-line css (#18452) (1dca575), closes #18038
功能
core: Create StaticInjector which does not depend on Reflect polyfill. (d9d00bd)
forms: add default updateOn values for groups and arrays (#18536) (ff5c58b)
forms: add updateOn blur option to FormControls (#18408) (333a708), closes #7113
forms: add updateOn submit option to FormControls (#18514) (f69561b)
性能改进
下载地址
暂未发现 4.3.4 的更新说明,点此查看更多更新内容,或查看其 GitHub 发布主页保持关注。