You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,13 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
103
103
104
104
## Changelog ##
105
105
106
+
### 1.6.1 (January 19th 2013) ###
107
+
108
+
* fixing potential html parsing problem
109
+
* upgrading to jQuery UI position v1.10.0
110
+
* replaced `CRLF` by `LF` (no idea how this happened in the first place...)
111
+
* adding `options.reposition` to dis/allow simply relocating a menu instead of rebuilding it ([Issue #104](https://github.com/medialize/jQuery-contextMenu/issues/104))
112
+
106
113
### 1.6.0 (December 29th 2012) ###
107
114
108
115
* adding [DOM Element bound context menus](http://medialize.github.com/jQuery-contextMenu/demo/on-dom-element.html) - ([Issue 88](https://github.com/medialize/jQuery-contextMenu/issues/88))
0 commit comments