at that point the two special forms for {{each}} and {{with}} will be deprecated. You should refactor your templates to use the new block parameters syntax once it lands, as it is a purely mechanical refactor.
use of new component syntax. This means that component invocations in existing templates will continue to work without changes. To preserve the same semantics during a refactor to the new HTML- based syntax, you can simply mark all bindings as mut.
as properties on the component itself. We will also provide a transitional mixin that Ember addons can use that will make provided attributes available as attrs.*. This will allow add-ons to move to the new location, while maintaining support for older versions of Ember.
in Ember 1.12, and deprecate routable controllers at the same time. We plan to remove support for routable controllers in Ember 2.0. We will also provide an optional plugin for Ember 2.0 apps that restores existing behavior. This plugin will be included in the Ember automated test suite to ensure that we do not introduce accidental regressions in future releases on the 2.x series.