Slide 39
Slide 39 text
Notable Deprecations:
➔ Ember.CoreView, Ember.View, Ember.ContainerView and Ember.
CollectionView
➔ Ember._Metamorph, Ember._MetamorphView
➔ The {{view "some-view"}} helper
➔ The {{view}} keyword
➔ {{each itemView=, {{each itemViewClass=, {{each tagName=, {{each
emptyView=, {{each emptyViewClass
➔ Ember.Select and {{view "select"}}
➔ Ember.Checkbox is not removed, but will become a component instead of a view
➔ Ember.reduceComputed and Ember.arrayComputed in favor of plain normal array
manipulations.
➔ Non-block param {{with
➔ Ember.ObjectController, Ember.ArrayController, The {{controller}}
keyword, needs: on controllers
The most commonly used parts of the view API will be supported into the foreseeable future via
a core-supported add-on.
http://emberjs.com/blog/2015/06/12/ember-1-13-0-released.html#toc_notable-deprecations-in-1-13