内容简介:Ember project 发布了包括 Ember.js、Ember Data 和 Ember CLI 的 3.11 版本。 1、Ember.js 是构建 Web 应用程序的核心框架,Ember.js 3.11 是一个渐进的、向后兼容的 Ember 发行版 新特性: Forwarding Element...
Ember project 发布了包括 Ember.js、Ember Data 和 Ember CLI 的 3.11 版本。
1、Ember.js 是构建 Web 应用程序的核心框架,Ember.js 3.11 是一个渐进的、向后兼容的 Ember 发行版
新特性:
- Forwarding Element Modifiers
...attributes
:这个特性阐明了“splattributes”特性如何与元素修饰符交互 - {{fn}}助手:提供了一种将参数传递给操作的方法,
{{fn}}
支持其他高级用例,例如向现有函数添加更多参数
Current count: {{this.count}}
{{!-- when not passing arguments, these are equivalent --}}
<MyButton @click={{this.countUp}}>Add One</MyButton>
<MyButton @click={{fn this.countUp}}>Add One</MyButton>
{{!-- calls this.countUp(10) when clicked --}}
<MyButton @click={{fn this.countUp 10}}>Add Ten</MyButton>
- {{ON}}修饰符提供了一种直接的方式来侦听任意元素上的 DOM 事件
Current count: {{this.count}}
<button {{on "click" this.countUp passive=true}}>Add One</button>
- 注入参数规范化使所有 Ember 基类(即由 Ember 提供的框架类)的合同规范化
2、Ember Data 是 Ember.js 应用程序的官方数据持久性库
新特性:
- 包:引入一种新的导入语法
以前
import Model from 'ember-data/model';
import attr from 'ember-data/attr';
import { belongsTo, hasMany } from 'ember-data/relationships';
或者
import DS from 'ember-data';
const { Model, attr, belongsTo, hasMany } = DS;
现在
import Model, { attr, belongsTo, hasMany } from '@ember-data/model';
3、Ember CLI 是用于管理和打包 Ember.js 应用程序的命令行接口
Ember CLI 只是修复了几个 bug。
升级命令:
npm install -g ember-cli-update
ember-cli-update
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- MediaPipe:跨平台机器学习应用开发框架
- Ionic 4.0.2 发布,移动应用开发框架
- Ionic 4.0.2 发布,移动应用开发框架
- Ionic 4.3.0 发布,移动应用开发框架
- Ionic 4.4.0 发布,移动应用开发框架
- Ionic 4.6.0 发布,移动应用开发框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
An Introduction to Probability Theory and Its Applications
William Feller / Wiley / 1991-1-1 / USD 120.00
Major changes in this edition include the substitution of probabilistic arguments for combinatorial artifices, and the addition of new sections on branching processes, Markov chains, and the De Moivre......一起来看看 《An Introduction to Probability Theory and Its Applications》 这本书的介绍吧!
RGB转16进制工具
RGB HEX 互转工具
随机密码生成器
多种字符组合密码