Releases: Akryum/floating-vue
Releases · Akryum/floating-vue
v2.0.0-rc.11
Fixed
v-popover
component not destroying correctly
v2.0.0-rc.10
Fixed
- Popper restart logic when changing some options wans't properly working, making the tooltip disappear forever.
v2.0.0-rc.8
Fixed
- Fix #55 Disable popper events when tooltip is hidden
v2.0.0-rc.7
Fixed
- Fix cases of tooltips not being disposed on Firefox
v2.0.0-rc.6
⚠️ 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).