Skip to content

Commit

Permalink
Preparing 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Jun 13, 2016
1 parent f8b6080 commit 535c94e
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 16 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ Font-Awesome icons used from [encharm/Font-Awesome-SVG-PNG](https://github.com/e

## Changelog ##


### [Unreleased]
### 2.2.0 ###

#### Added
* Add option to show item title as HTML (thanks @brassard)
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.
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.1.1
* Version: v2.2.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: 2016-05-24T13:08:41.760Z
* Date: 2016-06-13T13:50:47.218Z
*/
@font-face {
font-family: "context-menu-icons";
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.1.1 - Plugin for simple contextMenu handling
* jQuery contextMenu v2.2.0 - Plugin for simple contextMenu handling
*
* Version: v2.1.1
* Version: v2.2.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 @@
* MIT License http://www.opensource.org/licenses/mit-license
* GPL v3 http://opensource.org/licenses/GPL-3.0
*
* Date: 2016-05-24T20:50:18.774Z
* Date: 2016-06-13T13:50:47.616Z
*/

(function (factory) {
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.

2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.min.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/jquery.contextMenu.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-contextmenu",
"title": "jQuery.contextMenu()",
"version": "2.1.1",
"version": "2.2.0",
"author": {
"name": "Björn Brala",
"url": "http://www.swis.nl"
Expand Down
2 changes: 1 addition & 1 deletion src/sass/icons/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DON'T MANUALLY EDIT THIS FILE; run `gulp build-icons` instead.
$context-menu-icons-cachebust: "1rzc4";
$context-menu-icons-cachebust: "46tky";
$context-menu-icons: (
add: "EA01",
copy: "EA02",
Expand Down

0 comments on commit 535c94e

Please sign in to comment.