Skip to content

v2.0.0-rc.6

Pre-release
Pre-release

Choose a tag to compare

@Akryum Akryum released this 24 Oct 09:56

⚠️ Potential Breaking Change

  • No longer have a dependency on tooltip.js, but still on popper.js. If you use v-tooltip in a webpage, you just have to remove the script tag that includes tooltip.js (you still need the script tag for both popper.js and v-tooltip).

New

  • Disable auto dispose by setting the option to null.

Improved

  • Forked tooltip.js to make changing its internals easier.
  • The tooltip will now be initially hidden when created, and shown the next frame so that 'appearing' CSS transitions will play.

Fixed

  • If a 'show' delay is set, the tooltip no longer appears after the user leaves the target element (the timer is now correctly cleared).