github Akryum/floating-vue v2.0.0-rc.6

latest releases: v5.2.2, v5.2.1, v5.2.0...
pre-release6 years ago

⚠️ 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).

Don't miss a new floating-vue release

NewReleases is sending notifications on new releases.