Skip to content

Releases: Akryum/floating-vue

v5.2.2

30 Jan 13:59
Compare
Choose a tag to compare

🩹 Fixes

❤️ Contributors

v5.2.1

29 Jan 14:09
Compare
Choose a tag to compare

🚀 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

17 Jan 13:15
Compare
Choose a tag to compare

🚀 Enhancements

  • Expose global recomputeAllPoppers helper (#1010)

❤️ Contributors

v5.1.1

17 Jan 11:45
Compare
Choose a tag to compare

🩹 Fixes

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

❤️ Contributors

  • Giannis Koutsaftakis (@kouts)

v5.1.0

15 Jan 18:09
Compare
Choose a tag to compare

🚀 Enhancements

💅 Refactors

🏡 Chore

  • Remove vue2 demo (#1009)

❤️ Contributors

v5.0.3

10 Jan 10:09
Compare
Choose a tag to compare

🩹 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

08 Jan 11:46
Compare
Choose a tag to compare

🩹 Fixes

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

🌊 Types

❤️ Contributors

v5.0.1

08 Jan 11:24
Compare
Choose a tag to compare

🩹 Fixes

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

📖 Documentation

❤️ Contributors

v5.0.0

08 Jan 11:13
Compare
Choose a tag to compare

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

v2.0.0

08 Jan 11:11
Compare
Choose a tag to compare

🚀 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

✅ Tests

❤️ Contributors