Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Releases: rawilk/vue-context

3.4.2

06 Apr 02:45
b604421
Compare
Choose a tag to compare

Bug fixes 3.4.2

  • Only add scroll event listener on closeOnScroll prop value change if the menu is open.

3.4.1

04 Apr 01:32
9d5c9da
Compare
Choose a tag to compare

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

19 Nov 14:28
Compare
Choose a tag to compare

Fixed

  • Only emit the close event when the menu is actually open - #13

3.3.1

23 Oct 17:49
50abb96
Compare
Choose a tag to compare

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

15 Oct 14:20
22f582c
Compare
Choose a tag to compare

This release introduces the ability to listen for a close and open event on the context menu. See PR #11 for further details.

3.2.0

12 Sep 17:37
Compare
Choose a tag to compare

Add ability to pass in a prop to tell the context menu whether or not it should close automatically on click.

3.1.1

23 Jun 16:50
Compare
Choose a tag to compare

No functionality changes, just some updates to some documentation.

Close On Scroll

29 May 18:01
Compare
Choose a tag to compare

In this release the ability to have the context menu close automatically on scroll was added.

Documentation Update

28 May 06:18
Compare
Choose a tag to compare

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

26 May 16:56
3116d06
Compare
Choose a tag to compare

The build process and some code structure has changed with this release. Some breaking changes in the API were also introduced with this release.