-
Notifications
You must be signed in to change notification settings - Fork 20
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
Remove use of jQuery #63
Comments
+1 on this as jQuery is now deprecated in Ember |
@knownasilya liquid-wormhole depends on liquid-fire, which uses jQuery, so removing jQuery from this addon is unfortunately significantly more complicated than it might seem :-/ |
Might be worthwhile to move to ember-animated? Probably equally hard 😄 |
that is the long-term plan, yes. just needs someone to actually do the work 😉 |
I'd love to collab with anyone who wants to take converting this and |
Just updating that I would love this as well :) |
It looks like this has been fixed in
can be replaced by const nodes = this.element.children; Are you looking for PRs that would remove jQuery dependence without switching to In case it helps, here's a to-do list to get started (not necessarily exhaustive/accurate).
|
|
Currently jQuery is required, but it doesn't seem that the use is extensive or needed, so it should be rather painless to remove I think.
The text was updated successfully, but these errors were encountered: