Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Jan 8, 2016
1 parent 4aec217 commit 91ed37d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic

## Changelog ##

### 1.11.0 (Januari 8th 2016) ###

* Added support for providing a function as zIndex value in options object (thanks @eivindga)
* Fixed a switch to use the correct type for separators (thanks @RareDevil)
* Fixed the problem with submenus size wrongly (Issue #308) (thanks @RareDevil)
* Incorrect entry on package.json (Issue #336) (thanks @Dijir)
* Positioning of contextmenu when using appendTo (thanks @mrMarco)
* Check to see if target have a higher zIndex than the contextmenu in the key event handler (thanks @RareDevil)

### 1.10.3 (December 3rd 2015) ###

* Remove executable bit from jquery.contextMenu.js (thanks @jacknagel)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "MIT",
"peerDependencies": {
"jquery": "^1.8.2"
"jquery": ">=1.8.2"
},
"devDependencies": {
"dalek-browser-chrome": "0.0.11",
Expand Down

0 comments on commit 91ed37d

Please sign in to comment.