Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Bump AMD compatibility to jquery-ui 1.12 (drop 1.11 support)
Browse files Browse the repository at this point in the history
Close #108
  • Loading branch information
mar10 committed Jan 30, 2017
1 parent 52f099f commit 0373182
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# 1.13.1-0 / Unreleased
# 1.14.0-0 / Unreleased

* #108: Update AMD dependency to be compatible with the jQuery 1.12 layout:
"jquery-ui/ui/widgets/menu"
NOTE: this is not backwards compatible with jQuery 1.11 and before:
http://jqueryui.com/upgrade-guide/1.12/#official-package-on-npm

# 1.13.1 / 2017-01-27

* [BUGFIX] #109 Fix `setEntry(title)` for titles containing icons
* [BUGFIX] #110 Fix `setEntry({...})` for jQuery UI 1.12

Expand Down Expand Up @@ -124,3 +132,7 @@
* [FEATURE] Support `taphold` events.
* [FEATURE] Show / hide effects configurable.
* [BUGFIX] Fixed markup for disabled entries.

# 0.2.0 / 2013-05-10

* First release.
2 changes: 1 addition & 1 deletion jquery.ui-contextmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"use strict";
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define([ "jquery", "jquery-ui/menu" ], factory );
define([ "jquery", "jquery-ui/ui/widgets/menu" ], factory );
} else {
// Browser globals
factory( jQuery );
Expand Down

0 comments on commit 0373182

Please sign in to comment.