Skip to content

Releases: hekigan/vue-directive-tooltip

v1.6.3

28 Oct 01:06
Compare
Choose a tag to compare
Release 1.6.3

Huge performance improvement

28 Jun 10:04
Compare
Choose a tag to compare
v1.6.2

Release 1.6.2

mobile iOS/safari handler

27 Sep 07:01
Compare
Choose a tag to compare

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

21 Sep 11:25
Compare
Choose a tag to compare
  • 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

29 Aug 20:06
Compare
Choose a tag to compare

updated popper.js version

Options added: delay, offset, global default values change

21 Aug 11:50
Compare
Choose a tag to compare
  • 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

07 Jul 02:28
Compare
Choose a tag to compare

Built a site to show documentation and all examples of use cases.

Updated Popper.js to v1.9.5

22 May 13:35
Compare
Choose a tag to compare
v1.0.5

Version 1.0.5

added some necessary files

14 Apr 19:07
Compare
Choose a tag to compare
v1.0.1

upload the rest of the files