Releases: valgeirb/vue3-popper
Releases · valgeirb/vue3-popper
v1.5.0
23 May 20:20
Compare
Sorry, something went wrong.
No results found
Added:
👌 IMPROVE: added index.d.ts for type hints
v1.4.2
04 Mar 15:24
Compare
Sorry, something went wrong.
No results found
Fixed:
🐛 FIX: Fixes an issue where window would be undefined within Nuxt3 SSR context #58
v1.4.1
07 Dec 21:03
Compare
Sorry, something went wrong.
No results found
Fixed:
🐛 FIX: Popper no longer closes if you hover it, leave it, and hover it again before the closeDelay is done
v1.4.0
29 Oct 20:22
Compare
Sorry, something went wrong.
No results found
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
04 Oct 20:51
Compare
Sorry, something went wrong.
No results found
Added:
Add the locked prop to disable flipping the Popper.
v1.2.1
10 Aug 21:37
Compare
Sorry, something went wrong.
No results found
v1.2.0
27 Jul 20:52
Compare
Sorry, something went wrong.
No results found
Added:
Add zIndex prop to set the z-index of the Popper
v1.1.0
22 Jul 12:46
Compare
Sorry, something went wrong.
No results found
Added:
Add show prop to manually control the Popper
v1.0.0
14 Jul 14:21
Compare
Sorry, something went wrong.
No results found
🎉 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
14 Jul 12:56
Compare
Sorry, something went wrong.
No results found
Add interactive prop
Make Popper hoverable by default
Rename offset props for more clarity
offsetX is now offsetSkid
offsetY is now offsetDistance