Vue3 Popper Versions Save

A Vue.js popover component based on PopperJS

v1.5.0

2 years ago

Added:

  • 👌 IMPROVE: added index.d.ts for type hints

v1.4.2

2 years ago

Fixed:

🐛 FIX: Fixes an issue where window would be undefined within Nuxt3 SSR context #58

v1.4.1

2 years ago

Fixed:

  • 🐛 FIX: Popper no longer closes if you hover it, leave it, and hover it again before the closeDelay is done

v1.4.0

2 years ago

Changed:

  • Refactor to use the new script setup syntax.
  • Popper now disables the PopperJS event listeners when they are not needed.
  • Refactor the arrow out to a separate Arrow component.
  • Remove the click-away directive and use composables instead.

v1.3.0

2 years ago

Added:

  • Add the locked prop to disable flipping the Popper.

v1.2.1

2 years ago

Updated:

  • Vue version 3.2.x

v1.2.0

2 years ago

Added:

  • Add zIndex prop to set the z-index of the Popper

v1.1.0

2 years ago

Added:

  • Add show prop to manually control the Popper

v1.0.0

2 years ago

🎉 Version 1.0.0 🎉


Felt the time was right for a v1.0.0 since v0.6.0 had some breaking changes. From now on I will strictly adhere to semantic versioning.

These props have now been renamed:

offsetX ➡️ offsetSkid offsetY ➡️ offsetDistance

Added:

  • content prop for simplified usage

v0.6.0

2 years ago
  • Add interactive prop
  • Make Popper hoverable by default
  • Rename offset props for more clarity

offsetX is now offsetSkid offsetY is now offsetDistance