Skip to content

Commit 91ed37d

Browse files
committed
update readme
1 parent 4aec217 commit 91ed37d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
9797

9898
## Changelog ##
9999

100+
### 1.11.0 (Januari 8th 2016) ###
101+
102+
* Added support for providing a function as zIndex value in options object (thanks @eivindga)
103+
* Fixed a switch to use the correct type for separators (thanks @RareDevil)
104+
* Fixed the problem with submenus size wrongly (Issue #308) (thanks @RareDevil)
105+
* Incorrect entry on package.json (Issue #336) (thanks @Dijir)
106+
* Positioning of contextmenu when using appendTo (thanks @mrMarco)
107+
* Check to see if target have a higher zIndex than the contextmenu in the key event handler (thanks @RareDevil)
108+
100109
### 1.10.3 (December 3rd 2015) ###
101110

102111
* Remove executable bit from jquery.contextMenu.js (thanks @jacknagel)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"license": "MIT",
1010
"peerDependencies": {
11-
"jquery": "^1.8.2"
11+
"jquery": ">=1.8.2"
1212
},
1313
"devDependencies": {
1414
"dalek-browser-chrome": "0.0.11",

0 commit comments

Comments
 (0)