KABBOUCHI / vue-tippy

VueJS Tooltip powered by Tippy.js
https://vue-tippy.netlify.app
MIT License
726 stars 87 forks source link

Planning to upgrade Tippy dependency? #215

Closed GrahamLea closed 2 years ago

GrahamLea commented 2 years ago

This plugin looks great and I'd love to use it. However, it currently depends on a version of Tippy (4.3.5) that is over 2 years old, which in turn depends on a version of Popper (1.14.7) that is now deprecated.

Do you have any plan to upgrade vue-tippy's dependencies? Or is it pretty much in an archive state now?

GrahamLea commented 2 years ago

I just noticed that you're doing alpha releases from the next branch with a recent Tippy version.

Are they alpha as in "don't work properly yet" or as in "not exhaustively tested yet"? (Need to decide whether to use them in prod).

KABBOUCHI commented 2 years ago

hi @GrahamLea, u can see the next doc here https://vue-tippy.netlify.app/

I was planning to release beta after I finish the docs but didn't have the time to do it.

useTippy recommended, it's the most tested/stable feature, both v-tippy and <tippy /> uses it internally

v-tippy should be stable

<tippy /> component is supported but I believe it needs more improvement, tries to not rely on it too much.

GrahamLea commented 2 years ago

Thanks!