Releases: swisnl/jQuery-contextMenu
Releases · swisnl/jQuery-contextMenu
2.10.1
Hi everyone, been a while. But a new release with some of the recent fixes for the menu.
What's Changed
- Allow overriding default icon colors by @RentecTravis in #728
- Fix menu jumping to top of screen and disappearing to the right by @Speedphoenix in #751
- Add demo for promise-based context menu in text input by @ericprud in #734
- Fix README.md inserting latex by @Speedphoenix in #768
- Fix click through issue and rebuild dist by @bbrala in #779
- Fix unpropagated click for background layer by @bbrala in #780
- html5 & callback is not actually working #564 by @daveherman71 in #757
- Use Rails asset pipeline URL functions to load icon font if they exist by @mgreen-lz in #737
- docs: Fix simple typo, renderd -> rendered by @timgates42 in #733
New Contributors
- @RentecTravis made their first contribution in #728
- @Speedphoenix made their first contribution in #751
- @ericprud made their first contribution in #734
- @daveherman71 made their first contribution in #757
- @mgreen-lz made their first contribution in #737
- @timgates42 made their first contribution in #733
Full Changelog: 2.9.2...2.10.0
2.10.0
2.9.2
2.9.1
2.9.0
2.8.1
Fixed
- Added FontAwesome
fabclass to known classes.
Documentation
- Updated documentation for
callback(thanks @arashdalir)
2.8.0
2.7.1
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
Added
- Added support for Font Awesome 5 (Issue #593), (Issue #593)
Documentation
- Add
getting startedto the documentation. - Fixed typo in documentation which breaks the
callbackdemo. - Fixed typo
promis=>promise(Issue #633). - Fixed arguments for callback option in documentation (Issue #571).