ember.js v1.13.7 Release Notes

Release Date: 2015-08-09 // almost 9 years ago
    • ๐Ÿ—„ #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.