ember-animation/liquid-fire

Is JQuery needed?

devotox opened this issue · 3 comments

With Ember 3.X Jquery has been deprecated and removed. Is there a path to take to remove all Jquery usage?

ef4 commented

There is a path. My intention is to make liquid-fire depend on ember-animated, and ember-animated has been designed to not need jQuery.

But this is going to be a breaking change, because we currently expose jQuery in the public API for how transitions get defined.

ef4 commented

I should also clarify, jQuery is not deprecated in Ember 3.x. There's no plan to stop supporting it.

The only thing that's deprecated is having jQuery magically added to your app. Now you'll need to explicitly ask for it.

@ef4 yup totally correct that is what I meant not deprecated but too lazy to right out the full sentence. Typical developer ay?

When you do have a set of plans for how you are going to move forward moving over to ember-animated and you would love to break up the work. I would gladly take some on