This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Releases: rawilk/vue-context
Releases · rawilk/vue-context
3.4.2
3.4.1
Updates 3.4.1
- Scroll Listener: Only attach the close scroll event listener when opened and immediately remove it when menu is closed to prevent it being called unnecessarily.
- Dependencies: Removed Vue as a dependency as it never really was one since v3.0.0.
- Dependencies: Ran
npm audit fix
to fix vulnerabilities found from dependencies.
3.4.0
3.3.1
Instead of closing the context menu using the blur
event, v-on-clickaway
is used now to close it from vue-clickaway.
3.3.0
3.2.0
3.1.1
Close On Scroll
In this release the ability to have the context menu close automatically on scroll was added.
Documentation Update
Made some updates to the documentation, as well as set up a demo site to demonstrate how the context menu can be used.
Code Restructure / API Change
The build process and some code structure has changed with this release. Some breaking changes in the API were also introduced with this release.