File tree Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Expand file tree Collapse file tree 5 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1
- # 1.4.1 / Unreleased
1
+ # 1.5.1 / Unreleased
2
+
3
+ # 1.5.0 / 2014-07-06
4
+ * [ CHANGE] Use data-command="copy" instead of ` <a href='...'> ` to store command ids.
5
+ * [ FEATURE] Support jQuery UI 1.11.
2
6
3
7
# 1.4.0 / 2014-06-22
4
8
* [ FEATURE] Support bower.
Original file line number Diff line number Diff line change @@ -42,6 +42,28 @@ module.exports = (grunt) ->
42
42
qunit :
43
43
all : [" test/index.html" , " test/index-jquery-ui-1-11.html" ]
44
44
45
+ # replace: # grunt-text-replace
46
+ # production:
47
+ # src: ["build/**/*.js"]
48
+ # overwrite : true
49
+ # replacements: [ {
50
+ # from : /@DATE/g
51
+ # to : "<%= grunt.template.today('yyyy-mm-dd\"T\"HH:MM') %>"
52
+ # },{
53
+ # from : /buildType:\s*\"[a-zA-Z]+\"/g
54
+ # to : "buildType: \"production\""
55
+ # },{
56
+ # from : /debugLevel:\s*[0-9]/g
57
+ # to : "debugLevel: 1"
58
+ # } ]
59
+ # release:
60
+ # src: ["dist/**/*.js"]
61
+ # overwrite : true
62
+ # replacements: [ {
63
+ # from : /@VERSION/g
64
+ # to : "<%= pkg.version %>"
65
+ # } ]
66
+
45
67
" saucelabs-qunit" :
46
68
all :
47
69
options :
Original file line number Diff line number Diff line change 4
4
< meta http-equiv ="content-type " content ="text/html; charset=ISO-8859-1 ">
5
5
< title > jquery.ui-contextmenu.js - Demo</ title >
6
6
<!-- min requirements:
7
- <link type="text/css" rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css" />
8
7
<script src="http://code.jquery.com/jquery-1.7.js" type="text/javascript"></script>
9
8
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js" type="text/javascript"></script>
10
9
-->
Original file line number Diff line number Diff line change 13
13
match , uiVersion ;
14
14
15
15
$ . widget ( "moogle.contextmenu" , {
16
- version : "1.4.0-1 " ,
16
+ version : "@VERSION " ,
17
17
options : {
18
18
autoTrigger : true , // open menu on browser's `contextmenu` event
19
19
delegate : null , // selector
Original file line number Diff line number Diff line change 46
46
"grunt-exec" : " ~0.4.0" ,
47
47
"grunt-saucelabs" : " ~8.1.0" ,
48
48
"grunt-contrib-watch" : " ~0.5.3" ,
49
- "grunt-yabs" : " 0.0.7 "
49
+ "grunt-yabs" : " ^0.1.0 "
50
50
},
51
51
"scripts" : {
52
52
"test" : " grunt ci --verbose"
53
53
}
54
- }
54
+ }
You can’t perform that action at this time.
0 commit comments