Skip to content

Commit 382cd80

Browse files
committed
adding dates to changelog
1 parent 61e8bfd commit 382cd80

File tree

1 file changed

+45
-40
lines changed

1 file changed

+45
-40
lines changed

README.md

Lines changed: 45 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -103,192 +103,197 @@ $.contextMenu is published under the [MIT license](http://www.opensource.org/lic
103103

104104
## Changelog ##
105105

106-
* consider rewriting docs and examples, they are rather confusing
107-
* add docs for $(selector).contextMenu("create")
106+
### 1.6.0 (December 29th 2012) ###
108107

109108
* 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))
109+
* adding class `context-menu-active` to define state on active trigger element - ([Issue 92](https://github.com/medialize/jQuery-contextMenu/issues/92))
110+
* adding [demo for TouchSwipe](http://medialize.github.com/jQuery-contextMenu/demo/trigger-swipe.html) activation
111+
* adding export of internal functions and event handlers - ([Issue 101](https://github.com/medialize/jQuery-contextMenu/issues/101))
110112
* fixing key "watch" might translate to Object.prototype.watch in callbacks map - ([Issue 93](https://github.com/medialize/jQuery-contextMenu/issues/93))
111113
* fixing menu and submenu width calculation - ([Issue 18](https://github.com/medialize/jQuery-contextMenu/issues/18))
112114
* fixing unused variables - ([Issue 100](https://github.com/medialize/jQuery-contextMenu/issues/100))
113-
* adding export of internal functions and event handlers - ([Issue 101](https://github.com/medialize/jQuery-contextMenu/issues/101))
114-
* adding class `context-menu-active` to define state on active trigger element - ([Issue 92](https://github.com/medialize/jQuery-contextMenu/issues/92))
115-
* adding [demo for TouchSwipe](http://medialize.github.com/jQuery-contextMenu/demo/trigger-swipe.html) activation
116115
* fixing iOS "click" compatibility problem - ([Issue 83](https://github.com/medialize/jQuery-contextMenu/issues/83))
117116
* fixing separators to not be clickable - ([Issue 85](https://github.com/medialize/jQuery-contextMenu/issues/85))
118117
* fixing issues with fixed positioned triggers ([Issue 95](https://github.com/medialize/jQuery-contextMenu/issues/95))
119118
* fixing word break problem - ([Issue 80](https://github.com/medialize/jQuery-contextMenu/issues/80))
120119

121-
### 1.5.25 ###
120+
### 1.5.25 (October 8th 2012) ###
122121

123122
* upgrading to jQuery 1.8.2 ([Issue 78](https://github.com/medialize/jQuery-contextMenu/issues/78))
124123
* upgrading to jQuery UI position 1.9.0 RC1 ([Issue 78](https://github.com/medialize/jQuery-contextMenu/issues/78))
125124

126-
### 1.5.24 ###
125+
### 1.5.24 (August 30th 2012) ###
127126

128127
* adding context menu options to input command events ([Issue 72](https://github.com/medialize/jQuery-contextMenu/issues/72), dtex)
129128
* code cosmetics for JSLint
130129

131-
### 1.5.23 ###
130+
### 1.5.23 (August 22nd 2012) ###
132131

133132
* fixing reposition/close issue on scrolled documents ([Issue 69](https://github.com/medialize/jQuery-contextMenu/issues/69))
134133
* fixing jQuery reference ([Issue 68](https://github.com/medialize/jQuery-contextMenu/issues/68))
135134

136-
### 1.5.22 ###
135+
### 1.5.22 (July 16th 2012) ###
137136

138137
* fixing issue with animation and remove on hide (Issue #64)
139138

140-
### 1.5.21 ###
139+
### 1.5.21 (July 14th 2012) ###
141140

142141
* fixing backdrop would not remove on destroy (Issue #63)
143142

144-
### 1.5.20 ###
143+
### 1.5.20 (June 26th 2012) ###
144+
145+
Note: git tag of version is `v1.6.20`?!
145146

146147
* fixing backdrop would not position properly in IE6 (Issue #59)
147148
* fixing nested input elements not accessible in Chrome / Safari (Issue #58)
148149

149150
### 1.5.19 ###
150151

152+
Note: git tag of version is missing...?!
153+
151154
* fixing sub-menu positioning when `$.ui.position` is not available (Issue #56)
152155

153156
### 1.5.18 ###
154157

158+
Note: git tag of version is missing...?!
159+
155160
* fixing html5 `<menu>` import (Issue #53)
156161

157-
### 1.5.17 ###
162+
### 1.5.17 (June 4th 2012) ###
158163

159164
* fixing `options` to default to `options.trigger = "right"`
160165
* fixing variable name typo (Within Issue #51)
161166
* fixing menu not closing while opening other menu (Within Issue #51)
162167
* adding workaround for `contextmenu`-bug in Firefox 12 (Within Issue #51)
163168

164-
### 1.5.16 ###
169+
### 1.5.16 (May 29th 2012) ###
165170

166171
* added vendor-prefixed user-select to CSS
167172
* fixed issue with z-indexing when `<body>` is used as a trigger (Issue #49)
168173

169-
### 1.5.15 ###
174+
### 1.5.15 (May 26th 2012) ###
170175

171176
* allowing to directly open another element's menu while a menu is shown (Issue #48)
172177
* fixing autohide option that would not properly hide the menu
173178

174-
### 1.5.14 ###
179+
### 1.5.14 (May 22nd 2012) ###
175180

176181
* options.build() would break default options (Issue #47)
177182
* $.contextMenu('destroy') would not remove backdrop
178183

179-
### 1.5.13 ###
184+
### 1.5.13 (May 4th 2012) ###
180185

181186
* exposing $trigger to dynamically built custom menu-item types (Issue #42)
182187
* fixing repositioning of open menu (formerly accidental re-open)
183188
* adding asynchronous example
184189
* dropping ignoreRightClick in favor of proper event-type detection
185190

186-
### 1.5.12 ###
191+
### 1.5.12 (May 2nd 2012) ###
187192

188193
* prevent invoking callback of first item of a sub-menu when clicking on the sub-menu-item (Issue #41)
189194

190-
### 1.5.11 ###
195+
### 1.5.11 (April 27th 2012) ###
191196

192197
* providing `opt.$trigger` to show event (Issue #39)
193198

194-
### 1.5.10 ###
199+
### 1.5.10 (April 21st 2012) ###
195200

196201
* ignoreRightClick would not prevent right click when menu is already open (Issue #38)
197202

198-
### 1.5.9 ###
203+
### 1.5.9 (March 10th 2012) ###
199204

200205
* If build() did not return any items, an empty menu was shown (Issue #33)
201206

202-
### 1.5.8 ###
207+
### 1.5.8 (January 28th 2012) ###
203208

204209
* Capturing Page Up and Page Down keys to ignore like space (Issue #30)
205210
* Added Home / End keys to jump to first / last command of menu (Issue #29)
206211
* Bug hitting enter in an &lt;input&gt; would yield an error (Issue #28)
207212

208-
### 1.5.7 ###
213+
### 1.5.7 (January 21st 2012) ###
209214

210215
* Non-ASCII character in jquery.contextMenu.js caused compatibility issues in Rails (Issue #27)
211216

212-
### 1.5.6 ###
217+
### 1.5.6 (January 8th 2012) ###
213218

214219
* Bug contextmenu event was not passed to build() callback (Issue #24)
215220
* Bug sub-menu markers would not display properly in Safari and Chrome (Issue #25)
216221

217-
### 1.5.5 ###
222+
### 1.5.5 (January 6th 2012) ###
218223

219224
* Bug Internet Explorer would not close menu when giving input elements focus (Issue #23)
220225

221-
### 1.5.4 ###
226+
### 1.5.4 (January 5th 2012) ##
222227

223228
* Bug not set z-index of sub-menus might not overlap the main menu correctly (Issue #22)
224229

225-
### 1.5.3 ###
230+
### 1.5.3 (January 1st 2012) ###
226231

227232
* Bug `console.log is undefined`
228233

229-
### 1.5.2 ###
234+
### 1.5.2 (December 25th 2012) ###
230235

231236
* Bug sub-menus would not properly update their disabled states (Issue #16) [again…]
232237
* Bug sub-menus would not properly adjust width accoring to min-width and max-width (Issue #18)
233238

234-
### 1.5.1 ###
239+
### 1.5.1 (December 18th 2011) ###
235240

236241
* Bug sub-menus would not properly update their disabled states (Issue #16)
237242

238-
### 1.5 ###
243+
### 1.5 (December 13th 2011) ###
239244

240245
* Added [dynamic menu creation](http://medialize.github.com/jQuery-contextMenu/demo/dynamic-create.html) (Issue #15)
241246

242-
### 1.4.4 ###
247+
### 1.4.4 (December 12th 2011) ###
243248

244249
* Bug positioning &lt;menu&gt; when trigger element is `position:fixed` (Issue #14)
245250

246-
### 1.4.3 ###
251+
### 1.4.3 (December 11th 2011) ###
247252

248253
* Bug key handler would caputure all key strokes while menu was visible (essentially disabling F5 and co.)
249254

250-
### 1.4.2 ###
255+
### 1.4.2 (December 6th 2011) ###
251256

252257
* Bug opt.$trigger was not available to disabled callbacks
253258
* jQuery bumped to 1.7.1
254259

255-
### 1.4.1 ###
260+
### 1.4.1 (November 9th 2011) ###
256261

257262
* Bug where &lt;menu&gt; imports would not pass action (click event) properly
258263

259-
### 1.4 ###
264+
### 1.4 (November 7th 2011) ###
260265

261266
* Upgraded to jQuery 1.7 (changed dependecy!)
262267
* Added internal events `contextmenu:focus`, `contextmenu:blur` and `contextmenu:hide`
263268
* Added custom &lt;command&gt; types
264269
* Bug where `className` wasn't properly set on &lt;menu&gt;
265270

266-
### 1.3 ###
271+
### 1.3 (September 5th 2011) ###
267272

268273
* Added support for accesskeys
269274
* Bug where two sub-menus could be open simultaneously
270275

271-
### 1.2.2 ###
276+
### 1.2.2 (August 24th 2011) ###
272277

273278
* Bug in HTML5 import
274279

275-
### 1.2.1 ###
280+
### 1.2.1 (August 24th 2011) ###
276281

277282
* Bug in HTML5 detection
278283

279-
### 1.2 ###
284+
### 1.2 (August 24th 2011) ###
280285

281286
* Added compatibility to &lt;menuitem&gt; for Firefox 8
282287
* Upgraded to jQuery 1.6.2
283288

284-
### 1.1 ###
289+
### 1.1 (August 11th 2011) ###
285290

286291
* Bug #1 TypeError on HTML5 action passthru
287292
* Bug #2 disbaled callback not invoked properly
288293
* Feature #3 auto-hide option for hover trigger
289294
* Feature #4 option to use a single callback for all commands, rather than registering the same function for each item
290295
* Option to ignore right-click (original "contextmenu" event trigger) for non-right-click triggers
291296

292-
### 1.0 ###
297+
### 1.0 (July 7th 2011) ###
293298

294299
* Initial $.contextMenu handler

0 commit comments

Comments
 (0)