Skip to content

Releases: swisnl/jQuery-contextMenu

2.10.1

04 Nov 11:38

Choose a tag to compare

Hi everyone, been a while. But a new release with some of the recent fixes for the menu.

What's Changed

New Contributors

Full Changelog: 2.9.2...2.10.0

2.10.0

04 Nov 11:33

Choose a tag to compare

Phantom release, not available on npm

2.9.2

13 May 14:05

Choose a tag to compare

  • Fix reflow when adding click layer to page (fixed #721, thanks @Rhain)

2.9.1

06 May 19:09
0dc5897

Choose a tag to compare

2.9.1

  • Fix error when closing the menu by clicking on the page without any element under that click point. (fixes #717)
  • Upgrades dependencies

2.9.0

13 Oct 13:11

Choose a tag to compare

2.9.0

Added

  • Added dataAttr option to add arbitrary data attributes to menu items.

Changed

  • Updated dev dependencies.

2.8.1

05 Oct 08:39

Choose a tag to compare

Fixed

  • Added FontAwesome fab class to known classes.

Documentation

  • Updated documentation for callback (thanks @arashdalir)

2.8.0

16 Jan 16:02

Choose a tag to compare

Added

  • Added support for events.preShow so you can enable default browser menu if needed (thanks @terwarf)

2.7.1

02 Oct 14:40

Choose a tag to compare

Fixed

  • A context menu appears outside the screen Under certain conditions (thanks @so-susa)
  • No font-awesome icons visible in submenu (Issue #659) thanks @betafritz and @klues

2.7.0

12 Jul 09:08

Choose a tag to compare

Added

Documentation

  • Add getting started to the documentation.
  • Fixed typo in documentation which breaks the callback demo.
  • Fixed typo promis => promise (Issue #633).
  • Fixed arguments for callback option in documentation (Issue #571).

3.0.0-beta.2

16 Mar 11:24

Choose a tag to compare

3.0.0-beta.2 Pre-release
Pre-release

Fixed

  • The contextmenu now checks visible on items once instead of twice. Fixes issue 612.
  • Font awesome li height is now consistent again. Fixes issue Fixes issue 612.