andcarpi / laravel-popper

A simple and easy to use package that generates tooltips in your Laravel views.
https://andcarpi.github.io/laravel-popper/
MIT License
19 stars 3 forks source link

plans to support popper 2 and tippy 6? #3

Open wivaku opened 3 years ago

wivaku commented 3 years ago

Config is currently based on:

        'cdn' => 'https://unpkg.com/popper.js@1',
        'cdn' => 'https://unpkg.com/tippy.js@4',

Available are:

        'cdn' => 'https://unpkg.com/@popperjs/core@2',
        'cdn' => 'https://unpkg.com/tippy.js@6',

But neither seem to work with laravel-popper. When I enable either one or both I don't see a console error, but also no tooltip.

andcarpi commented 3 years ago

I will generate a new version supporting then...

wivaku commented 2 years ago

Hi @andcarpi, not to push you but was wondering: do you have a timeframe in mind?