Skip to content

Releases: CyberNika/v-contextmenu

v2.5.2

18 May 05:29
Compare
Choose a tag to compare

Features

  • add UMD, u can use the component by CDN
  • add examples for contextmenu event

Improvements

  • improve docs

v2.5.1

22 Apr 12:03
Compare
Choose a tag to compare

Fixes

  • make .babelrc work

Refactors

  • change author info

v2.5.0

12 Apr 13:55
Compare
Choose a tag to compare

Features

  • add contextmenu event to VContextmenu

Improvements

  • improve show/hide event of VContextmenu
  • compress dists
  • disable strict mode for rollup (#25 )

v2.4.0

24 Mar 13:16
Compare
Choose a tag to compare

Features

  • add autoPlacement (default true) to VContextmenu. set it false to disable placement automatically changed when the Menu is outside of Window..

v2.3.0

12 Mar 14:35
Compare
Choose a tag to compare

Features

  • support one ContextMenu bound by multiple targets (#15 #16 )

Improvements

  • replace contextmenuId with VNode's _uid (#16 )

v2.2.0

11 Feb 16:14
Compare
Choose a tag to compare

Features

  • hide other Contextmenu when a Contextmenu shows (#13)

v2.1.0

06 Feb 13:11
Compare
Choose a tag to compare

Features

  • add eslint
  • manually import supported (#7)

v2.0.0

20 Dec 13:41
Compare
Choose a tag to compare

Features

  • add mouseenter & mouseleave event callback to ContextmenuItem
  • add mouseenter & mouseleave event callback to ContextmenuSubmenu
  • add ContextmenuGroup

Builds

  • build package with rollup
  • remove auto register for components from package

v2.0.0-alpha

18 Nov 12:34
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

Features

  • add mouseenter & mouseleave event callback to ContextmenuItem
  • add mouseenter & mouseleave event callback to ContextmenuSubmenu

Builds

  • build package with rollup
  • remove auto register for components from package

v1.2.0

17 Nov 15:20
Compare
Choose a tag to compare

Builds

  • build package with rollup