皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Ember.js 2.15.0 和 2.16.0-beta.1 发布,Bug 修复版本

Ember.js 2.15.0 和 2.16.0-beta.1 发布,Bug 修复版本

Ember.js 2.15.0 和 2.16.0-beta.1 已发布,更新如下:

2.16.0-beta.1

  • #14764 Fixed string capitalize for accented characters.
  • #15528 [DEPRECATION] Deprecate Controller#content alias.
  • #15552 [FEATURE] Update blueprints and tests to RFC #176.

2.15.0

  • #15577 [BUGFIX] Include missing sourcemaps in vendorTree.
  • #14848 [BUGFIX] Allow boolean values for current-when
  • #15572 [BUGFIX] Fix issue with using negative numbers as an argument passed in from the template.
  • #15535 [BUGFIX] Ensure that properties of functions are able to be rendered.
  • #14753 [BUGFIX] Fix <input type=XXX> feature detect issue affecting Safari.
  • #15176 [BUGFIX] Ensure Controller.prototype.replaceRoute considers engine’s mount point.
  • #15513 [BUGFIX] Release root components after they are destroyed.
  • #15511 [BUGFIX] Fixes onFulfillment being undefined when stepping through RSVP code.
  • #15510 [BUGFIX] Make sure notification changes are properly triggered for firstObject/lastObject.
  • #15502 [BUGFIX] Work around a browser bug that causes getOwner to sometimes return undefined.
  • #14338 [FEATURE] Remove explicit names from initializers.
  • #15325 / #15326 [FEATURE ember-engines-mount-params] Allow {{mount to accept a model named parameter.
  • #15347 [BUGFIX] Make better errors for meta updates after object destruction.
  • #15411 [CLEANUP] Remove deprecated Ember.Backburner.
  • #15366 [BUGFIX] Allow numeric keys for the get helper.
  • #14805 / #14861 / #14979 / #15414 / #15415 [FEATURE ember-routing-router-service] Enable by default.
  • #15193 [CLEANUP] Remove owner._lookupFactory support.

点此查看完整更新说明。

下载地址:

2.15.0

2.16.0-beta.1

Ember.js 是一个用于创建 web 应用的 JavaScript MVC 框架,采用基于字符串的 Handlebars 模板,支持双向绑定、观察者模式、计算属性(依赖其他属性动态变化)、自动更新模板、路由控制、状态机等。

转自 http://www.oschina.net/news/88297/emberjs-2-15-0-and-2-16-0-beta1