JQuery ContextMenu Versions Save

jQuery contextMenu plugin & polyfill

2.6.3

6 years ago

Fixed

  • Fix for building in dist folder. 2.6.1 and 2.6.2 were affected.

2.6.2

6 years ago

Fixed

  • Dev dependency ended up in normal dependencies.

2.6.1

6 years ago

Added

  • Ability to define touchstart as trigger (thanks @npuser)
  • Extra event activated that triggers after the menu is activated (thanks @AliShahrivarian)
  • Flag denoting if a second trigger should close the menu (thanks @OliverColeman)
  • Added update call to update visibility, disabled, icon and form value stats for items. Fixes issue (Issue #555).
    $('.context-menu-one').contextMenu('update'); // update single menu
    $.contextMenu('update') // update all open menus

Fixed

  • Fix for out of bounds problem on window edges (thanks @AliShahrivarian)

2.5.0

6 years ago

Added

  • Callback function now supplies original event (Issue #211) thanks @wizzard0

2.4.5

6 years ago

Fixed

  • ContextMenu appears with wrong position (Issue #502 thanks @apptaro
  • Check if given selected value is a 0, if it is a zero so return it as is. Thanks @Falseee
  • Events are never trigger when opening a contextMenu right after the other (Issue #454 thanks @kagant15
  • Accesskey jQuery Modal Dialog not working (Issue #506 thanks @CiTRO33
  • Fix submenu hover not always staying active if hovering over a submenu item. (Issue #523 thanks @tim-nz
  • Change $node.click() to $node.get(0).click() to allow native event in HTML5 (Issue #517)

2.4.4

7 years ago

Fixed

  • trigger is sometimes called on undefined objects because of typecheck on null. thanks @andreasrosdal

2.4.3

7 years ago

Changed

  • The inline style causes a Content Security Policy violation if style-src 'unsafe-inline' is not defined in the policy. PR 498 thanks @StealthDuck

  • Removed GPL license from the comment in the plugin. Was already removed everywhere else. Only MIT applies now.

Added

  • Added SauceLabs tests for common browsers.

2.4.2

7 years ago

Fixed

  • Focus not set on content editable element when right clicking the second time (Issue #482)
  • selectableSubMenu broke disabling click menu (fixes (Issue #493)

2.4.1

7 years ago

Fixes

  • Quick fix for error in visible check.

2.4.0

7 years ago

Added

  • Selectable Sub Menus (Issue #483 thanks @zyuhel

Fixed

  • The contextmenu shows even if all items are set to visible:false (Issue #473)

Documentation

  • Update documentation to include demo for async promise fixes (Issue #470)