Skip to content

Commit 9c6c55b

Browse files
chore: update versions (#10931)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2f68c9d commit 9c6c55b

File tree

126 files changed

+614
-142
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

+614
-142
lines changed

.changeset/afraid-llamas-find.md

-6
This file was deleted.

.changeset/famous-dots-listen.md

-5
This file was deleted.

.changeset/funny-cows-draw.md

-6
This file was deleted.

.changeset/little-baths-invite.md

-7
This file was deleted.

.changeset/long-candies-arrive.md

-7
This file was deleted.

.changeset/long-seas-cough.md

-13
This file was deleted.

.changeset/moody-numbers-call.md

-5
This file was deleted.

.changeset/salty-geckos-argue.md

-7
This file was deleted.

.changeset/stale-bottles-tap.md

-7
This file was deleted.

.changeset/tangy-parts-arrive.md

-5
This file was deleted.

.changeset/tired-feet-melt.md

-5
This file was deleted.

.changeset/tough-pots-shake.md

-5
This file was deleted.

.changeset/upset-brooms-sin.md

-5
This file was deleted.

.changeset/wet-rockets-bow.md

-6
This file was deleted.

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# gradio
22

3+
## 5.24.0
4+
5+
### Features
6+
7+
- [#10933](https://github.com/gradio-app/gradio/pull/10933) [`b768651`](https://github.com/gradio-app/gradio/commit/b7686515d99276123731698bfde09bb328b7d286) - Add `rtl` to Block Label. Thanks @hannahblair!
8+
- [#10924](https://github.com/gradio-app/gradio/pull/10924) [`be46b94`](https://github.com/gradio-app/gradio/commit/be46b94f51c29d66fef9320d59a7f7e5a0df81b4) - Add `rtl` to gr.HighlightedText. Thanks @hannahblair!
9+
- [#10635](https://github.com/gradio-app/gradio/pull/10635) [`2f68c9d`](https://github.com/gradio-app/gradio/commit/2f68c9d988dcbc53a0b8e53bdb1de49c9c8c65d8) - Refactor and redesign `ImageEditor` component. Thanks @pngwn!
10+
- [#10923](https://github.com/gradio-app/gradio/pull/10923) [`8a62c7e`](https://github.com/gradio-app/gradio/commit/8a62c7e90b5e0945709d97e34f405a7f92675ab0) - Add `rtl` to `gr.Radio`. Thanks @hannahblair!
11+
- [#10927](https://github.com/gradio-app/gradio/pull/10927) [`5b3414a`](https://github.com/gradio-app/gradio/commit/5b3414a3e4214ae0a6f97d1236127607bb070cd6) - Change the location where the FRPC binary is downloaded. Thanks @abidlabs!
12+
- [#10935](https://github.com/gradio-app/gradio/pull/10935) [`6754d82`](https://github.com/gradio-app/gradio/commit/6754d82a257c98f06ed38c5d1f952aec38d738ca) - Relax aiofiles verison. Thanks @freddyaboulton!
13+
14+
### Fixes
15+
16+
- [#10955](https://github.com/gradio-app/gradio/pull/10955) [`d654e60`](https://github.com/gradio-app/gradio/commit/d654e60ff61f76ebcf37f294f1d85305d344a70b) - Map search-filtered row indices to original data indices in gr.Dataframe. Thanks @hannahblair!
17+
- [#10918](https://github.com/gradio-app/gradio/pull/10918) [`36da6d0`](https://github.com/gradio-app/gradio/commit/36da6d0d5466dd251f46359019959702523f1afc) - Fix value synchronisation issue in gr.Dataframe. Thanks @hannahblair!
18+
- [#10953](https://github.com/gradio-app/gradio/pull/10953) [`ede7428`](https://github.com/gradio-app/gradio/commit/ede74283d738f55e032a98fb1875605cb0b65d8a) - Fix gr.NativePlot sorting of labels as default behaviour. Thanks @Rafalex04!
19+
- [#10925](https://github.com/gradio-app/gradio/pull/10925) [`c37de0f`](https://github.com/gradio-app/gradio/commit/c37de0f9081f30ac963b0c837e8f1985461afbb1) - Tweak `rtl` UI in `gr.MultimodalTextbox`. Thanks @hannahblair!
20+
- [#10962](https://github.com/gradio-app/gradio/pull/10962) [`c851862`](https://github.com/gradio-app/gradio/commit/c85186254cdf065acb9e75f7e65f967533fddd03) - Unrender user-provided textbox in `gr.ChatInterface` so that it is rendered in the right place as part of a `gr.Blocks` app. Thanks @abidlabs!
21+
- [#10928](https://github.com/gradio-app/gradio/pull/10928) [`f09f543`](https://github.com/gradio-app/gradio/commit/f09f543af46bf286218904179c3a9bc3e2a1e257) - Reverse order of conversations in chat history and render correctly with custom chatbot. Thanks @abidlabs!
22+
323
## 5.23.3
424

525
### Features

gradio/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# gradio
22

3+
## 5.24.0
4+
5+
### Features
6+
7+
- [#10933](https://github.com/gradio-app/gradio/pull/10933) [`b768651`](https://github.com/gradio-app/gradio/commit/b7686515d99276123731698bfde09bb328b7d286) - Add `rtl` to Block Label. Thanks @hannahblair!
8+
- [#10924](https://github.com/gradio-app/gradio/pull/10924) [`be46b94`](https://github.com/gradio-app/gradio/commit/be46b94f51c29d66fef9320d59a7f7e5a0df81b4) - Add `rtl` to gr.HighlightedText. Thanks @hannahblair!
9+
- [#10635](https://github.com/gradio-app/gradio/pull/10635) [`2f68c9d`](https://github.com/gradio-app/gradio/commit/2f68c9d988dcbc53a0b8e53bdb1de49c9c8c65d8) - Refactor and redesign `ImageEditor` component. Thanks @pngwn!
10+
- [#10923](https://github.com/gradio-app/gradio/pull/10923) [`8a62c7e`](https://github.com/gradio-app/gradio/commit/8a62c7e90b5e0945709d97e34f405a7f92675ab0) - Add `rtl` to `gr.Radio`. Thanks @hannahblair!
11+
- [#10927](https://github.com/gradio-app/gradio/pull/10927) [`5b3414a`](https://github.com/gradio-app/gradio/commit/5b3414a3e4214ae0a6f97d1236127607bb070cd6) - Change the location where the FRPC binary is downloaded. Thanks @abidlabs!
12+
- [#10935](https://github.com/gradio-app/gradio/pull/10935) [`6754d82`](https://github.com/gradio-app/gradio/commit/6754d82a257c98f06ed38c5d1f952aec38d738ca) - Relax aiofiles verison. Thanks @freddyaboulton!
13+
14+
### Fixes
15+
16+
- [#10955](https://github.com/gradio-app/gradio/pull/10955) [`d654e60`](https://github.com/gradio-app/gradio/commit/d654e60ff61f76ebcf37f294f1d85305d344a70b) - Map search-filtered row indices to original data indices in gr.Dataframe. Thanks @hannahblair!
17+
- [#10918](https://github.com/gradio-app/gradio/pull/10918) [`36da6d0`](https://github.com/gradio-app/gradio/commit/36da6d0d5466dd251f46359019959702523f1afc) - Fix value synchronisation issue in gr.Dataframe. Thanks @hannahblair!
18+
- [#10953](https://github.com/gradio-app/gradio/pull/10953) [`ede7428`](https://github.com/gradio-app/gradio/commit/ede74283d738f55e032a98fb1875605cb0b65d8a) - Fix gr.NativePlot sorting of labels as default behaviour. Thanks @Rafalex04!
19+
- [#10925](https://github.com/gradio-app/gradio/pull/10925) [`c37de0f`](https://github.com/gradio-app/gradio/commit/c37de0f9081f30ac963b0c837e8f1985461afbb1) - Tweak `rtl` UI in `gr.MultimodalTextbox`. Thanks @hannahblair!
20+
- [#10962](https://github.com/gradio-app/gradio/pull/10962) [`c851862`](https://github.com/gradio-app/gradio/commit/c85186254cdf065acb9e75f7e65f967533fddd03) - Unrender user-provided textbox in `gr.ChatInterface` so that it is rendered in the right place as part of a `gr.Blocks` app. Thanks @abidlabs!
21+
- [#10928](https://github.com/gradio-app/gradio/pull/10928) [`f09f543`](https://github.com/gradio-app/gradio/commit/f09f543af46bf286218904179c3a9bc3e2a1e257) - Reverse order of conversations in chat history and render correctly with custom chatbot. Thanks @abidlabs!
22+
323
## 5.23.3
424

525
### 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.23.3",
3+
"version": "5.24.0",
44
"description": "",
55
"python": "true"
66
}

js/_website/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# website
22

3+
## 0.54.0
4+
5+
### Features
6+
7+
- [#10635](https://github.com/gradio-app/gradio/pull/10635) [`2f68c9d`](https://github.com/gradio-app/gradio/commit/2f68c9d988dcbc53a0b8e53bdb1de49c9c8c65d8) - Refactor and redesign `ImageEditor` component. Thanks @pngwn!
8+
- [#10952](https://github.com/gradio-app/gradio/pull/10952) [`a8dc9f4`](https://github.com/gradio-app/gradio/commit/a8dc9f469ba49eb1f39f81e8c5c3b4acc7cd482c) - update website banner with 1m MAU announcement. Thanks @yvrjsharma!
9+
- [#10936](https://github.com/gradio-app/gradio/pull/10936) [`e8b8eef`](https://github.com/gradio-app/gradio/commit/e8b8eef7e5cb4474fcc109aee871e006d7dd17f3) - Fix broken css on some param tables. Thanks @aliabd!
10+
11+
### Dependency updates
12+
13+
- @gradio/code@0.13.2
14+
- @gradio/paramviewer@0.7.5
15+
- @gradio/statustracker@0.10.7
16+
317
## 0.53.2
418

519
### 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.53.2",
3+
"version": "0.54.0",
44
"private": true,
55
"scripts": {
66
"dev": "pip install boto3 && python generate_jsons/generate.py && python ../../scripts/generate_theme.py --outfile ./src/lib/assets/theme.css && 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.11
4+
5+
### Dependency updates
6+
7+
- @gradio/statustracker@0.10.7
8+
- @gradio/atoms@0.15.0
9+
- @gradio/column@0.2.0
10+
311
## 0.5.10
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.10",
3+
"version": "0.5.11",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/annotatedimage/CHANGELOG.md

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

3+
## 0.9.14
4+
5+
### Dependency updates
6+
7+
- @gradio/statustracker@0.10.7
8+
- @gradio/atoms@0.15.0
9+
- @gradio/icons@0.11.0
10+
- @gradio/upload@0.16.0
11+
312
## 0.9.13
413

514
### 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.13",
3+
"version": "0.9.14",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/app/CHANGELOG.md

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

3+
## 1.49.0
4+
5+
### Features
6+
7+
- [#10635](https://github.com/gradio-app/gradio/pull/10635) [`2f68c9d`](https://github.com/gradio-app/gradio/commit/2f68c9d988dcbc53a0b8e53bdb1de49c9c8c65d8) - Refactor and redesign `ImageEditor` component. Thanks @pngwn!
8+
9+
### Dependency updates
10+
11+
- @gradio/core@0.13.2
12+
313
## 1.48.1
414

515
### 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.48.1",
3+
"version": "1.49.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

js/atoms/CHANGELOG.md

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

3+
## 0.15.0
4+
5+
### Features
6+
7+
- [#10933](https://github.com/gradio-app/gradio/pull/10933) [`b768651`](https://github.com/gradio-app/gradio/commit/b7686515d99276123731698bfde09bb328b7d286) - Add `rtl` to Block Label. Thanks @hannahblair!
8+
- [#10924](https://github.com/gradio-app/gradio/pull/10924) [`be46b94`](https://github.com/gradio-app/gradio/commit/be46b94f51c29d66fef9320d59a7f7e5a0df81b4) - Add `rtl` to gr.HighlightedText. Thanks @hannahblair!
9+
- [#10635](https://github.com/gradio-app/gradio/pull/10635) [`2f68c9d`](https://github.com/gradio-app/gradio/commit/2f68c9d988dcbc53a0b8e53bdb1de49c9c8c65d8) - Refactor and redesign `ImageEditor` component. Thanks @pngwn!
10+
- [#10923](https://github.com/gradio-app/gradio/pull/10923) [`8a62c7e`](https://github.com/gradio-app/gradio/commit/8a62c7e90b5e0945709d97e34f405a7f92675ab0) - Add `rtl` to `gr.Radio`. Thanks @hannahblair!
11+
12+
### Fixes
13+
14+
- [#10925](https://github.com/gradio-app/gradio/pull/10925) [`c37de0f`](https://github.com/gradio-app/gradio/commit/c37de0f9081f30ac963b0c837e8f1985461afbb1) - Tweak `rtl` UI in `gr.MultimodalTextbox`. Thanks @hannahblair!
15+
16+
### Dependency updates
17+
18+
- @gradio/icons@0.11.0
19+
320
## 0.14.1
421

522
### Dependency updates

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.14.1",
3+
"version": "0.15.0",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"main": "src/index.ts",

js/audio/CHANGELOG.md

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

3+
## 0.17.8
4+
5+
### Dependency updates
6+
7+
- @gradio/statustracker@0.10.7
8+
- @gradio/button@0.4.13
9+
- @gradio/atoms@0.15.0
10+
- @gradio/icons@0.11.0
11+
- @gradio/upload@0.16.0
12+
313
## 0.17.7
414

515
### 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.7",
3+
"version": "0.17.8",
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.15
4+
5+
### Dependency updates
6+
7+
- @gradio/atoms@0.15.0
8+
39
## 0.2.14
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.14",
3+
"version": "0.2.15",
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.13
4+
5+
### Dependency updates
6+
7+
- @gradio/upload@0.16.0
8+
- @gradio/image@0.22.0
9+
310
## 0.4.12
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.12",
3+
"version": "0.4.13",
44
"description": "Gradio UI packages",
55
"type": "module",
66
"author": "",

js/chatbot/CHANGELOG.md

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

3+
## 0.25.3
4+
5+
### Dependency updates
6+
7+
- @gradio/statustracker@0.10.7
8+
- @gradio/video@0.14.8
9+
- @gradio/atoms@0.15.0
10+
- @gradio/icons@0.11.0
11+
- @gradio/upload@0.16.0
12+
- @gradio/image@0.22.0
13+
- @gradio/gallery@0.15.13
14+
- @gradio/plot@0.9.12
15+
316
## 0.25.2
417

518
### 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.25.2",
3+
"version": "0.25.3",
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.17
4+
5+
### Dependency updates
6+
7+
- @gradio/statustracker@0.10.7
8+
- @gradio/atoms@0.15.0
9+
310
## 0.4.16
411

512
### Dependency updates

0 commit comments

Comments
 (0)