ember-animation / ember-animated

Core animation primitives for Ember.
https://ember-animation.github.io/ember-animated/
MIT License
244 stars 90 forks source link

Drop support for ember-element-helper <= 0.6.0 #657

Closed mike-engel closed 9 months ago

mike-engel commented 10 months ago

This is a forced-hand solution to #594, and supercedes #647.

This drops support for ember-element-helper <= 0.6.0 since there doesn't seem to be a good way to dynamically remove support for it during build time with ember macros at the moment. I've created an [issue]() in embroider, but I'm not sure how long it will take to have a solution.

0.6.0 is almost two years old at this point, and continuing to support it in this library doesn't seem like it's worth it at this point. Happy to discuss!

SergeAstapov commented 10 months ago

Plan to include this in v2 with #659 and #660

RobbieTheWagner commented 9 months ago

Really need this in! @SergeAstapov any updates?

SergeAstapov commented 9 months ago

this landed in #672

mike-engel commented 9 months ago

Thanks @SergeAstapov!