Ember.js 1.13.7 发布,Bug 修复版本
欢迎加入运维网交流群:263444886Ember.js 1.13.7 发布,此版本更新内容如下:
[*] #12000 Deprecate using controller for {{with}}
[*] #11946 Speed up AttrProxy implementation.
[*] #11956 Ensure that Ember.View.views is present on deprecated Ember.View.
[*] #11960 Fix issue preventing proper rerendering when specifying bound properties to {{link-to}}.
[*] #12018 Deprecate {{#unbound}}{{/unbound}}.
[*] #12018 Deprecate {{unbound}} with multiple params.
[*] #11964 Update htmlbars to v0.13.35.
[*] #12017 Deprecate specifying render function to Ember.View or Ember.Component at extend time.
[*] #11993 Deprecate Ember.TrackedArray and Ember.SubArray.
[*] #11994 Deprecate using @each as a leaf node in a dependent key. Refactor from Ember.computed('foo.@each', function() {}); to Ember.computed('foo.[]', function() { });.
[*] #12026 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框架。
页:
[1]