Skip to content

Commit 17701d8

Browse files
committed
Release 2.8.0
1 parent 2c8a397 commit 17701d8

12 files changed

+18
-18
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog ##
22

3-
### Unreleased
3+
### 2.8.0
44

55
#### Added
66

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

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff2

4 Bytes
Binary file not shown.

dist/jquery.contextMenu.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
/*!
33
* jQuery contextMenu - Plugin for simple contextMenu handling
44
*
5-
* Version: v2.7.1
5+
* Version: v2.8.0
66
*
77
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
88
* Web: http://swisnl.github.io/jQuery-contextMenu/
99
*
10-
* Copyright (c) 2011-2018 SWIS BV and contributors
10+
* Copyright (c) 2011-2019 SWIS BV and contributors
1111
*
1212
* Licensed under
1313
* MIT License http://www.opensource.org/licenses/mit-license
1414
*
15-
* Date: 2018-11-29T10:56:47.812Z
15+
* Date: 2019-01-16T15:45:48.418Z
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?2gb3e");
58-
src: url("font/context-menu-icons.eot?2gb3e#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?2gb3e") format("woff2"), url("font/context-menu-icons.woff?2gb3e") format("woff"), url("font/context-menu-icons.ttf?2gb3e") format("truetype");
57+
src: url("font/context-menu-icons.eot?2lkho");
58+
src: url("font/context-menu-icons.eot?2lkho#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?2lkho") format("woff2"), url("font/context-menu-icons.woff?2lkho") format("woff"), url("font/context-menu-icons.ttf?2lkho") format("truetype");
5959
}
6060

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

dist/jquery.contextMenu.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
2-
* jQuery contextMenu v2.7.1 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.8.0 - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.7.1
4+
* Version: v2.8.0
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
88
*
9-
* Copyright (c) 2011-2018 SWIS BV and contributors
9+
* Copyright (c) 2011-2019 SWIS BV and contributors
1010
*
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
*
14-
* Date: 2018-11-29T10:56:47.758Z
14+
* Date: 2019-01-16T15:45:48.370Z
1515
*/
1616

1717
// jscs:disable

dist/jquery.contextMenu.min.css

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)