Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Jan 16, 2019
1 parent 2c8a397 commit 17701d8
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog ##

### Unreleased
### 2.8.0

#### Added

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.
10 changes: 5 additions & 5 deletions dist/jquery.contextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
/*!
* jQuery contextMenu - Plugin for simple contextMenu handling
*
* Version: v2.7.1
* Version: v2.8.0
*
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
* Web: http://swisnl.github.io/jQuery-contextMenu/
*
* Copyright (c) 2011-2018 SWIS BV and contributors
* Copyright (c) 2011-2019 SWIS BV and contributors
*
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2018-11-29T10:56:47.812Z
* Date: 2019-01-16T15:45:48.418Z
*/
@-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?2gb3e");
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");
src: url("font/context-menu-icons.eot?2lkho");
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");
}

.context-menu-icon-add:before {
Expand Down
8 changes: 4 additions & 4 deletions dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/**
* jQuery contextMenu v2.7.1 - Plugin for simple contextMenu handling
* jQuery contextMenu v2.8.0 - Plugin for simple contextMenu handling
*
* Version: v2.7.1
* Version: v2.8.0
*
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
* Web: http://swisnl.github.io/jQuery-contextMenu/
*
* Copyright (c) 2011-2018 SWIS BV and contributors
* Copyright (c) 2011-2019 SWIS BV and contributors
*
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2018-11-29T10:56:47.758Z
* Date: 2019-01-16T15:45:48.370Z
*/

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

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

Loading

0 comments on commit 17701d8

Please sign in to comment.