V Contextmenu Versions Save

🖱 ContextMenu based on Vue 3.0

v2.2.0

6 years ago

Features

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

v2.1.0

6 years ago

Features

  • add eslint
  • manually import supported (#7)

v2.0.0

6 years ago

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

6 years ago

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

6 years ago

Builds

  • build package with rollup

v1.1.2

6 years ago

Fixes

  • fix missed fonts (#3)

v1.1.1

6 years ago

Improvements

  • not binding events when menuitem with divider attribute
  • remove click trigger on body when menu hides
  • doc: update english docs

v1.0.2

6 years ago

Features

  • add disabled to v-contextmenu-submenu
  • improve styles

v1.1.0

6 years ago

Features

  • add LICENSE
  • add blue theme & theme attribute to v-context-menu

Refactors

  • improve structure of styles

Fixes

  • wrong position of menus when scrolled
  • doc: a typo (#1 thx. @iPixelOldC)

v1.0.0

6 years ago

Features

  • append $el to body
  • add disabled to v-contextmenu-item
  • add docs
  • add github pages