-
Notifications
You must be signed in to change notification settings - Fork 80
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 2.0 Support #86
Comments
I would love a patch. |
👍 Please fix this :3 |
Ember 1.13.4 introduced a bug which basically removed beforeObservers instead of deprecating them. That makes ember-cli-selectize to fail in Ember 1.13.4. Waiting for this fix: emberjs/ember.js#11744 |
I just merged that PR fixing the |
ember-try is now passing, thanks!
Is it supposed to be passing in ember canary/beta, since I'm using |
Where are we with this issue? Do we still need a solution to replace the (2) uses of beforeObserver? I am working on my local version to see what i can do to fix, and will PR if no one posts a fix before me. |
Yes, we still need to get rid of beforeObservers. |
well I will work on it today. hopefully i can come with a solution soon.. because the alternative is to rollback and wait.. ugk |
Fixed on 1fbfaa3 Latest version should be Ember 2.0 compatible. |
Testing on canary results in the following error being reported:
http://emberjs.com/deprecations/v1.x/#toc_beforeobserver
I can send a patch if you'd like.
The text was updated successfully, but these errors were encountered: