ember.js v1.13.3 Release Notes

Release Date: 2015-07-05 // almost 9 years ago
    • ๐Ÿ—„ #11510 [DEPRECATION] Deprecate Ember.Object.createWithMixins.
    • ๐Ÿ—„ #11512 [DEPRECATION] Deprecate Ember.oneWay in favor of Ember.computed.oneWay.
    • ๐Ÿ›  #11525 [BUGFIX] Add helpful error when using {{each}} with duplicate keys. This replaces a difficult to understand error deep in the HTMLBars internals, with an error that explains the duplicate key issue a bit better.
    • ๐Ÿ—„ #11511 [DEPRECATION] Deprecate Ember.keys in favor of Object.keys.
    • ๐Ÿ—„ #11511 [DEPRECATION] Deprecate Ember.create in favor of Object.create.
    • ๐Ÿ›  #11543 / #11594 / #11603 - [BUGFIX] Fix extending or reopening Ember.LinkView.
    • ๐Ÿ›  #11561 [BUGFIX] Fix issue with {{link-to}} not properly updating the link for certain routing state changes.
    • ๐Ÿ›  #11572 [BUGFIX] Ensure local component state can shadow attributes provided during invocation.
    • ๐Ÿ›  #11570 [BUGFIX] Prevent infinite loop when a yielded block param is changed.
    • ๐Ÿ›  #11577 [BUGFIX] Ensure route backed views are properly destroyed.
    • ๐Ÿ›  #11636 [BUGFIX] Fix sticky query params for nested and for dynamic routes.
    • ๐Ÿ›  #11639 [BUGFIX] Fix testing of components containing {{link-to}}'s.
    • ๐Ÿ›  #11650 [BUGFIX] Update HTMLBars to 0.13.32. Fixes a number of issues with the property first strategy used:
      • for exceptions input.form, input.list, button.type always use elem.setAttribute
      • for form.action always escape
      • always assign handlers to props, even if the case appears strange