-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArrayProxy mutation no longer notifying dependent keys between 2.0.0-beta.5 - 2.0.0 #12083
Comments
Based on the diff between versions, #12036 seems most likely to have caused an issue. @krisselden / @ef4 / @stefanpenner - Would one of y'all be able to take a look? |
ill look now. |
I've created a relatively thorough failing test case: https://github.com/emberjs/ember.js/pull/12087/files |
it appears the issue originated with e25b57c – it is not yet clear to me that the commit in question actually caused the issue, or merely exposed an underlying issue. Further investigation is needed. |
(cherry picked from commit 1e0b50d)
(cherry picked from commit b610b2f)
http://emberjs.jsbin.com/hanexihomo/1/edit?js,output // Ember 2.0.0 final (broken)
http://emberjs.jsbin.com/camajexebe/1/edit?js,output // Ember 2.0.0-beta.5 (works)
The text was updated successfully, but these errors were encountered: