Skip to content

Commit 44fa90f

Browse files
committed
Prepare 2.9.0 release
1 parent 4a5fadb commit 44fa90f

12 files changed

+23
-14
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Changelog ##
22

3+
### 2.9.0
4+
5+
#### Added
6+
7+
* Added `dataAttr` option to add arbitrary data attributes to menu items.
8+
9+
#### Changed
10+
11+
* Updated dev dependencies.
312

413
### 2.8.1
514

Diff for: dist/font/context-menu-icons.eot

0 Bytes
Binary file not shown.

Diff for: dist/font/context-menu-icons.ttf

0 Bytes
Binary file not shown.

Diff for: dist/font/context-menu-icons.woff

0 Bytes
Binary file not shown.

Diff for: dist/font/context-menu-icons.woff2

12 Bytes
Binary file not shown.

Diff for: dist/jquery.contextMenu.css

+4-4
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.8.1
5+
* Version: v2.9.0
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: 2019-10-06T14:19:04.540Z
15+
* Date: 2019-10-13T13:09:56.297Z
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?1zyug");
58-
src: url("font/context-menu-icons.eot?1zyug#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?1zyug") format("woff2"), url("font/context-menu-icons.woff?1zyug") format("woff"), url("font/context-menu-icons.ttf?1zyug") format("truetype");
57+
src: url("font/context-menu-icons.eot?4f0ru");
58+
src: url("font/context-menu-icons.eot?4f0ru#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?4f0ru") format("woff2"), url("font/context-menu-icons.woff?4f0ru") format("woff"), url("font/context-menu-icons.ttf?4f0ru") format("truetype");
5959
}
6060

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

Diff for: dist/jquery.contextMenu.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* jQuery contextMenu v2.8.1 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.9.0 - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.8.1
4+
* Version: v2.9.0
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: 2019-10-06T14:19:04.506Z
14+
* Date: 2019-10-13T13:09:56.900Z
1515
*/
1616

1717
// jscs:disable

Diff for: dist/jquery.contextMenu.min.css

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

0 commit comments

Comments
 (0)