|
1 | 1 | ## Changelog ##
|
2 | 2 |
|
| 3 | +### Unreleased |
| 4 | + |
| 5 | +* Upgrades dependencies |
| 6 | + |
3 | 7 | ### 2.9.0
|
4 | 8 |
|
5 | 9 | #### Added
|
|
8 | 12 |
|
9 | 13 | #### Changed
|
10 | 14 |
|
11 |
| -* Updated dev dependencies. |
| 15 | +* Updated dev dependencies. |
12 | 16 |
|
13 | 17 | ### 2.8.1
|
14 | 18 |
|
|
18 | 22 |
|
19 | 23 | #### Documentation
|
20 | 24 |
|
21 |
| -* Updated documentation for `callback` (thanks @arashdalir) |
22 |
| - |
| 25 | +* Updated documentation for `callback` (thanks @arashdalir) |
| 26 | + |
23 | 27 |
|
24 | 28 | ### 2.8.0
|
25 | 29 |
|
|
99 | 103 | #### Fixed
|
100 | 104 |
|
101 | 105 | * ContextMenu appears with wrong position ([Issue #502](https://github.com/swisnl/jQuery-contextMenu/issues/502) thanks @apptaro
|
102 |
| -* Check if given selected value is a 0, if it is a zero so return it as is. Thanks @Falseee |
| 106 | +* Check if given selected value is a 0, if it is a zero so return it as is. Thanks @Falseee |
103 | 107 | * Events are never trigger when opening a contextMenu right after the other ([Issue #454](https://github.com/swisnl/jQuery-contextMenu/issues/454) thanks @kagant15
|
104 | 108 | * Accesskey jQuery Modal Dialog not working ([Issue #506](https://github.com/swisnl/jQuery-contextMenu/issues/506) thanks @CiTRO33
|
105 | 109 | * Fix submenu hover not always staying active if hovering over a submenu item. ([Issue #523](https://github.com/swisnl/jQuery-contextMenu/issues/523) thanks @tim-nz
|
|
113 | 117 |
|
114 | 118 | ### 2.4.3
|
115 | 119 |
|
116 |
| -#### Changed |
| 120 | +#### Changed |
117 | 121 |
|
118 | 122 | * The inline style causes a Content Security Policy violation if style-src 'unsafe-inline' is not defined in the policy. [PR 498](https://github.com/swisnl/jQuery-contextMenu/pull/498) thanks @StealthDuck
|
119 | 123 |
|
|
124 | 128 | * Added SauceLabs tests for common browsers.
|
125 | 129 |
|
126 | 130 | ### 2.4.2 ###
|
127 |
| - |
| 131 | + |
128 | 132 | ### Fixed
|
129 | 133 |
|
130 |
| -* Focus not set on content editable element when right clicking the second time ([Issue #482](https://github.com/swisnl/jQuery-contextMenu/issues/482)) |
| 134 | +* Focus not set on content editable element when right clicking the second time ([Issue #482](https://github.com/swisnl/jQuery-contextMenu/issues/482)) |
131 | 135 |
|
132 | 136 | * `selectableSubMenu` broke disabling click menu (fixes ([Issue #493](https://github.com/swisnl/jQuery-contextMenu/issues/493))
|
133 | 137 |
|
|
149 | 153 |
|
150 | 154 | #### Fixed
|
151 | 155 |
|
152 |
| -* The contextmenu shows even if all items are set to visible:false ([Issue #473](https://github.com/swisnlhttps://github.com/swisnl/jQuery-contextMenu/issues/482/jQuery-contextMenu/issues/473)) |
| 156 | +* The contextmenu shows even if all items are set to visible:false ([Issue #473](https://github.com/swisnlhttps://github.com/swisnl/jQuery-contextMenu/issues/482/jQuery-contextMenu/issues/473)) |
153 | 157 |
|
154 | 158 | #### Documentation
|
155 | 159 |
|
|
220 | 224 |
|
221 | 225 | #### Added
|
222 | 226 | * Add option to show item title as HTML (thanks @brassard)
|
223 |
| -* Full Font Awesome support |
| 227 | +* Full Font Awesome support |
224 | 228 |
|
225 |
| -#### Changed |
| 229 | +#### Changed |
226 | 230 | * Use relative units for css fixes ([Issue #386](https://github.com/swisnl/jQuery-contextMenu/issues/386)) (thanks @RoachMech)
|
227 | 231 | * Change unicode characters in CSS to readable strings.
|
228 | 232 | * Improved item styles (thanks @anseki)
|
229 | 233 |
|
230 |
| -#### Fixed |
| 234 | +#### Fixed |
231 | 235 | * Force woff2 font creation for Windows some machines.
|
232 | 236 | * Fix so that disabled items can't get focus anymore (thanks @anseki)
|
233 | 237 | * Fix so menu size is calculated better no items will take up 2 lines again (thanks @anseki)
|
|
304 | 308 |
|
305 | 309 | ### 1.7.0 (August 29th 2015) ###
|
306 | 310 |
|
307 |
| -* Touch support optimisations (by kccarter76) |
| 311 | +* Touch support optimisations (by kccarter76) |
308 | 312 | * changed .text to .html so there are no extra span's fixed - ([Issue #252](https://github.com/swisnl/jQuery-contextMenu/issues/252))
|
309 | 313 | * added visibility callback to item definition
|
310 |
| -* copy the HTML5 icon attribute when creating from HTML5 elements |
| 314 | +* copy the HTML5 icon attribute when creating from HTML5 elements |
311 | 315 | * growing menu when opening multiple times fixed - ([Issue #197](https://github.com/swisnl/jQuery-contextMenu/issues/197))
|
312 | 316 | * fixed failure to run tests
|
313 | 317 |
|
|
0 commit comments