Skip to content

Commit 997f352

Browse files
chore: update versions
1 parent cae5517 commit 997f352

File tree

126 files changed

+571
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+571
-134
lines changed

.changeset/cold-books-jam.md

-6
This file was deleted.

.changeset/crazy-nails-end.md

-6
This file was deleted.

.changeset/fair-socks-lead.md

-8
This file was deleted.

.changeset/fresh-clocks-return.md

-6
This file was deleted.

.changeset/giant-donkeys-pump.md

-6
This file was deleted.

.changeset/hot-bees-dream.md

-6
This file was deleted.

.changeset/long-olives-glow.md

-6
This file was deleted.

.changeset/odd-bees-pay.md

-8
This file was deleted.

.changeset/puny-parrots-read.md

-6
This file was deleted.

.changeset/sharp-teams-start.md

-6
This file was deleted.

.changeset/vast-lines-brush.md

-5
This file was deleted.

.changeset/yellow-paws-grin.md

-6
This file was deleted.

.changeset/yummy-shirts-hide.md

-5
This file was deleted.

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# gradio
22

3+
## 5.21.0
4+
5+
### Features
6+
7+
- [#10787](https://github.com/gradio-app/gradio/pull/10787) [`b3e8c26`](https://github.com/gradio-app/gradio/commit/b3e8c263be51f9553e9f19939be0f880092b44c9) - Implement cell selection via drag in dataframe. Thanks @hannahblair!
8+
- [#10734](https://github.com/gradio-app/gradio/pull/10734) [`c44b8f4`](https://github.com/gradio-app/gradio/commit/c44b8f47b927258552af61c3af06f2e30449f571) - Add `static_columns` param for interactive dataframes. Thanks @hannahblair!
9+
- [#10778](https://github.com/gradio-app/gradio/pull/10778) [`373007b`](https://github.com/gradio-app/gradio/commit/373007b3e9d019ee41589d1dbb09a7511a024a51) - Allow sorting by multiple columns in dataframe. Thanks @hannahblair!
10+
- [#10777](https://github.com/gradio-app/gradio/pull/10777) [`3b48367`](https://github.com/gradio-app/gradio/commit/3b483672f4778f5b19d2f529328c1f71b3742f45) - Allow navigating down from header cells, as well as support cmd/ctrl + arrow keys. Thanks @abidlabs!
11+
- [#10776](https://github.com/gradio-app/gradio/pull/10776) [`85f6132`](https://github.com/gradio-app/gradio/commit/85f6132f1f9f653329edfa22f627e342e8b42731) - Fix cell selection when using shift + arrow keys. Thanks @abidlabs!
12+
- [#10733](https://github.com/gradio-app/gradio/pull/10733) [`731ab92`](https://github.com/gradio-app/gradio/commit/731ab92001c88d4cf1062acf0a4f1108a4513014) - Autocompletion on code editor component. Thanks @whitphx!
13+
- [#10743](https://github.com/gradio-app/gradio/pull/10743) [`3086343`](https://github.com/gradio-app/gradio/commit/3086343a6832a941864d77821b23c31c8b26be7f) - Fixed size for pending thoughts. Thanks @dawoodkhan82!
14+
- [#10768](https://github.com/gradio-app/gradio/pull/10768) [`0ce7bfe`](https://github.com/gradio-app/gradio/commit/0ce7bfe1bd733b30645a4833ba29988b4641acc7) - Allow tags for chatbot models using `gr.load`. Thanks @dawoodkhan82!
15+
16+
### Fixes
17+
18+
- [#10757](https://github.com/gradio-app/gradio/pull/10757) [`b4342d2`](https://github.com/gradio-app/gradio/commit/b4342d24a88acaa4ed4028c8fdd44eea0d1b8b57) - Fix dataframe search and filter functionality. Thanks @hannahblair!
19+
- [#10631](https://github.com/gradio-app/gradio/pull/10631) [`b5ca1dc`](https://github.com/gradio-app/gradio/commit/b5ca1dcfdf496292eade31347ae1974d3a0976c4) - Refactor `gr.Dataframe`. Thanks @hannahblair!
20+
- [#10785](https://github.com/gradio-app/gradio/pull/10785) [`fb8c1cb`](https://github.com/gradio-app/gradio/commit/fb8c1cb6d159fbcec80749f691e9b783bc212936) - Move `gr.Textbox` lines logic to frontend. Thanks @abidlabs!
21+
- [#10765](https://github.com/gradio-app/gradio/pull/10765) [`3232cdd`](https://github.com/gradio-app/gradio/commit/3232cddc00be4a8ac441177e4fe408fb193fdb0f) - fix: latex rendering of markdown. Thanks @Col0ring!
22+
- [#10735](https://github.com/gradio-app/gradio/pull/10735) [`dd2de17`](https://github.com/gradio-app/gradio/commit/dd2de17064dc6794f94b0bfad973ab5aba671b10) - Fix windows path issue in FileExplorer. Thanks @aliabid94!
23+
324
## 5.20.1
425

526
### Features

gradio/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# gradio
22

3+
## 5.21.0
4+
5+
### Features
6+
7+
- [#10787](https://github.com/gradio-app/gradio/pull/10787) [`b3e8c26`](https://github.com/gradio-app/gradio/commit/b3e8c263be51f9553e9f19939be0f880092b44c9) - Implement cell selection via drag in dataframe. Thanks @hannahblair!
8+
- [#10734](https://github.com/gradio-app/gradio/pull/10734) [`c44b8f4`](https://github.com/gradio-app/gradio/commit/c44b8f47b927258552af61c3af06f2e30449f571) - Add `static_columns` param for interactive dataframes. Thanks @hannahblair!
9+
- [#10778](https://github.com/gradio-app/gradio/pull/10778) [`373007b`](https://github.com/gradio-app/gradio/commit/373007b3e9d019ee41589d1dbb09a7511a024a51) - Allow sorting by multiple columns in dataframe. Thanks @hannahblair!
10+
- [#10777](https://github.com/gradio-app/gradio/pull/10777) [`3b48367`](https://github.com/gradio-app/gradio/commit/3b483672f4778f5b19d2f529328c1f71b3742f45) - Allow navigating down from header cells, as well as support cmd/ctrl + arrow keys. Thanks @abidlabs!
11+
- [#10776](https://github.com/gradio-app/gradio/pull/10776) [`85f6132`](https://github.com/gradio-app/gradio/commit/85f6132f1f9f653329edfa22f627e342e8b42731) - Fix cell selection when using shift + arrow keys. Thanks @abidlabs!
12+
- [#10733](https://github.com/gradio-app/gradio/pull/10733) [`731ab92`](https://github.com/gradio-app/gradio/commit/731ab92001c88d4cf1062acf0a4f1108a4513014) - Autocompletion on code editor component. Thanks @whitphx!
13+
- [#10743](https://github.com/gradio-app/gradio/pull/10743) [`3086343`](https://github.com/gradio-app/gradio/commit/3086343a6832a941864d77821b23c31c8b26be7f) - Fixed size for pending thoughts. Thanks @dawoodkhan82!
14+
- [#10768](https://github.com/gradio-app/gradio/pull/10768) [`0ce7bfe`](https://github.com/gradio-app/gradio/commit/0ce7bfe1bd733b30645a4833ba29988b4641acc7) - Allow tags for chatbot models using `gr.load`. Thanks @dawoodkhan82!
15+
16+
### Fixes
17+
18+
- [#10757](https://github.com/gradio-app/gradio/pull/10757) [`b4342d2`](https://github.com/gradio-app/gradio/commit/b4342d24a88acaa4ed4028c8fdd44eea0d1b8b57) - Fix dataframe search and filter functionality. Thanks @hannahblair!
19+
- [#10631](https://github.com/gradio-app/gradio/pull/10631) [`b5ca1dc`](https://github.com/gradio-app/gradio/commit/b5ca1dcfdf496292eade31347ae1974d3a0976c4) - Refactor `gr.Dataframe`. Thanks @hannahblair!
20+
- [#10785](https://github.com/gradio-app/gradio/pull/10785) [`fb8c1cb`](https://github.com/gradio-app/gradio/commit/fb8c1cb6d159fbcec80749f691e9b783bc212936) - Move `gr.Textbox` lines logic to frontend. Thanks @abidlabs!
21+
- [#10765](https://github.com/gradio-app/gradio/pull/10765) [`3232cdd`](https://github.com/gradio-app/gradio/commit/3232cddc00be4a8ac441177e4fe408fb193fdb0f) - fix: latex rendering of markdown. Thanks @Col0ring!
22+
- [#10735](https://github.com/gradio-app/gradio/pull/10735) [`dd2de17`](https://github.com/gradio-app/gradio/commit/dd2de17064dc6794f94b0bfad973ab5aba671b10) - Fix windows path issue in FileExplorer. Thanks @aliabid94!
23+
324
## 5.20.1
425

526
### Features

gradio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gradio",
3-
"version": "5.20.1",
3+
"version": "5.21.0",
44
"description": "",
55
"python": "true"
66
}

js/_website/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# website
22

3+
## 0.53.0
4+
5+
### Features
6+
7+
- [#10733](https://github.com/gradio-app/gradio/pull/10733) [`731ab92`](https://github.com/gradio-app/gradio/commit/731ab92001c88d4cf1062acf0a4f1108a4513014) - Autocompletion on code editor component. Thanks @whitphx!
8+
9+
### Dependency updates
10+
11+
- @gradio/statustracker@0.10.5
12+
- @gradio/code@0.12.0
13+
- @gradio/paramviewer@0.7.3
14+
315
## 0.52.0
416

517
### Features

js/_website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.52.0",
3+
"version": "0.53.0",
44
"private": true,
55
"scripts": {
66
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",

js/accordion/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gradio/accordion
22

3+
## 0.5.9
4+
5+
### Dependency updates
6+
7+
- @gradio/statustracker@0.10.5
8+
- @gradio/atoms@0.14.0
9+
- @gradio/column@0.2.0
10+
311
## 0.5.8
412

513
### Dependency updates

js/accordion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/accordion",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/annotatedimage/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gradio/annotatedimage
22

3+
## 0.9.11
4+
5+
### Dependency updates
6+
7+
- @gradio/upload@0.15.5
8+
- @gradio/statustracker@0.10.5
9+
- @gradio/atoms@0.14.0
10+
311
## 0.9.10
412

513
### Dependency updates

js/annotatedimage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/annotatedimage",
3-
"version": "0.9.10",
3+
"version": "0.9.11",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/app/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @self/app
22

3+
## 1.47.7
4+
5+
### Dependency updates
6+
7+
- @gradio/core@0.13.0
8+
39
## 1.47.6
410

511
### Dependency updates

js/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@self/app",
3-
"version": "1.47.6",
3+
"version": "1.47.7",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

js/atoms/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @gradio/atoms
22

3+
## 0.14.0
4+
5+
### Features
6+
7+
- [#10778](https://github.com/gradio-app/gradio/pull/10778) [`373007b`](https://github.com/gradio-app/gradio/commit/373007b3e9d019ee41589d1dbb09a7511a024a51) - Allow sorting by multiple columns in dataframe. Thanks @hannahblair!
8+
9+
### Dependency updates
10+
11+
- @gradio/markdown-code@0.4.1
12+
313
## 0.13.3
414

515
### Features

js/atoms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/atoms",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"main": "src/index.ts",

js/audio/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @gradio/audio
22

3+
## 0.17.5
4+
5+
### Dependency updates
6+
7+
- @gradio/upload@0.15.5
8+
- @gradio/statustracker@0.10.5
9+
- @gradio/button@0.4.10
10+
- @gradio/atoms@0.14.0
11+
312
## 0.17.4
413

514
### Dependency updates

js/audio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/audio",
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/box/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gradio/box
22

3+
## 0.2.13
4+
5+
### Dependency updates
6+
7+
- @gradio/atoms@0.14.0
8+
39
## 0.2.12
410

511
### Dependency updates

js/box/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/box",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/button/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gradio/button
22

3+
## 0.4.10
4+
5+
### Dependency updates
6+
7+
- @gradio/image@0.21.5
8+
- @gradio/upload@0.15.5
9+
310
## 0.4.9
411

512
### Dependency updates

js/button/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/button",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/chatbot/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @gradio/chatbot
22

3+
## 0.24.4
4+
5+
### Features
6+
7+
- [#10743](https://github.com/gradio-app/gradio/pull/10743) [`3086343`](https://github.com/gradio-app/gradio/commit/3086343a6832a941864d77821b23c31c8b26be7f) - Fixed size for pending thoughts. Thanks @dawoodkhan82!
8+
9+
### Dependency updates
10+
11+
- @gradio/image@0.21.5
12+
- @gradio/upload@0.15.5
13+
- @gradio/statustracker@0.10.5
14+
- @gradio/video@0.14.5
15+
- @gradio/atoms@0.14.0
16+
- @gradio/markdown-code@0.4.1
17+
- @gradio/gallery@0.15.10
18+
- @gradio/plot@0.9.10
19+
320
## 0.24.3
421

522
### Fixes

js/chatbot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/chatbot",
3-
"version": "0.24.3",
3+
"version": "0.24.4",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/checkbox/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gradio/checkbox
22

3+
## 0.4.15
4+
5+
### Dependency updates
6+
7+
- @gradio/statustracker@0.10.5
8+
- @gradio/atoms@0.14.0
9+
310
## 0.4.14
411

512
### Dependency updates

js/checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gradio/checkbox",
3-
"version": "0.4.14",
3+
"version": "0.4.15",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/checkboxgroup/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gradio/checkboxgroup
22

3+
## 0.6.15
4+
5+
### Dependency updates
6+
7+
- @gradio/statustracker@0.10.5
8+
- @gradio/atoms@0.14.0
9+
310
## 0.6.14
411

512
### Dependency updates

0 commit comments

Comments
 (0)