Ember 3.2 :包含 Ember.js, Ember Data 和 Ember CLI

2018-07-05    来源:oschina

容器云强势上线!快速搭建集群,上万Linux镜像随意使用
Ember.js

Ember 3.2 现已发布,Ember 3.2 项目包括 Ember.js, Ember Data 和 Ember CLI。

Ember.js

Ember.js 是一个 Web 应用程序的核心 JavaScript 框架。它极大地减少了构建任何 Web 应用程序所需的时间、精力和资源。它致力于通过完成大多数 Web 开发项目中涉及的所有常见、重复且至关重要的任务,帮助开发人员达成目标。

Ember.js 3.2 的变化

Ember.js 3.2 是 Ember 的增量向后兼容版本,包含错误修复、性能改进和次要的依赖弃用。 此版本中包含一个新功能和三项弃用的依赖。

新功能

  • Block let template helper:The new let template helper makes it possible to create new bindings in templates. It is like with but without the conditional rendering of the block depending on values passed to the block.

Ember Data

Ember Data 是用于 Ember.js 应用程序的官方数据持久性库。

Ember Data 3.2 的变化

该版本仅新增了四项新功能,具体如下

  • Lazy Relationship Payloads

  • Ember Data Feature Flag Removal

  • Feature Flag ds-improved-ajax

  • Feature Flag ds-pushpayload-return

Ember CLI

Ember CLI 是用于管理和打包 Ember.js 应用程序的命令行界面。

Ember CLI 3.2 变化

该版本包含两项新增的功能

  • qunit-dom

  • ember-cli-babel 5

更多内容请查看 https://emberjs.com/blog/2018/07/02/ember-3-2-released.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点!
本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。

上一篇:Firefox 安卓版进入维护模式,开发团队透露在憋大招

下一篇:Apache CXF 3.2.5 和 3.1.16 发布,开源的 Service 框架