8000 Tagging the 1.10.0-beta.1 release. · faroncoder/jquery-ui@114bcb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 114bcb1

Browse files
committed
Tagging the 1.10.0-beta.1 release.
1 parent 1f5dd8d commit 114bcb1

35 files changed

+1893
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "jquery-ui",
33
"title": "jQuery UI",
44
"description": "A curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.",
5-
"version": "1.10.0pre",
5+
"version": "1.10.0-beta.1",
66
"homepage": "http://jqueryui.com",
77
"author": {
88
"name": "jQuery Foundation and other contributors",
9-
"url": "https://github.com/jquery/jquery-ui/blob/master/AUTHORS.txt"
9+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
1010
},
1111
"maintainers": [
1212
{
@@ -38,7 +38,7 @@
3838
"licenses": [
3939
{
4040
"type": "MIT",
41-
"url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
41+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/MIT-LICENSE.txt"
4242
}
4343
],
4444
"dependencies": {},

ui.accordion.jquery.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"name": "ui.accordion",
3+
"title": "jQuery UI Accordion",
4+
"description": "Displays collapsible content panels for presenting information in a limited amount of space.",
5+
"keywords": [
6+
"ui",
7+
"accordion",
8+
"navigation",
9+
"panel",
10+
"collapse",
11+
"expand"
12+
],
13+
"version": "1.10.0-beta.1",
14+
"author": {
15+
"name": "jQuery Foundation and other contributors",
16+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
17+
},
18+
"maintainers": [
19+
{
20+
"name": "Scott González",
21+
"email": "scott.gonzalez@gmail.com",
22+
"url": "http://scottgonzalez.com"
23+
},
24+
{
25+
"name": "Jörn Zaefferer",
26+
"email": "joern.zaefferer@gmail.com",
27+
"url": "http://bassistance.de"
28+
},
29+
{
30+
"name": "Kris Borchers",
31+
"email": "kris.borchers@gmail.com",
32+
"url": "http://krisborchers.com"
33+
},
34+
{
35+
"name": "Corey Frang",
36+
"email": "gnarf37@gmail.com",
37+
"url": "http://gnarf.net"
38+
}
39+
],
40+
"licenses": [
41+
{
42+
"type": "MIT",
43+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/MIT-LICENSE.txt"
44+
}
45+
],
46+
"bugs": "http://bugs.jqueryui.com/",
47+
"homepage": "http://jqueryui.com/accordion/",
48+
"demo": "http://jqueryui.com/accordion/",
49+
"docs": "http://api.jqueryui.com/accordion/",
50+
"download": "http://jqueryui.com/download/",
51+
"dependencies": {
52+
"jquery": ">=1.6",
53+
"ui.core": "1.10.0-beta.1",
54+
"ui.widget": "1.10.0-beta.1"
55+
},
56+
"category": "widget"
57+
}

ui.autocomplete.jquery.json

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"name": "ui.autocomplete",
3+
"title": "jQuery UI Autocomplete",
4+
"description": "Lists suggested words as the user is typing.",
5+
"keywords": [
6+
"ui",
7+
"autocomplete",
8+
"form",
9+
"word",
10+
"predict",
11+
"suggest"
12+
],
13+
"version": "1.10.0-beta.1",
14+
"author": {
15+
"name": "jQuery Foundation and other contributors",
16+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
17+
},
18+
"maintainers": [
19+
{
20+
"name": "Scott González",
21+
"email": "scott.gonzalez@gmail.com",
22+
"url": "http://scottgonzalez.com"
23+
},
24+
{
25+
"name": "Jörn Zaefferer",
26+
"email": "joern.zaefferer@gmail.com",
27+
"url": "http://bassistance.de"
28+
},
29+
{
30+
"name": "Kris Borchers",
31+
"email": "kris.borchers@gmail.com",
32+
"url": "http://krisborchers.com"
33+
},
34+
{
35+
"name": "Corey Frang",
36+
"email": "gnarf37@gmail.com",
37+
"url": "http://gnarf.net"
38+
}
39+
],
40+
"licenses": [
41+
{
42+
"type": "MIT",
43+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/MIT-LICENSE.txt"
44+
}
45+
],
46+
"bugs": "http://bugs.jqueryui.com/",
47+
"homepage": "http://jqueryui.com/autocomplete/",
48+
"demo": "http://jqueryui.com/autocomplete/",
49+
"docs": "http://api.jqueryui.com/autocomplete/",
50+
"download": "http://jqueryui.com/download/",
51+
"dependencies": {
52+
"jquery": ">=1.6",
53+
"ui.core": "1.10.0-beta.1",
54+
"ui.widget": "1.10.0-beta.1",
55+
"ui.menu": "1.10.0-beta.1",
56+
"ui.position": "1.10.0-beta.1"
57+
},
58+
"category": "widget"
59+
}

