emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

Remove context switching in {{ember-list}} blocks #201

Closed tim-evans closed 8 years ago

tim-evans commented 9 years ago

This will make list-view consistent with ember moving towards explicit contexts, and prevent headaches with new users.

I'm not sure whether this is appropriate as a deprecation flag or just omitting it and bumping a version. We are pre-1.0, so breaking changes ok.

stefanpenner commented 9 years ago

:+1: