Releases: valgeirb/vue3-popper
Releases · valgeirb/vue3-popper
v1.5.0
Added:
- 👌 IMPROVE: added index.d.ts for type hints
v1.4.2
Fixed:
🐛 FIX: Fixes an issue where window would be undefined within Nuxt3 SSR context #58
v1.4.1
Fixed:
- 🐛 FIX: Popper no longer closes if you hover it, leave it, and hover it again before the
closeDelay
is done
v1.4.0
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
Added:
- Add the
locked
prop to disable flipping the Popper.
v1.2.0
Added:
- Add
zIndex
prop to set the z-index of the Popper
v1.1.0
Added:
- Add
show
prop to manually control the Popper
v1.0.0
🎉 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
- Add
interactive
prop
- Make Popper hoverable by default
- Rename offset props for more clarity
offsetX is now offsetSkid
offsetY is now offsetDistance