The explicit {{bind}} helper has been deprecated. This helper haslong been marked private, and was a legacy Sproutcorefeature. This helper will be removed in Ember 1.11.
Quote-less outlet names are deprecated in 1.10. An example of this is{{outlet modal}}, which should be re-written as {{outlet "modal"}}.This ensures the outlet helper is consistent with others, where unquotedwords are values and not string literals.
The beforeObserver feature is deprecated in Ember 1.10. Before observersare rarely used, but introduce significant overhead to the observer systemin general. For observer use that requires the previous value of a propertybe known, implementing a cache is simple and more efficient. Read more abouthow to do this in the deprecation guide.
Observing the childViews array of a ContainerView is deprecated.
Setting the childViews property on a view definition is deprecated in1.10.
The ObjectController will be removed in Ember 2.0. In Ember 1.11,both explicitly using an ObjectController and using the proxying behaviorof a generated ObjectController will raise deprecation warnings.