Skip to content

Commit

Permalink
Preparing release 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed May 5, 2017
1 parent 12281cb commit f01fbf6
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### Unreleased

### 2.4.5

#### Fixed

* ContextMenu appears with wrong position ([Issue #502](https://github.com/swisnl/jQuery-contextMenu/issues/502) thanks @apptaro
Expand Down
Binary file modified dist/font/context-menu-icons.eot
Binary file not shown.
Binary file modified dist/font/context-menu-icons.ttf
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff2
Binary file not shown.
8 changes: 4 additions & 4 deletions dist/jquery.contextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*!
* jQuery contextMenu - Plugin for simple contextMenu handling
*
* Version: v2.4.4
* Version: v2.4.5
*
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
* Web: http://swisnl.github.io/jQuery-contextMenu/
Expand All @@ -12,7 +12,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2017-04-24T14:45:19.183Z
* Date: 2017-05-05T14:40:37.763Z
*/
@-webkit-keyframes cm-spin {
0% {
Expand Down Expand Up @@ -54,8 +54,8 @@
font-style: normal;
font-weight: normal;

src: url("font/context-menu-icons.eot?3oxsr");
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");
src: url("font/context-menu-icons.eot?lnvb");
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");
}

.context-menu-icon-add:before {
Expand Down
7 changes: 3 additions & 4 deletions dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* jQuery contextMenu v2.4.4 - Plugin for simple contextMenu handling
* jQuery contextMenu v2.4.5 - Plugin for simple contextMenu handling
*
* Version: v2.4.4
* Version: v2.4.5
*
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
* Web: http://swisnl.github.io/jQuery-contextMenu/
Expand All @@ -11,7 +11,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2017-05-05T12:53:02.961Z
* Date: 2017-05-05T14:40:36.990Z
*/

// jscs:disable
Expand Down Expand Up @@ -1909,7 +1909,6 @@
break;

// http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#using-the-command-element-to-define-a-command

case 'menuitem':
case 'command':
switch ($node.attr('type')) {
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.contextMenu.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-contextmenu",
"title": "jQuery.contextMenu()",
"version": "2.4.4",
"version": "2.4.5",
"author": {
"name": "Björn Brala",
"url": "http://www.swis.nl"
Expand Down
2 changes: 1 addition & 1 deletion src/sass/icons/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DON'T MANUALLY EDIT THIS FILE; run `gulp build-icons` instead.
$context-menu-icons-cachebust: "lnvb";
$context-menu-icons-cachebust: "3mx37";
$context-menu-icons: (
add: "EA01",
copy: "EA02",
Expand Down

0 comments on commit f01fbf6

Please sign in to comment.