@@ -5,26 +5,29 @@ module.exports = function( grunt ) {
5
5
var versions = {
6
6
"git" : "git" ,
7
7
"3.0" : "3.0.0" ,
8
- "2.2" : "2.2.0 2.2.1 2.2.2 2.2.3 2.2. 4" ,
9
- "2.1" : "2.1.0 2.1.1 2.1.2 2.1.3 2.1. 4" ,
10
- "2.0" : "2.0.0 2.0.1 2.0. 3" ,
11
- "1.12" : "1.12.0 1.12.1 1.12.2 1.12.3 1.12. 4" ,
12
- "1.11" : "1.11.0 1.11.1 1.11.2 1.11. 3" ,
13
- "1.10" : "1.10.0 1.10. 2" ,
14
- "1.9" : "1.9.0 1.9. 1" ,
15
- "1.8" : "1.8.0 1.8.1 1.8.2 1.8. 3" ,
16
- "1.7" : "1.7.0 1.7.1 1.7. 2"
8
+ "2.2" : "2.2.4" ,
9
+ "2.1" : "2.1.4" ,
10
+ "2.0" : "2.0.3" ,
11
+ "1.12" : "1.12.4" ,
12
+ "1.11" : "1.11.3" ,
13
+ "1.10" : "1.10.2" ,
14
+ "1.9" : "1.9.1" ,
15
+ "1.8" : "1.8.3" ,
16
+ "1.7" : "1.7.2"
17
17
} ,
18
18
tests = {
19
19
"Accordion" : "accordion/accordion.html" ,
20
20
"Autocomplete" : "autocomplete/autocomplete.html" ,
21
21
"Button" : "button/button.html" ,
22
+ "Checkboxradio" : "checkboxradio/checkboxradio.html" ,
23
+ "Controlgroup" : "controlgroup/controlgroup.html" ,
22
24
"Core" : "core/core.html" ,
23
25
"Datepicker" : "datepicker/datepicker.html" ,
24
26
"Dialog" : "dialog/dialog.html" ,
25
27
"Draggable" : "draggable/draggable.html" ,
26
28
"Droppable" : "droppable/droppable.html" ,
27
29
"Effects" : "effects/effects.html" ,
30
+ "Form Reset Mixin" : "form-reset-mixin/form-reset-mixin.html" ,
28
31
"Menu" : "menu/menu.html" ,
29
32
"Position" : "position/position.html" ,
30
33
"Progressbar" : "progressbar/progressbar.html" ,
0 commit comments