-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Ember-Data 2.14 compat #266
Comments
Turns out there was an effort to consolidate ember-data's As a result, one of the classes we need is completely isolated. I submitted a PR to try to remedy this: emberjs/data#5002 One additional hitch is that moving imports around kind of breaks backwards compatibility. We could use |
@jakesjews et al -- Looking for opinions here. The Pros: Backwards Compat. I'm inclined to just make a clean break here. I'd cut one last 2.11.x with the outstanding code on master. Then my PR would be 2.14.1. But I'm open to using Thoughts? |
@workmanw I think a clean break is the right way forward too. |
@jakesjews 👍 Just released 2.11.4 (the last in the 2.11.x series). Once ember-data ships 2.14, we'll ship ember-data-model-fragments 2.14. |
It looks like Ember-Data has moved around some files that we import. Here is the error from my tests:
The text was updated successfully, but these errors were encountered: