File tree Expand file tree Collapse file tree 13 files changed +57
-5
lines changed Expand file tree Collapse file tree 13 files changed +57
-5
lines changed Original file line number Diff line number Diff line change 118
118
" five-teeth-relax" ,
119
119
" floppy-keys-heal" ,
120
120
" floppy-nails-grab" ,
121
+ " floppy-pandas-appear" ,
121
122
" gold-bats-return" ,
122
123
" green-pigs-wonder" ,
123
124
" green-wasps-invent" ,
134
135
" lovely-ties-live" ,
135
136
" lucky-hotels-sort" ,
136
137
" many-moons-like" ,
138
+ " mighty-goats-dance" ,
137
139
" modern-baboons-swim" ,
138
140
" nasty-moments-mix" ,
139
141
" nasty-zebras-cheat" ,
162
164
" silent-moose-push" ,
163
165
" silly-chefs-marry" ,
164
166
" six-bobcats-cry" ,
167
+ " smooth-places-walk" ,
165
168
" social-lizards-tickle" ,
166
169
" solid-chicken-love" ,
167
170
" some-clocks-think" ,
168
171
" sour-ties-repair" ,
169
172
" strong-stars-count" ,
170
173
" stupid-eggs-sing" ,
174
+ " stupid-memes-turn" ,
171
175
" stupid-tires-stare" ,
172
176
" sweet-papers-fail" ,
173
177
" tall-moose-yawn" ,
Original file line number Diff line number Diff line change 1
1
# gradio
2
2
3
+ ## 5.0.0-beta.7
4
+
5
+ ### Features
6
+
7
+ - [#9546](https://github.com/gradio-app/gradio/pull/9546) [`b82aa6f`](https://github.com/gradio-app/gradio/commit/b82aa6f115f6ad9a9690bdecb0fe63c162dc75c0) - Disable sagemaker_check() for now. Thanks @vmatt!
8
+ - [#9545](https://github.com/gradio-app/gradio/pull/9545) [`098a009`](https://github.com/gradio-app/gradio/commit/098a009c05243967bd9e5acc28864eb40a135f6a) - Add Jinja2 language to Code component. Thanks @CISC!
9
+ - [#9526](https://github.com/gradio-app/gradio/pull/9526) [`f60bb68`](https://github.com/gradio-app/gradio/commit/f60bb68f52cd0863d9087b3fbc56635e297adef1) - Fix single select dropdown. Thanks @whitphx!
10
+ - [#9497](https://github.com/gradio-app/gradio/pull/9497) [`d826faa`](https://github.com/gradio-app/gradio/commit/d826faa8c2584cf0772d4e66b4073e33b83f3a00) - Hide x axis labels. Thanks @aliabid94!
11
+
3
12
## 5.0.0-beta.6
4
13
5
14
### Features
Original file line number Diff line number Diff line change 1
1
# gradio
2
2
3
+ ## 5.0.0-beta.7
4
+
5
+ ### Features
6
+
7
+ - [#9546](https://github.com/gradio-app/gradio/pull/9546) [`b82aa6f`](https://github.com/gradio-app/gradio/commit/b82aa6f115f6ad9a9690bdecb0fe63c162dc75c0) - Disable sagemaker_check() for now. Thanks @vmatt!
8
+ - [#9545](https://github.com/gradio-app/gradio/pull/9545) [`098a009`](https://github.com/gradio-app/gradio/commit/098a009c05243967bd9e5acc28864eb40a135f6a) - Add Jinja2 language to Code component. Thanks @CISC!
9
+ - [#9526](https://github.com/gradio-app/gradio/pull/9526) [`f60bb68`](https://github.com/gradio-app/gradio/commit/f60bb68f52cd0863d9087b3fbc56635e297adef1) - Fix single select dropdown. Thanks @whitphx!
10
+ - [#9497](https://github.com/gradio-app/gradio/pull/9497) [`d826faa`](https://github.com/gradio-app/gradio/commit/d826faa8c2584cf0772d4e66b4073e33b83f3a00) - Hide x axis labels. Thanks @aliabid94!
11
+
3
12
## 5.0.0-beta.6
4
13
5
14
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gradio" ,
3
- "version" : " 5.0.0-beta.6 " ,
3
+ "version" : " 5.0.0-beta.7 " ,
4
4
"description" : " " ,
5
5
"python" : " true"
6
6
}
Original file line number Diff line number Diff line change 1
1
# website
2
2
3
+ ## 0.39.0-beta.7
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/code @0.10.0-beta.6
8
+
3
9
## 0.39.0-beta.6
4
10
5
11
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " website" ,
3
- "version" : " 0.39.0-beta.6 " ,
3
+ "version" : " 0.39.0-beta.7 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " pip install boto3 && python generate_jsons/generate.py && vite dev" ,
Original file line number Diff line number Diff line change 1
1
# @gradio/code
2
2
3
+ ## 0.10.0-beta.6
4
+
5
+ ### Features
6
+
7
+ - [ #9545 ] ( https://github.com/gradio-app/gradio/pull/9545 ) [ ` 098a009 ` ] ( https://github.com/gradio-app/gradio/commit/098a009c05243967bd9e5acc28864eb40a135f6a ) - Add Jinja2 language to Code component. Thanks @CISC !
8
+
3
9
## 0.10.0-beta.5
4
10
5
11
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gradio/code" ,
3
- "version" : " 0.10.0-beta.5 " ,
3
+ "version" : " 0.10.0-beta.6 " ,
4
4
"description" : " Gradio UI packages" ,
5
5
"type" : " module" ,
6
6
"author" : " " ,
Original file line number Diff line number Diff line change 4
4
5
5
### Dependency updates
6
6
7
+ - @gradio/code @0.10.0-beta.6
8
+
9
+ ## 0.1.0-beta.4
10
+
11
+ ### Dependency updates
12
+
7
13
- @gradio/upload @0.13.0-beta.5
8
14
- @gradio/statustracker @0.8.0-beta.3
9
15
- @gradio/video @0.11.0-beta.5
Original file line number Diff line number Diff line change 1
1
# @gradio/dropdown
2
2
3
+ ## 0.8.0-beta.4
4
+
5
+ ### Features
6
+
7
+ - [ #9526 ] ( https://github.com/gradio-app/gradio/pull/9526 ) [ ` f60bb68 ` ] ( https://github.com/gradio-app/gradio/commit/f60bb68f52cd0863d9087b3fbc56635e297adef1 ) - Fix single select dropdown. Thanks @whitphx !
8
+
3
9
## 0.8.0-beta.3
4
10
5
11
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gradio/dropdown" ,
3
- "version" : " 0.8.0-beta.3 " ,
3
+ "version" : " 0.8.0-beta.4 " ,
4
4
"description" : " Gradio UI packages" ,
5
5
"type" : " module" ,
6
6
"author" : " " ,
Original file line number Diff line number Diff line change 1
1
# @gradio/nativeplot
2
2
3
+ ## 0.4.0-beta.5
4
+
5
+ ### Features
6
+
7
+ - [ #9497 ] ( https://github.com/gradio-app/gradio/pull/9497 ) [ ` d826faa ` ] ( https://github.com/gradio-app/gradio/commit/d826faa8c2584cf0772d4e66b4073e33b83f3a00 ) - Hide x axis labels. Thanks @aliabid94 !
8
+
3
9
## 0.4.0-beta.4
4
10
5
11
### Dependency updates
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @gradio/nativeplot" ,
3
- "version" : " 0.4.0-beta.4 " ,
3
+ "version" : " 0.4.0-beta.5 " ,
4
4
"description" : " Gradio UI packages" ,
5
5
"type" : " module" ,
6
6
"author" : " " ,
You can’t perform that action at this time.
0 commit comments