Skip to content

Commit 891ee0b

Browse files
committed
Update changelog and throttle sauce labs
1 parent b9ffded commit 891ee0b

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
1-
# 1.8.1-0 / Unreleased
1+
# 1.8.2-0 / Unreleased
2+
*
3+
4+
# 1.8.1 / 2014-12-21
5+
26
* [FEATURE] Publish on npm Registry
3-
* [FEATURE] Publish on cdnjs
7+
* [FEATURE] Publish on [cdnjs](https://cdnjs.com/libraries/jquery.ui-contextmenu)
48
* [FEATURE] Include a source map file
59
* [FEATURE] New option `addClass`, defaults to "ui-contextmenu"
610

711
# 1.8.0 / 2014-11-23
12+
813
* [FEATURE] #80 setEntry() supports creating nested menus
914
* [FEATURE] #81 beforeOpen event accepts deferred as return value
1015
* [BUGFIX] entry data attached to parentLi instead of `<a>`
1116
* Use jscs
1217

1318
# 1.7.0 / 2014-09-09
19+
1420
* [FEATURE] AMD support (topolm).
1521
* [FEATURE] CDN support (http://www.jsdelivr.com/#!jquery.ui-contextmenu).
1622

1723
# 1.6.1 / 2014-08-18
24+
1825
* [FEATURE] #27: New option `uiMenuOptions` allows to pass custom options to UI Menu Widget.
1926

2027
# 1.5.0 / 2014-07-06
28+
2129
* [CHANGE] Use data-command="copy" instead of `<a href='...'>` to store command ids.
2230
* [FEATURE] Support jQuery UI 1.11.
2331

2432
# 1.4.0 / 2014-06-22
33+
2534
* [FEATURE] Support bower.
2635
* [BUGFIX] #58: 'replaceMenu' in beforeOpen causing select event to lose ui.target
2736

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = (grunt) ->
8181
# username: process.env.SAUCE_USERNAME,
8282
# key: process.env.SAUCE_ACCESS_KEY,
8383
build: process.env.TRAVIS_JOB_ID
84-
# throttled: 12
84+
throttled: 8
8585
browsers: [
8686
{ browserName: "chrome", platform: "Windows 7" }
8787
{ browserName: "firefox", platform: "Windows 7" }

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ First, include dependencies, i.e.
3333
* jQuery 1.7+ (1.10 or later recommended)
3434
* jQuery UI 1.9+ (at least core, widget, menu), 1.11 recommended
3535
* One of the ThemeRoller CSS themes or a custom one
36-
* jquery.ui-contextmenu.js (also [available as CDN](http://www.jsdelivr.com/#!jquery.ui-contextmenu))
36+
* jquery.ui-contextmenu.js (also available as CDN on
37+
[jsdelivr](http://www.jsdelivr.com/#!jquery.ui-contextmenu)
38+
or [cdnjs](https://cdnjs.com/libraries/jquery.ui-contextmenu))
3739

3840
```html
3941
<head>

0 commit comments

Comments
 (0)