V Tooltip Versions Save

💬 Easy tooltips, popovers, dropdown, menus... for Vue

v5.2.2

3 months ago

🩹 Fixes

  • V-close-popper directive, #1022 (#1022)

❤️ Contributors

v5.2.1

3 months ago

🚀 Enhancements

  • Add deprecation notice to VTooltip and VClosePopper (abf094f)

🩹 Fixes

  • Revert autohide on mousedown, add autoHideOnMousedown in config, fix #1015 (#1015)
  • Watch triggers array deeply, fix #1018 (#1018)

❤️ Contributors

v5.2.0

3 months ago

🚀 Enhancements

  • Expose global recomputeAllPoppers helper (#1010)

❤️ Contributors

v5.1.1

3 months ago

🩹 Fixes

  • Fix v-close-popper to function on mousedown (#1014)

❤️ Contributors

  • Giannis Koutsaftakis (@kouts)

v5.1.0

4 months ago

🚀 Enhancements

  • Close on mousedown (89258a9)

💅 Refactors

  • Improve types (#1011)

🏡 Chore

  • Remove vue2 demo (#1009)

❤️ Contributors

v5.0.3

4 months ago

🩹 Fixes

  • Set default disposeTimeout to default transition duration (18e786c)

📖 Documentation

  • Import directly (fa626ac)
  • Upgrade vitepress + search (5a46278)
  • Enable search detailed view by default (3175a62)

❤️ Contributors

v5.0.2

4 months ago

🩹 Fixes

  • menu: Don't close on popper blur (74b940f)

🌊 Types

  • Improved props types (5bf9b74)

❤️ Contributors

v5.0.1

4 months ago

🩹 Fixes

  • `Element' is not defined on server (47eb20c)

📖 Documentation

  • Update to v5 (44d0108)

❤️ Contributors

v5.0.0

4 months ago

Bumping the version to prevent issues with tags from vue-tooltip v3 and v4 in the repository.

No changes compared to floating-vue v2.0.0

floating-vue-v2.0.0

4 months ago

🚀 Enhancements

  • Export vTooltip and vClosePopper for script setup usage (16b3a9b)
  • Remove dispose event (4be2062)

🩹 Fixes

  • Import nuxt composables from #imports (#998)
  • Change default disposeTimeout to 0 (0699bf8)

💅 Refactors

  • Default components are now simple ts files (6439fce)

📖 Documentation

  • Fixed spelling mistake in migration v2 docs (#983)

🌊 Types

  • Props and events (ee27b15)

✅ Tests

  • lint: Fix (942a360)

❤️ Contributors