Releases: johndatserakis/vue-simple-context-menu
Releases · johndatserakis/vue-simple-context-menu
v4.1.0
26 Nov 04:03
Compare
Sorry, something went wrong.
No results found
Update demo build
18 May 02:48
Compare
Sorry, something went wrong.
No results found
Update demo build
17 May 04:39
Compare
Sorry, something went wrong.
No results found
Upgrade to Vue 3
20 Mar 02:51
Compare
Sorry, something went wrong.
No results found
Upgrade package to support Vue 3. Vue 2 support can be found at v3.4.2
. Thank you @danielelkington .
Add `menu-closed` event
18 Oct 04:10
Compare
Sorry, something went wrong.
No results found
Add menu-closed
event. Thank you @rttmax .
Update option.name to work with HTML content
06 Jan 01:59
Compare
Sorry, something went wrong.
No results found
Use v-html
to show HTML content in option.name
. Thank you @mikeerickson .
Add divider support
06 Sep 04:40
Compare
Sorry, something went wrong.
No results found
Pass a value of divider
to type
on the particular object you would like to server as the divider.
optionsArray1 : [
{
name : 'Duplicate' ,
slug : 'duplicate'
} ,
{
type : 'divider'
} ,
{
name : 'Delete' ,
slug : 'delete'
}
] ,
Stopping event propagation on item click
28 Jul 01:57
Compare
Sorry, something went wrong.
No results found