Skip to content

Commit a4a77d2

Browse files
committed
Prepare 2.8.1 release.
1 parent 0385734 commit a4a77d2

8 files changed

+23
-11
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Changelog ##
22

3+
4+
### 2.8.1
5+
6+
#### Fixed
7+
8+
* Added FontAwesome `fab` class to known classes.
9+
10+
#### Documentation
11+
12+
* Updated documentation for `callback` (thanks @arashdalir)
13+
14+
315
### 2.8.0
416

517
#### Added

Diff for: dist/jquery.contextMenu.css

+2-2
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.0
5+
* Version: v2.8.1
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-05T07:55:23.294Z
15+
* Date: 2019-10-05T08:37:44.295Z
1616
*/
1717
@-webkit-keyframes cm-spin {
1818
0% {

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.0 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.8.1 - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.8.0
4+
* Version: v2.8.1
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-05T07:55:23.263Z
14+
* Date: 2019-10-05T08:37:44.262Z
1515
*/
1616

1717
// jscs:disable

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

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

0 commit comments

Comments
 (0)