Skip to content

Commit f01fbf6

Browse files
committed
Preparing release 2.4.5
1 parent 12281cb commit f01fbf6

12 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Unreleased
44

5+
### 2.4.5
6+
57
#### Fixed
68

79
* ContextMenu appears with wrong position ([Issue #502](https://github.com/swisnl/jQuery-contextMenu/issues/502) thanks @apptaro

dist/font/context-menu-icons.eot

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.ttf

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff

4 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff2

0 Bytes
Binary file not shown.

dist/jquery.contextMenu.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* jQuery contextMenu - Plugin for simple contextMenu handling
44
*
5-
* Version: v2.4.4
5+
* Version: v2.4.5
66
*
77
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
88
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -12,7 +12,7 @@
1212
* Licensed under
1313
* MIT License http://www.opensource.org/licenses/mit-license
1414
*
15-
* Date: 2017-04-24T14:45:19.183Z
15+
* Date: 2017-05-05T14:40:37.763Z
1616
*/
1717
@-webkit-keyframes cm-spin {
1818
0% {
@@ -54,8 +54,8 @@
5454
font-style: normal;
5555
font-weight: normal;
5656

57-
src: url("font/context-menu-icons.eot?3oxsr");
58-
src: url("font/context-menu-icons.eot?3oxsr#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?3oxsr") format("woff2"), url("font/context-menu-icons.woff?3oxsr") format("woff"), url("font/context-menu-icons.ttf?3oxsr") format("truetype");
57+
src: url("font/context-menu-icons.eot?lnvb");
58+
src: url("font/context-menu-icons.eot?lnvb#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?lnvb") format("woff2"), url("font/context-menu-icons.woff?lnvb") format("woff"), url("font/context-menu-icons.ttf?lnvb") format("truetype");
5959
}
6060

6161
.context-menu-icon-add:before {

dist/jquery.contextMenu.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* jQuery contextMenu v2.4.4 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.4.5 - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.4.4
4+
* Version: v2.4.5
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -11,7 +11,7 @@
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
*
14-
* Date: 2017-05-05T12:53:02.961Z
14+
* Date: 2017-05-05T14:40:36.990Z
1515
*/
1616

1717
// jscs:disable
@@ -1909,7 +1909,6 @@
19091909
break;
19101910

19111911
// http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#using-the-command-element-to-define-a-command
1912-
19131912
case 'menuitem':
19141913
case 'command':
19151914
switch ($node.attr('type')) {

dist/jquery.contextMenu.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.contextMenu.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-contextmenu",
33
"title": "jQuery.contextMenu()",
4-
"version": "2.4.4",
4+
"version": "2.4.5",
55
"author": {
66
"name": "Björn Brala",
77
"url": "http://www.swis.nl"

src/sass/icons/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DON'T MANUALLY EDIT THIS FILE; run `gulp build-icons` instead.
2-
$context-menu-icons-cachebust: "lnvb";
2+
$context-menu-icons-cachebust: "3mx37";
33
$context-menu-icons: (
44
add: "EA01",
55
copy: "EA02",

0 commit comments

Comments
 (0)