From 91ed37df7bcb26e473ac93a8366e5122717d140d Mon Sep 17 00:00:00 2001 From: Bjorn Brala Date: Fri, 8 Jan 2016 21:17:37 +0100 Subject: [PATCH] update readme --- README.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d57c10da..b3b340ec 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index ba39a720..4896dac2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "MIT", "peerDependencies": { - "jquery": "^1.8.2" + "jquery": ">=1.8.2" }, "devDependencies": { "dalek-browser-chrome": "0.0.11",