Skip to content

Commit

Permalink
Prepare 2.8.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Oct 5, 2019
1 parent 0385734 commit a4a77d2
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog ##


### 2.8.1

#### Fixed

* Added FontAwesome `fab` class to known classes.

#### Documentation

* Updated documentation for `callback` (thanks @arashdalir)


### 2.8.0

#### Added
Expand Down
4 changes: 2 additions & 2 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.8.0
* Version: v2.8.1
*
* 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: 2019-10-05T07:55:23.294Z
* Date: 2019-10-05T08:37:44.295Z
*/
@-webkit-keyframes cm-spin {
0% {
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* jQuery contextMenu v2.8.0 - Plugin for simple contextMenu handling
* jQuery contextMenu v2.8.1 - Plugin for simple contextMenu handling
*
* Version: v2.8.0
* Version: v2.8.1
*
* 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: 2019-10-05T07:55:23.263Z
* Date: 2019-10-05T08:37:44.262Z
*/

// jscs:disable
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.contextMenu.min.css

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

0 comments on commit a4a77d2

Please sign in to comment.