Changelog
- #12000 [DEPRECATION] Deprecate using
controllerfor {{with}} - #11946 [PERF] Speed up
AttrProxyimplementation. - #11956 [BUGFIX] Ensure that
Ember.View.viewsis present on deprecatedEmber.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
renderfunction toEmber.VieworEmber.Componentat extend time. - #11993 [DEPRECATION] Deprecate
Ember.TrackedArrayandEmber.SubArray. - #11994 [DEPRECATION] Deprecate using
@eachas a leaf node in a dependent key. Refactor fromEmber.computed('foo.@each', function() {});toEmber.computed('foo.[]', function() { });. - #12026 [BUGFIX] Remove wasted dependent keys for
templateandlayoutproperties ofEmber.View/Ember.Component.