Skip to content

Commit 23e135d

Browse files
committed
Update changelog
1 parent 2146d93 commit 23e135d

File tree

1 file changed

+31
-23
lines changed

1 file changed

+31
-23
lines changed

CHANGELOG.md

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,41 @@
1-
# 1.16.0-0 / Unreleased
1+
# 1.16.0-1 / Unreleased
22

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.
610

711
# 1.15.0 / 2017-03-18
812

9-
* [FEATURE] #113: Pass `ui` argument to `open` event.
13+
* [FEATURE] #113: Pass `ui` argument to `open` event.
1014

1115
# 1.14.0 / 2017-01-30
1216

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
1721

1822
# 1.13.1 / 2017-01-27
1923

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
2226

2327
# 1.13.0 / 2016-08-21
2428

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`
2933

3034
# 1.12.0 / 2016-05-18
3135

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
3539

3640
# 1.11.0 / 2015-09-10
3741

@@ -89,10 +93,13 @@
8993
# 1.3.0 / 2014-03-09
9094

9195
* [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.
96103

97104
# 1.2.4 / 2013-12-25
98105

@@ -103,7 +110,8 @@
103110
# 1.2.3 / 2013-10-19
104111

105112
* [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.
107115

108116
# 1.2.2 / 2013-07-28
109117

0 commit comments

Comments
 (0)