File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,15 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
97
97
98
98
## Changelog ##
99
99
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
+
100
109
### 1.10.3 (December 3rd 2015) ###
101
110
102
111
* Remove executable bit from jquery.contextMenu.js (thanks @jacknagel )
Original file line number Diff line number Diff line change 8
8
},
9
9
"license" : " MIT" ,
10
10
"peerDependencies" : {
11
- "jquery" : " ^ 1.8.2"
11
+ "jquery" : " >= 1.8.2"
12
12
},
13
13
"devDependencies" : {
14
14
"dalek-browser-chrome" : " 0.0.11" ,
You can’t perform that action at this time.
0 commit comments