Skip to content

Releases: Akryum/floating-vue

v2.0.0-rc.11

02 Nov 20:21
Compare
Choose a tag to compare
v2.0.0-rc.11 Pre-release
Pre-release

Fixed

  • v-popover component not destroying correctly

v2.0.0-rc.10

02 Nov 19:58
Compare
Choose a tag to compare
v2.0.0-rc.10 Pre-release
Pre-release

Fixed

  • Popper restart logic when changing some options wans't properly working, making the tooltip disappear forever.

v2.0.0-rc.8

24 Oct 11:51
Compare
Choose a tag to compare
v2.0.0-rc.8 Pre-release
Pre-release

Fixed

  • Fix #55 Disable popper events when tooltip is hidden

v2.0.0-rc.7

24 Oct 10:42
Compare
Choose a tag to compare
v2.0.0-rc.7 Pre-release
Pre-release

Fixed

  • Fix cases of tooltips not being disposed on Firefox

v2.0.0-rc.6

24 Oct 09:56
Compare
Choose a tag to compare
v2.0.0-rc.6 Pre-release
Pre-release

鈿狅笍 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).

v2.0.0-rc.1

27 Sep 00:20
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

New

  • Now using rollup
  • New demos and tooltip arrow examples

Fixed

v1.1.0

20 Jan 13:40
Compare
Choose a tag to compare
  • Global options: defaultClass, tetherOptions. The default tether options fix some issues with the tooltip that was overflowing outside of the window.
  • Object notation: v-tooltip="{ content: 'Title' }".
  • Dynamic CSS classes: v-tooltip="{ classes: ['a', 'b'] }".