|
1 |
| -# 1.16.0-0 / Unreleased |
| 1 | +# 1.16.0-1 / Unreleased |
2 | 2 |
|
3 |
| - * [FEATURE] #114: Pass `extraData` argument to `select` and other events. |
4 |
| - The same ui.extraData instance is passed to all events of a open-select-close |
5 |
| - sequence, so it can also be used to pass data between events. |
| 3 | +* |
| 4 | + |
| 5 | +# 1.16.0 / 2017-03-30 |
| 6 | + |
| 7 | +* [FEATURE] #114: Pass `extraData` argument to `select` and other events. |
| 8 | + The same ui.extraData instance is passed to all events of a open-select-close |
| 9 | + sequence, so it can also be used to pass data between events. |
6 | 10 |
|
7 | 11 | # 1.15.0 / 2017-03-18
|
8 | 12 |
|
9 |
| - * [FEATURE] #113: Pass `ui` argument to `open` event. |
| 13 | +* [FEATURE] #113: Pass `ui` argument to `open` event. |
10 | 14 |
|
11 | 15 | # 1.14.0 / 2017-01-30
|
12 | 16 |
|
13 |
| - * #108: Update AMD dependency to be compatible with the jQuery 1.12 layout: |
14 |
| - "jquery-ui/ui/widgets/menu" |
15 |
| - NOTE: this is not backwards compatible with jQuery 1.11 and before: |
16 |
| - http://jqueryui.com/upgrade-guide/1.12/#official-package-on-npm |
| 17 | +* #108: Update AMD dependency to be compatible with the jQuery 1.12 layout: |
| 18 | + "jquery-ui/ui/widgets/menu" |
| 19 | + NOTE: this is not backwards compatible with jQuery 1.11 and before: |
| 20 | + http://jqueryui.com/upgrade-guide/1.12/#official-package-on-npm |
17 | 21 |
|
18 | 22 | # 1.13.1 / 2017-01-27
|
19 | 23 |
|
20 |
| - * [BUGFIX] #109 Fix `setEntry(title)` for titles containing icons |
21 |
| - * [BUGFIX] #110 Fix `setEntry({...})` for jQuery UI 1.12 |
| 24 | +* [BUGFIX] #109 Fix `setEntry(title)` for titles containing icons |
| 25 | +* [BUGFIX] #110 Fix `setEntry({...})` for jQuery UI 1.12 |
22 | 26 |
|
23 | 27 | # 1.13.0 / 2016-08-21
|
24 | 28 |
|
25 |
| - * [FEATURE] Test with jQuery 3 |
26 |
| - * [FEATURE] #104 Allow to pass mouse click events to `open()` |
27 |
| - * Update grunt to 1.0 |
28 |
| - * Upate QUnit to 1.23 and refactor tests to use `assert` |
| 29 | +* [FEATURE] Test with jQuery 3 |
| 30 | +* [FEATURE] #104 Allow to pass mouse click events to `open()` |
| 31 | +* Update grunt to 1.0 |
| 32 | +* Upate QUnit to 1.23 and refactor tests to use `assert` |
29 | 33 |
|
30 | 34 | # 1.12.0 / 2016-05-18
|
31 | 35 |
|
32 |
| - * [FEATURE] Support jQuery UI 1.12 (wrap menu items in separate `<div>` tags) |
33 |
| - * [FEATURE] #100 new menu option `isHeader` for category headers. |
34 |
| - * Add jQuery UI 1.12 sample with new 'Base' theme |
| 36 | +* [FEATURE] Support jQuery UI 1.12 (wrap menu items in separate `<div>` tags) |
| 37 | +* [FEATURE] #100 new menu option `isHeader` for category headers. |
| 38 | +* Add jQuery UI 1.12 sample with new 'Base' theme |
35 | 39 |
|
36 | 40 | # 1.11.0 / 2015-09-10
|
37 | 41 |
|
|
89 | 93 | # 1.3.0 / 2014-03-09
|
90 | 94 |
|
91 | 95 | * [FEATURE] New optional parameter open(..., extraData).
|
92 |
| -* [FEATURE] New option `autoTrigger: true` can be set to `false` to prevent opening menus on browser's `contextmenu` event |
93 |
| - (if you want to use the `open()` method instead). |
94 |
| -* [FEATURE] New option `preventContextMenuForPopup`to prevent opening the browser's system context menu on menu entries. |
95 |
| -* [CHANGE] `setEntry()` and `replaceMenu()` now allow to define titles with HTML markup. |
| 96 | +* [FEATURE] New option `autoTrigger: true` can be set to `false` to prevent |
| 97 | + opening menus on browser's `contextmenu` event (if you want to use the `open()` |
| 98 | + method instead). |
| 99 | +* [FEATURE] New option `preventContextMenuForPopup`to prevent opening the browser's |
| 100 | + system context menu on menu entries. |
| 101 | +* [CHANGE] `setEntry()` and `replaceMenu()` now allow to define titles with HTML |
| 102 | + markup. |
96 | 103 |
|
97 | 104 | # 1.2.4 / 2013-12-25
|
98 | 105 |
|
|
103 | 110 | # 1.2.3 / 2013-10-19
|
104 | 111 |
|
105 | 112 | * [CHANGE] Detection of separators compliant with UI Menu 1.10
|
106 |
| -* [BUGFIX] Fixed setEntry for entries that don't have icons and handle missing `cmd` option. |
| 113 | +* [BUGFIX] Fixed setEntry for entries that don't have icons and handle missing |
| 114 | + `cmd` option. |
107 | 115 |
|
108 | 116 | # 1.2.2 / 2013-07-28
|
109 | 117 |
|
|
0 commit comments