发布于 2016-08-16 23:46:57 | 79 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的Ember.JS中文指南,程序狗速度看过来!
Ember JavaScript的MVC框架
Ember.js是一个JavaScript的MVC框架,它由Apple前雇员创建的SproutCore 2.0改名进化而来
Ember.js v2.8.0-beta.3 和 Ember.js v2.9.0-alpha.4 发布了,
Ember.js v2.8.0-beta.3 主要更新内容:
#14009 [BUGFIX] Fix usage of role when used in attributeBindings.
#14044 / #14062 / #14066 [BUGFIX] Update router.js so that getHandlers is invoked lazily.
#14054 [BUGFIX] Ensure substates properly work with resetNamespace.
#14033 [BUGFIX] Ensure fillIn acceptance test helper only sets value to first matched element.
#14058 [BUGFIX] Fix issues related to Ember.Router.map changes in 2.7.0.
#14068 [BUGFIX] Prevent errors when clicking a {{link-to}} during an existing transition.
下载:
Ember.js v2.9.0-alpha.4 主要更新内容:
#14057 Improve `mut` documentation.
Fix `{{outlet}}` tests to use DI for templates.
Update testem config to use `latest` when possible. …
* Use `latest` for Chrome
* Use `latest` for FireFox (was using 45)
下载:
Ember.js v2.7.1 主要更新内容:
#13920 [BUGFIX] Add more info to the Ember.Binding deprecation.
#14058 [BUGFIX] Fix issues related to Ember.Router.map changes in 2.7.0.
#14068 [BUGFIX] Prevent errors when clicking a {{link-to}} during an existing transition.
下载:
官方发布声明点击这里查看