Ember.js 1.13.7 发布,此版本更新内容如下: #12000 [DEPRECATION] Deprecate using controller for {{with}} #11946 [PERF] Speed up AttrProxy implementation. #11956 [BUGFIX] Ensure that Ember.View.views is present on deprecated Ember.View. #11960 [BUGFIX] Fix issue preventing proper rerendering when specifying bound properties to {{link-to}}. #12018 [DEPRECATION] Deprecate {{#unbound}}{{/unbound}}. #12018 [DEPRECATION] Deprecate {{unbound}} with multiple params. #11964 [BUGFIX] Update htmlbars to v0.13.35. #12017 [DEPRECATION] Deprecate specifying render function to Ember.View or Ember.Component at extend time. #11993 [DEPRECATION] Deprecate Ember.TrackedArray and Ember.SubArray. #11994 [DEPRECATION] Deprecate using @each as a leaf node in a dependent key. Refactor from Ember.computed('foo.@each', function() {}); to Ember.computed('foo.[]', function() { });. #12026 [BUGFIX] Remove wasted dependent keys for template and layout properties of Ember.View/Ember.Component. 下载:https://github.com/emberjs/ember.js/archive/v1.13.7.zip。 Ember是一个雄心勃勃的Web应用程序,消除了样板,并提供了一个标准的应用程序架构的JavaScript框架。 Ember.js 1.13.7 发布,Bug 修复版本下载地址