File tree Expand file tree Collapse file tree 7 files changed +126
-110
lines changed Expand file tree Collapse file tree 7 files changed +126
-110
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* [ FEATURE] Test with jQuery 3
4
4
* [ FEATURE] #104 Allow to pass mouse click events to ` open() `
5
+ * Update grunt to 1.0
6
+ * Upate QUnit to 1.23 and refactor tests to use ` assert `
5
7
6
8
# 1.12.0 / 2016-05-18
7
9
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< title > QUnit Composite Test Suite</ title >
6
6
7
- < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.15 .0.css ">
7
+ < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.23 .0.css ">
8
8
< link rel ="stylesheet " href ="../lib/qunit-composite.css ">
9
9
10
- < script src ="http://code.jquery.com/jquery-1.11.3 .min.js "> </ script >
11
- < script src ="http://code.jquery.com/qunit/qunit-1.15 .0.js "> </ script >
10
+ < script src ="http://code.jquery.com/jquery-1.12.4 .min.js "> </ script >
11
+ < script src ="http://code.jquery.com/qunit/qunit-1.23 .0.js "> </ script >
12
12
< script src ="../lib/qunit-composite.js "> </ script >
13
13
14
14
< script >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > jquery.ui-contextmenu Test Suite</ title >
6
- < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.15 .0.css ">
6
+ < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.23 .0.css ">
7
7
< script src ="http://code.jquery.com/jquery-1.11.3.min.js "> </ script >
8
8
< script src ="http://code.jquery.com/ui/1.11.4/jquery-ui.min.js "> </ script >
9
- < script src ="http://code.jquery.com/qunit/qunit-1.15 .0.js "> </ script >
9
+ < script src ="http://code.jquery.com/qunit/qunit-1.23 .0.js "> </ script >
10
10
< script src ="../jquery.ui-contextmenu.js "> </ script >
11
11
< script src ="tests.js "> </ script >
12
12
</ head >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > jquery.ui-contextmenu Test Suite</ title >
6
- < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.15 .0.css ">
6
+ < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.23 .0.css ">
7
7
< script src ="http://code.jquery.com/jquery-1.12.4.min.js "> </ script >
8
- < script src ="http://code.jquery.com/ui/1.12.0-rc.2 /jquery-ui.min.js "> </ script >
9
- < script src ="http://code.jquery.com/qunit/qunit-1.15 .0.js "> </ script >
8
+ < script src ="http://code.jquery.com/ui/1.12.0/jquery-ui.min.js "> </ script >
9
+ < script src ="http://code.jquery.com/qunit/qunit-1.23 .0.js "> </ script >
10
10
< script src ="../jquery.ui-contextmenu.js "> </ script >
11
11
< script src ="tests.js "> </ script >
12
12
</ head >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > jquery.ui-contextmenu Test Suite</ title >
6
- < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.15 .0.css ">
6
+ < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.23 .0.css ">
7
7
< script src ="http://code.jquery.com/jquery-1.9.1.min.js "> </ script >
8
8
< script src ="http://code.jquery.com/ui/1.10.4/jquery-ui.min.js "> </ script >
9
- < script src ="http://code.jquery.com/qunit/qunit-1.15 .0.js "> </ script >
9
+ < script src ="http://code.jquery.com/qunit/qunit-1.23 .0.js "> </ script >
10
10
< script src ="../jquery.ui-contextmenu.js "> </ script >
11
11
< script src ="tests.js "> </ script >
12
12
</ head >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > jquery.ui-contextmenu Test Suite</ title >
6
- < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.15 .0.css ">
6
+ < link rel ="stylesheet " href ="http://code.jquery.com/qunit/qunit-1.23 .0.css ">
7
7
8
8
<!-- <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script> -->
9
9
<!-- <script src="http://code.jquery.com/jquery-1.12.4.min.js"></script> -->
10
10
< script src ="http://code.jquery.com/jquery-3.0.0.min.js "> </ script >
11
11
<!-- <script src="http://code.jquery.com/jquery-migrate-3.0.0.min.js"></script> -->
12
12
13
- < script src ="http://code.jquery.com/ui/1.12.0-rc.2 /jquery-ui.js "> </ script >
13
+ < script src ="http://code.jquery.com/ui/1.12.0/jquery-ui.js "> </ script >
14
14
15
- < script src ="http://code.jquery.com/qunit/qunit-1.15 .0.js "> </ script >
15
+ < script src ="http://code.jquery.com/qunit/qunit-1.23 .0.js "> </ script >
16
16
< script src ="../jquery.ui-contextmenu.js "> </ script >
17
17
< script src ="tests.js "> </ script >
18
18
</ head >
You can’t perform that action at this time.
0 commit comments