Skip to content

Commit

Permalink
Prepare 2.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Oct 13, 2019
1 parent 4a5fadb commit 44fa90f
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog ##

### 2.9.0

#### Added

* Added `dataAttr` option to add arbitrary data attributes to menu items.

#### Changed

* Updated dev dependencies.

### 2.8.1

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.
8 changes: 4 additions & 4 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.1
* Version: v2.9.0
*
* 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-06T14:19:04.540Z
* Date: 2019-10-13T13:09:56.297Z
*/
@-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?1zyug");
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");
src: url("font/context-menu-icons.eot?4f0ru");
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");
}

.context-menu-icon-add:before {
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.1 - Plugin for simple contextMenu handling
* jQuery contextMenu v2.9.0 - Plugin for simple contextMenu handling
*
* Version: v2.8.1
* Version: v2.9.0
*
* 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-06T14:19:04.506Z
* Date: 2019-10-13T13:09:56.900Z
*/

// jscs:disable
Expand Down
6 changes: 3 additions & 3 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 44fa90f

Please sign in to comment.