sir-dunxalot / ember-tooltips

Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warnings with Ember 3.20

boris-petrov opened this issue · comments

This addon uses ember-maybe-in-element 0.4.0 which uses the as-of-Ember-3.20 deprecated -in-element. That's printed as warnings in the console when running ember serve. Simply updating ember-maybe-in-element to 1.0.0 should fix the issue.

Thanks for the great addon!

Awesome, thanks for the heads up! Will take a look at that this week.

@maxfierke any update on this?

@boris-petrov it was breaking CI for some earlier Ember versions, but will look at relaxing the constraint a bit tonight to allow for a greater range of versions

The maybe-in-element addon has recent v2 release as well.

This has been addressed in v3.4.4