ui.button.jquery.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"name": "ui.button",
3+
"title": "jQuery UI Button",
4+
"description": "Enhances a form with themable buttons.",
5+
"keywords": [
6+
"ui",
7+
"button",
8+
"form",
9+
"radio",
10+
"checkbox"
11+
],
12+
"version": "1.10.0-beta.1",
13+
"author": {
14+
"name": "jQuery Foundation and other contributors",
15+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
16+
},
17+
"maintainers": [
18+
{
19+
"name": "Scott González",
20+
"email": "scott.gonzalez@gmail.com",
21+
"url": "http://scottgonzalez.com"
22+
},
23+
{
24+
"name": "Jörn Zaefferer",
25+
"email": "joern.zaefferer@gmail.com",
26+
"url": "http://bassistance.de"
27+
},
28+
{
29+
"name": "Kris Borchers",
30+
"email": "kris.borchers@gmail.com",
31+
"url": "http://krisborchers.com"
32+
},
33+
{
34+
"name": "Corey Frang",
35+
"email": "gnarf37@gmail.com",
36+
"url": "http://gnarf.net"
37+
}
38+
],
39+
"licenses": [
40+
{
41+
"type": "MIT",
42+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/MIT-LICENSE.txt"
43+
}
44+
],
45+
"bugs": "http://bugs.jqueryui.com/",
46+
"homepage": "http://jqueryui.com/button/",
47+
"demo": "http://jqueryui.com/button/",
48+
"docs": "http://api.jqueryui.com/button/",
49+
"download": "http://jqueryui.com/download/",
50+
"dependencies": {
51+
"jquery": ">=1.6",
52+
"ui.core": "1.10.0-beta.1",
53+
"ui.widget": "1.10.0-beta.1"
54+
},
55+
"category": "widget"
56+
}

ui.core.jquery.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"name": "ui.core",
3+
"title": "jQuery UI Core",
4+
"description": "The core of jQuery UI, required for all interactions and widgets.",
5+
"keywords": [
6+
"ui",
7+
"core"
8+
],
9+
"version": "1.10.0-beta.1",
10+
"author": {
11+
"name": "jQuery Foundation and other contributors",
12+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
13+
},
14+
"maintainers": [
15+
{
16+
"name": "Scott González",
17+
"email": "scott.gonzalez@gmail.com",
18+
"url": "http://scottgonzalez.com"
19+
},
20+
{
21+
"name": "Jörn Zaefferer",
22+
"email": "joern.zaefferer@gmail.com",
23+
"url": "http://bassistance.de"
24+
},
25+
{
26+
"name": "Kris Borchers",
27+
"email": "kris.borchers@gmail.com",
28+
"url": "http://krisborchers.com"
29+
},
30+
{
31+
"name": "Corey Frang",
32+
"email": "gnarf37@gmail.com",
33+
"url": "http://gnarf.net"
34+
}
35+
],
36+
"licenses": [
37+
{
38+
"type": "MIT",
39+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/MIT-LICENSE.txt"
40+
}
41+
],
42+
"bugs": "http://bugs.jqueryui.com/",
43+
"homepage": "http://jqueryui.com/",
44+
"demo": "http://jqueryui.com/",
45+
"docs": "http://api.jqueryui.com/category/ui-core/",
46+
"download": "http://jqueryui.com/download/",
47+
"dependencies": {
48+
"jquery": ">=1.6"
49+
},
50+
"category": "core"
51+
}

