Releases: hekigan/vue-directive-tooltip
Releases · hekigan/vue-directive-tooltip
v1.6.3
Huge performance improvement
v1.6.2 Release 1.6.2
mobile iOS/safari handler
Due to a feature/bug in mobile iOS/safari combo, users will have to tap twice to obtain a proper click/tap.
It's not a bug per say but a feature according to Safari's devs.
Because I don't want a breaking change, I added a .ios
modifier.
Look at the documentation for more info.
IE 11+ compatibility + positions variants
- fix a bug that was breaking the script under IE 11
- added positions variants: start / end (ex: top.start , right.end, etc...)
v1.3.4
Options added: delay, offset, global default values change
- possibility to change the global default values for all tooltips
- delay to hide (in ms)
- offset (from the target in px)
The documentation has been updated to reflect the changes
Full documentation and examples
Built a site to show documentation and all examples of use cases.
Updated Popper.js to v1.9.5
v1.0.5 Version 1.0.5
added some necessary files
v1.0.1 upload the rest of the files