ui.datepicker.jquery.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"name": "ui.datepicker",
3+
"title": "jQuery UI Datepicker",
4+
"description": "Displays a calendar from an input or inline for selecting dates.",
5+
"keywords": [
6+
"ui",
7+
"datepicker",
8+
"form",
9+
10000 "calendar",
10+
"date",
11+
"i18n"
12+
],
13+
"version": "1.10.0-beta.1",
14+
"author": {
15+
"name": "jQuery Foundation and other contributors",
16+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
17+
},
18+
"maintainers": [
19+
{
20+
"name": "Scott González",
21+
"email": "scott.gonzalez@gmail.com",
22+
"url": "http://scottgonzalez.com"
23+
},
24+
{
25+
"name": "Jörn Zaefferer",
26+
"email": "joern.zaefferer@gmail.com",
27+
"url": "http://bassistance.de"
28+
},
29+
{
30+
"name": "Kris Borchers",
31+
"email": "kris.borchers@gmail.com",
32+
"url": "http://krisborchers.com"
33+
},
34+
{
35+
"name": "Corey Frang",
36+
"email": "gnarf37@gmail.com",
37+
"url": "http://gnarf.net"
38+
}
39+
],
40+
"licenses": [
41+
{
42+
"type": "MIT",
43+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/MIT-LICENSE.txt"
44+
}
45+
],
46+
"bugs": "http://bugs.jqueryui.com/",
47+
"homepage": "http://jqueryui.com/datepicker/",
48+
"demo": "http://jqueryui.com/datepicker/",
49+
"docs": "http://api.jqueryui.com/datepicker/",
50+
"download": "http://jqueryui.com/download/",
51+
"dependencies": {
52+
"jquery": ">=1.6",
53+
"ui.core": "1.10.0-beta.1"
54+
},
55+
"category": "widget"
56+
}

ui.dialog.jquery.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"name": "ui.dialog",
3+
"title": "jQuery UI Dialog",
4+
"description": "Displays customizable dialog windows.",
5+
"keywords": [
6+
"ui",
7+
"dialog",
8+
"modal",
9+
"alert",
10+
"popup"
11+
],
12+
"version": "1.10.0-beta.1",
13+
"author": {
14+
"name": "jQuery Foundation and other contributors",
15+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/AUTHORS.txt"
16+
},
17+
"maintainers": [
18+
{
19+
"name": "Scott González",
20+
"email": "scott.gonzalez@gmail.com",
21+
"url": "http://scottgonzalez.com"
22+
},
23+
{
24+
"name": "Jörn Zaefferer",
25+
"email": "joern.zaefferer@gmail.com",
26+
"url": "http://bassistance.de"
27+
},
28+
{
29+
"name": "Kris Borchers",
30+
"email": "kris.borchers@gmail.com",
31+
"url": "http://krisborchers.com"
32+
},
33+
{
34+
"name": "Corey Frang",
35+
"email": "gnarf37@gmail.com",
36+
"url": "http://gnarf.net"
37+
}
38+
],
39+
"licenses": [
40+
{
41+
"type": "MIT",
42+
"url": "https://github.com/jquery/jquery-ui/blob/1.10.0-beta.1/MIT-LICENSE.txt"
43+
}
44+
],
45+
"bugs": "http://bugs.jqueryui.com/",
46+
"homepage": "http://jqueryui.com/dialog/",
47+
"demo": "http://jqueryui.com/dialog/",
48+
"docs": "http://api.jqueryui.com/dialog/",
49+
"download": "http://jqueryui.com/download/",
50+
"dependencies": {
51+
"jquery": ">=1.6",
52+
"ui.core": "1.10.0-beta.1",
53+
"ui.widget": "1.10.0-beta.1",
54+
"ui.button": "1.10.0-beta.1",
55+
"ui.draggable": "1.10.0-beta.1",
56+
"ui.position": "1.10.0-beta.1",
57+
"ui.resizable": "1.10.0-beta.1"
58+
},
59+
"category": "widget"
60+
}

0 commit comments

Comments
 (0)
0