chore: update versions (#10127)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gradio PR Bot 2024-12-13 12:58:27 -08:00 committed by GitHub
parent 25484f4bfb
commit dc87afecf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
139 changed files with 604 additions and 216 deletions

View File

@ -1,6 +0,0 @@
---
"gradio": patch
"gradio_client": patch
---
feat:Use the modern lower-case Python types in the API typing information

View File

@ -1,6 +0,0 @@
---
"@gradio/multimodaltextbox": patch
"gradio": patch
---
fix:Multimodal autofocus fix

View File

@ -1,7 +0,0 @@
---
"@gradio/atoms": minor
"@gradio/chatbot": minor
"gradio": minor
---
feat:Resizeable chatbot

View File

@ -1,5 +0,0 @@
---
"website": minor
---
feat:Move requirements generation in playground to playground worker

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Let Gradio be typed!

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Clean up `gr.ChatInterface` and fix API type discrepancy

View File

@ -1,6 +0,0 @@
---
"gradio": minor
"website": minor
---
feat:adds a `run_examples_on_click` parameter to `gr.ChatInterface` mirroring the the `run_on_click` parameter in `gr.Examples`

View File

@ -1,6 +0,0 @@
---
"@gradio/multimodaltextbox": minor
"gradio": minor
---
feat:Improve pasted text behaviour in `Multimodaltextbox`

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix API docs for `multimodal_textbox.py`

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
fix:Quick Fix: Fixes autoplay parameter for Audio/Video in Chatbot

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Support event + request data in gr.render triggers

View File

@ -1,10 +0,0 @@
---
"@gradio/annotatedimage": minor
"@gradio/atoms": minor
"@gradio/chatbot": minor
"@gradio/gallery": minor
"@gradio/image": minor
"gradio": minor
---
feat:Refactor full screen logic to be reusable

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": minor
"gradio": minor
---
feat:Allow Chatbot examples to show more than one image

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Refactor `NO_RELOAD` implementation

View File

@ -1,7 +0,0 @@
---
"@gradio/chatbot": minor
"@self/component-test": minor
"gradio": minor
---
feat:Tweak Chatbot `bubble_full_width` behaviour

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Add note that SSR mode is experimental

View File

@ -1,6 +0,0 @@
---
"@gradio/core": patch
"gradio": patch
---
fix:Custom component in rerender

View File

@ -1,6 +0,0 @@
---
"@gradio/atoms": patch
"gradio": patch
---
fix:Fix chatbot `visible` prop not reacting to changes

View File

@ -1,6 +0,0 @@
---
"@gradio/html": minor
"gradio": minor
---
feat:Add a `.click()` event and `padding` parameter to the `HTML` component

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:make printing the error message from a `gr.Error` to the console configurable

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": minor
"gradio": minor
---
feat:Improve uploaded file UI in Chatbot

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": minor
"gradio": minor
---
feat:By default, consecutive messages are displayed in the same bubble. This is controlled by the new `display_consecutive_in_same_bubble` param of Chatbot.

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Pass value of `HF_TOKEN` environment variable when loading models with `gr.load`

View File

@ -1,6 +0,0 @@
---
"@gradio/core": patch
"gradio": patch
---
feat:Add Japanese translations for login UI

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix: Added support for show_api in mount_gradio_app

View File

@ -1,6 +0,0 @@
---
"gradio": patch
"gradio_client": patch
---
feat:JSON type fix in Client and and typing fix for `/chat` endpoint in `gr.ChatInterface`

View File

@ -1,6 +0,0 @@
---
"@gradio/core": minor
"gradio": minor
---
feat:Add Japanese message into message catalog

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Fix `multipart` ModuleNotFoundError by renaming import to `python_multipart`

View File

@ -1,5 +1,40 @@
# gradio
## 5.9.0
### Features
- [#10196](https://github.com/gradio-app/gradio/pull/10196) [`c9ba9a4`](https://github.com/gradio-app/gradio/commit/c9ba9a447596a9ccdd21955adb3b34b15cac7ade) - Use the modern lower-case Python types in the API typing information. Thanks @abidlabs!
- [#10149](https://github.com/gradio-app/gradio/pull/10149) [`9cd291b`](https://github.com/gradio-app/gradio/commit/9cd291b7f1c37ef0ffd3e8721fb2b648003b50fc) - Resizeable chatbot. Thanks @aliabid94!
- [#10109](https://github.com/gradio-app/gradio/pull/10109) [`48e4aa9`](https://github.com/gradio-app/gradio/commit/48e4aa9d627b6958a0b215d6312de508845f669c) - adds a `run_examples_on_click` parameter to `gr.ChatInterface` mirroring the the `run_on_click` parameter in `gr.Examples`. Thanks @abidlabs!
- [#10135](https://github.com/gradio-app/gradio/pull/10135) [`3e93740`](https://github.com/gradio-app/gradio/commit/3e93740f057712278a7c2194a1702f48915683e1) - Improve pasted text behaviour in `Multimodaltextbox`. Thanks @hannahblair!
- [#10098](https://github.com/gradio-app/gradio/pull/10098) [`9a6ce6f`](https://github.com/gradio-app/gradio/commit/9a6ce6f6b089d94c06da0b8620f28967f39f8383) - Refactor full screen logic to be reusable. Thanks @hannahblair!
- [#10111](https://github.com/gradio-app/gradio/pull/10111) [`3665e81`](https://github.com/gradio-app/gradio/commit/3665e81b53555e2b499b877208686f3027eaceb4) - Allow Chatbot examples to show more than one image. Thanks @hannahblair!
- [#10088](https://github.com/gradio-app/gradio/pull/10088) [`cb5b891`](https://github.com/gradio-app/gradio/commit/cb5b89108e0217131a914315be698827a4d05c15) - Refactor `NO_RELOAD` implementation. Thanks @CNSeniorious000!
- [#10132](https://github.com/gradio-app/gradio/pull/10132) [`6645518`](https://github.com/gradio-app/gradio/commit/6645518a66e01ebcd2746626a4e2a14239172e76) - Tweak Chatbot `bubble_full_width` behaviour. Thanks @hannahblair!
- [#10198](https://github.com/gradio-app/gradio/pull/10198) [`494c4dd`](https://github.com/gradio-app/gradio/commit/494c4ddf6c5ccefe5f5c1bb8dc0671e5b54cd79f) - Add note that SSR mode is experimental. Thanks @abidlabs!
- [#10155](https://github.com/gradio-app/gradio/pull/10155) [`23a2958`](https://github.com/gradio-app/gradio/commit/23a2958f5e2104b4f371915986251e8ea09bd44b) - Add a `.click()` event and `padding` parameter to the `HTML` component. Thanks @abidlabs!
- [#10158](https://github.com/gradio-app/gradio/pull/10158) [`19e1ef5`](https://github.com/gradio-app/gradio/commit/19e1ef52dcd2c7f2bae49ef7844fbfd31c1785fe) - make printing the error message from a `gr.Error` to the console configurable. Thanks @obendidi!
- [#10137](https://github.com/gradio-app/gradio/pull/10137) [`fe7a9db`](https://github.com/gradio-app/gradio/commit/fe7a9db659e009bb5ac0e4e9cb4ac0eab1f2c2f4) - Improve uploaded file UI in Chatbot. Thanks @hannahblair!
- [#10169](https://github.com/gradio-app/gradio/pull/10169) [`25484f4`](https://github.com/gradio-app/gradio/commit/25484f4bfbffdb18850cbd85d4468ea8324afe1a) - By default, consecutive messages are displayed in the same bubble. This is controlled by the new `display_consecutive_in_same_bubble` param of Chatbot. Thanks @freddyaboulton!
- [#10092](https://github.com/gradio-app/gradio/pull/10092) [`20b9d72`](https://github.com/gradio-app/gradio/commit/20b9d72ebb1b962cb34a657cbdad15d003931c6e) - Pass value of `HF_TOKEN` environment variable when loading models with `gr.load`. Thanks @abidlabs!
- [#10166](https://github.com/gradio-app/gradio/pull/10166) [`8ac5b13`](https://github.com/gradio-app/gradio/commit/8ac5b13c96f871ac4b0f13c6ebfbb5559a18bcc2) - Add Japanese translations for login UI. Thanks @kazuhitoyokoi!
- [#10193](https://github.com/gradio-app/gradio/pull/10193) [`424365b`](https://github.com/gradio-app/gradio/commit/424365bdbd0b805e3b2d0c44ccc0f47201b1d96a) - JSON type fix in Client and and typing fix for `/chat` endpoint in `gr.ChatInterface`. Thanks @abidlabs!
- [#10159](https://github.com/gradio-app/gradio/pull/10159) [`7ca3685`](https://github.com/gradio-app/gradio/commit/7ca36850c9e46a1eb5b7a3866b4b166776b4146f) - Add Japanese message into message catalog. Thanks @kazuhitoyokoi!
- [#10188](https://github.com/gradio-app/gradio/pull/10188) [`22fe4ce`](https://github.com/gradio-app/gradio/commit/22fe4ce5a11d7bbdace2fa8e2fd63eccb74f5b07) - Fix `multipart` ModuleNotFoundError by renaming import to `python_multipart`. Thanks @archiloque!
### Fixes
- [#10168](https://github.com/gradio-app/gradio/pull/10168) [`7d70596`](https://github.com/gradio-app/gradio/commit/7d70596d0b3343dc4b357758f85420a0afdb65a2) - Multimodal autofocus fix. Thanks @dawoodkhan82!
- [#10167](https://github.com/gradio-app/gradio/pull/10167) [`5f03649`](https://github.com/gradio-app/gradio/commit/5f03649668856a383066964b60cb14c9cd566140) - Let Gradio be typed!. Thanks @abidlabs!
- [#10185](https://github.com/gradio-app/gradio/pull/10185) [`e525680`](https://github.com/gradio-app/gradio/commit/e52568031633fcecb67276f878382e05c111d258) - Clean up `gr.ChatInterface` and fix API type discrepancy. Thanks @abidlabs!
- [#10131](https://github.com/gradio-app/gradio/pull/10131) [`4984e84`](https://github.com/gradio-app/gradio/commit/4984e847fa2575f9fb209c6b1b73a9003e79e564) - Fix API docs for `multimodal_textbox.py`. Thanks @abidlabs!
- [#10129](https://github.com/gradio-app/gradio/pull/10129) [`2b55302`](https://github.com/gradio-app/gradio/commit/2b5530274af3936c82176f09db529168263acc2c) - Quick Fix: Fixes autoplay parameter for Audio/Video in Chatbot. Thanks @dawoodkhan82!
- [#10190](https://github.com/gradio-app/gradio/pull/10190) [`b4004e3`](https://github.com/gradio-app/gradio/commit/b4004e37ae2e4c61c25012802a9d7aa559a2e690) - Support event + request data in gr.render triggers. Thanks @aliabid94!
- [#10170](https://github.com/gradio-app/gradio/pull/10170) [`5e6e234`](https://github.com/gradio-app/gradio/commit/5e6e234cba820d29ebe29de2597d36ab3683093b) - Custom component in rerender. Thanks @aliabid94!
- [#10161](https://github.com/gradio-app/gradio/pull/10161) [`3a053cc`](https://github.com/gradio-app/gradio/commit/3a053cc76c173c6386e0b5102b03e1a56786cbb9) - Fix chatbot `visible` prop not reacting to changes. Thanks @freddyaboulton!
- [#10097](https://github.com/gradio-app/gradio/pull/10097) [`43d88c3`](https://github.com/gradio-app/gradio/commit/43d88c32bf5f636762acffba839800e05294e484) - Fix: Added support for show_api in mount_gradio_app. Thanks @HongweiRuan!
## 5.8.0
### Features

View File

@ -1,5 +1,12 @@
# gradio_client
## 1.5.2
### Features
- [#10196](https://github.com/gradio-app/gradio/pull/10196) [`c9ba9a4`](https://github.com/gradio-app/gradio/commit/c9ba9a447596a9ccdd21955adb3b34b15cac7ade) - Use the modern lower-case Python types in the API typing information. Thanks @abidlabs!
- [#10193](https://github.com/gradio-app/gradio/pull/10193) [`424365b`](https://github.com/gradio-app/gradio/commit/424365bdbd0b805e3b2d0c44ccc0f47201b1d96a) - JSON type fix in Client and and typing fix for `/chat` endpoint in `gr.ChatInterface`. Thanks @abidlabs!
## 1.5.1
### Fixes

View File

@ -1,5 +1,12 @@
# gradio_client
## 1.5.2
### Features
- [#10196](https://github.com/gradio-app/gradio/pull/10196) [`c9ba9a4`](https://github.com/gradio-app/gradio/commit/c9ba9a447596a9ccdd21955adb3b34b15cac7ade) - Use the modern lower-case Python types in the API typing information. Thanks @abidlabs!
- [#10193](https://github.com/gradio-app/gradio/pull/10193) [`424365b`](https://github.com/gradio-app/gradio/commit/424365bdbd0b805e3b2d0c44ccc0f47201b1d96a) - JSON type fix in Client and and typing fix for `/chat` endpoint in `gr.ChatInterface`. Thanks @abidlabs!
## 1.5.1
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "gradio_client",
"version": "1.5.1",
"version": "1.5.2",
"description": "",
"python": "true",
"main_changeset": true,

View File

@ -1,5 +1,40 @@
# gradio
## 5.9.0
### Features
- [#10196](https://github.com/gradio-app/gradio/pull/10196) [`c9ba9a4`](https://github.com/gradio-app/gradio/commit/c9ba9a447596a9ccdd21955adb3b34b15cac7ade) - Use the modern lower-case Python types in the API typing information. Thanks @abidlabs!
- [#10149](https://github.com/gradio-app/gradio/pull/10149) [`9cd291b`](https://github.com/gradio-app/gradio/commit/9cd291b7f1c37ef0ffd3e8721fb2b648003b50fc) - Resizeable chatbot. Thanks @aliabid94!
- [#10109](https://github.com/gradio-app/gradio/pull/10109) [`48e4aa9`](https://github.com/gradio-app/gradio/commit/48e4aa9d627b6958a0b215d6312de508845f669c) - adds a `run_examples_on_click` parameter to `gr.ChatInterface` mirroring the the `run_on_click` parameter in `gr.Examples`. Thanks @abidlabs!
- [#10135](https://github.com/gradio-app/gradio/pull/10135) [`3e93740`](https://github.com/gradio-app/gradio/commit/3e93740f057712278a7c2194a1702f48915683e1) - Improve pasted text behaviour in `Multimodaltextbox`. Thanks @hannahblair!
- [#10098](https://github.com/gradio-app/gradio/pull/10098) [`9a6ce6f`](https://github.com/gradio-app/gradio/commit/9a6ce6f6b089d94c06da0b8620f28967f39f8383) - Refactor full screen logic to be reusable. Thanks @hannahblair!
- [#10111](https://github.com/gradio-app/gradio/pull/10111) [`3665e81`](https://github.com/gradio-app/gradio/commit/3665e81b53555e2b499b877208686f3027eaceb4) - Allow Chatbot examples to show more than one image. Thanks @hannahblair!
- [#10088](https://github.com/gradio-app/gradio/pull/10088) [`cb5b891`](https://github.com/gradio-app/gradio/commit/cb5b89108e0217131a914315be698827a4d05c15) - Refactor `NO_RELOAD` implementation. Thanks @CNSeniorious000!
- [#10132](https://github.com/gradio-app/gradio/pull/10132) [`6645518`](https://github.com/gradio-app/gradio/commit/6645518a66e01ebcd2746626a4e2a14239172e76) - Tweak Chatbot `bubble_full_width` behaviour. Thanks @hannahblair!
- [#10198](https://github.com/gradio-app/gradio/pull/10198) [`494c4dd`](https://github.com/gradio-app/gradio/commit/494c4ddf6c5ccefe5f5c1bb8dc0671e5b54cd79f) - Add note that SSR mode is experimental. Thanks @abidlabs!
- [#10155](https://github.com/gradio-app/gradio/pull/10155) [`23a2958`](https://github.com/gradio-app/gradio/commit/23a2958f5e2104b4f371915986251e8ea09bd44b) - Add a `.click()` event and `padding` parameter to the `HTML` component. Thanks @abidlabs!
- [#10158](https://github.com/gradio-app/gradio/pull/10158) [`19e1ef5`](https://github.com/gradio-app/gradio/commit/19e1ef52dcd2c7f2bae49ef7844fbfd31c1785fe) - make printing the error message from a `gr.Error` to the console configurable. Thanks @obendidi!
- [#10137](https://github.com/gradio-app/gradio/pull/10137) [`fe7a9db`](https://github.com/gradio-app/gradio/commit/fe7a9db659e009bb5ac0e4e9cb4ac0eab1f2c2f4) - Improve uploaded file UI in Chatbot. Thanks @hannahblair!
- [#10169](https://github.com/gradio-app/gradio/pull/10169) [`25484f4`](https://github.com/gradio-app/gradio/commit/25484f4bfbffdb18850cbd85d4468ea8324afe1a) - By default, consecutive messages are displayed in the same bubble. This is controlled by the new `display_consecutive_in_same_bubble` param of Chatbot. Thanks @freddyaboulton!
- [#10092](https://github.com/gradio-app/gradio/pull/10092) [`20b9d72`](https://github.com/gradio-app/gradio/commit/20b9d72ebb1b962cb34a657cbdad15d003931c6e) - Pass value of `HF_TOKEN` environment variable when loading models with `gr.load`. Thanks @abidlabs!
- [#10166](https://github.com/gradio-app/gradio/pull/10166) [`8ac5b13`](https://github.com/gradio-app/gradio/commit/8ac5b13c96f871ac4b0f13c6ebfbb5559a18bcc2) - Add Japanese translations for login UI. Thanks @kazuhitoyokoi!
- [#10193](https://github.com/gradio-app/gradio/pull/10193) [`424365b`](https://github.com/gradio-app/gradio/commit/424365bdbd0b805e3b2d0c44ccc0f47201b1d96a) - JSON type fix in Client and and typing fix for `/chat` endpoint in `gr.ChatInterface`. Thanks @abidlabs!
- [#10159](https://github.com/gradio-app/gradio/pull/10159) [`7ca3685`](https://github.com/gradio-app/gradio/commit/7ca36850c9e46a1eb5b7a3866b4b166776b4146f) - Add Japanese message into message catalog. Thanks @kazuhitoyokoi!
- [#10188](https://github.com/gradio-app/gradio/pull/10188) [`22fe4ce`](https://github.com/gradio-app/gradio/commit/22fe4ce5a11d7bbdace2fa8e2fd63eccb74f5b07) - Fix `multipart` ModuleNotFoundError by renaming import to `python_multipart`. Thanks @archiloque!
### Fixes
- [#10168](https://github.com/gradio-app/gradio/pull/10168) [`7d70596`](https://github.com/gradio-app/gradio/commit/7d70596d0b3343dc4b357758f85420a0afdb65a2) - Multimodal autofocus fix. Thanks @dawoodkhan82!
- [#10167](https://github.com/gradio-app/gradio/pull/10167) [`5f03649`](https://github.com/gradio-app/gradio/commit/5f03649668856a383066964b60cb14c9cd566140) - Let Gradio be typed!. Thanks @abidlabs!
- [#10185](https://github.com/gradio-app/gradio/pull/10185) [`e525680`](https://github.com/gradio-app/gradio/commit/e52568031633fcecb67276f878382e05c111d258) - Clean up `gr.ChatInterface` and fix API type discrepancy. Thanks @abidlabs!
- [#10131](https://github.com/gradio-app/gradio/pull/10131) [`4984e84`](https://github.com/gradio-app/gradio/commit/4984e847fa2575f9fb209c6b1b73a9003e79e564) - Fix API docs for `multimodal_textbox.py`. Thanks @abidlabs!
- [#10129](https://github.com/gradio-app/gradio/pull/10129) [`2b55302`](https://github.com/gradio-app/gradio/commit/2b5530274af3936c82176f09db529168263acc2c) - Quick Fix: Fixes autoplay parameter for Audio/Video in Chatbot. Thanks @dawoodkhan82!
- [#10190](https://github.com/gradio-app/gradio/pull/10190) [`b4004e3`](https://github.com/gradio-app/gradio/commit/b4004e37ae2e4c61c25012802a9d7aa559a2e690) - Support event + request data in gr.render triggers. Thanks @aliabid94!
- [#10170](https://github.com/gradio-app/gradio/pull/10170) [`5e6e234`](https://github.com/gradio-app/gradio/commit/5e6e234cba820d29ebe29de2597d36ab3683093b) - Custom component in rerender. Thanks @aliabid94!
- [#10161](https://github.com/gradio-app/gradio/pull/10161) [`3a053cc`](https://github.com/gradio-app/gradio/commit/3a053cc76c173c6386e0b5102b03e1a56786cbb9) - Fix chatbot `visible` prop not reacting to changes. Thanks @freddyaboulton!
- [#10097](https://github.com/gradio-app/gradio/pull/10097) [`43d88c3`](https://github.com/gradio-app/gradio/commit/43d88c32bf5f636762acffba839800e05294e484) - Fix: Added support for show_api in mount_gradio_app. Thanks @HongweiRuan!
## 5.8.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "5.8.0",
"version": "5.9.0",
"description": "",
"python": "true"
}

View File

@ -1,5 +1,17 @@
# website
## 0.44.0
### Features
- [#10109](https://github.com/gradio-app/gradio/pull/10109) [`48e4aa9`](https://github.com/gradio-app/gradio/commit/48e4aa9d627b6958a0b215d6312de508845f669c) - adds a `run_examples_on_click` parameter to `gr.ChatInterface` mirroring the the `run_on_click` parameter in `gr.Examples`. Thanks @abidlabs!
- [#10126](https://github.com/gradio-app/gradio/pull/10126) [`a623faf`](https://github.com/gradio-app/gradio/commit/a623fafbcfef820243359fe942b356cbbaf09d9a) - Move requirements generation in playground to playground worker. Thanks @aliabd!
### Dependency updates
- @gradio/code@0.10.10
- @gradio/paramviewer@0.6.1
## 0.43.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.43.0",
"version": "0.44.0",
"private": true,
"scripts": {
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",

View File

@ -1,5 +1,13 @@
# @gradio/accordion
## 0.5.3
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
- @gradio/column@0.2.0
## 0.5.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/accordion",
"version": "0.5.2",
"version": "0.5.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,17 @@
# @gradio/annotatedimage
## 0.9.0
### Features
- [#10098](https://github.com/gradio-app/gradio/pull/10098) [`9a6ce6f`](https://github.com/gradio-app/gradio/commit/9a6ce6f6b089d94c06da0b8620f28967f39f8383) - Refactor full screen logic to be reusable. Thanks @hannahblair!
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/atoms@0.12.0
## 0.8.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/annotatedimage",
"version": "0.8.9",
"version": "0.9.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @self/app
## 1.44.2
### Dependency updates
- @gradio/core@0.5.0
## 1.44.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@self/app",
"version": "1.44.1",
"version": "1.44.2",
"private": true,
"scripts": {
"dev": "vite dev",

View File

@ -1,5 +1,16 @@
# @gradio/atoms
## 0.12.0
### Features
- [#10149](https://github.com/gradio-app/gradio/pull/10149) [`9cd291b`](https://github.com/gradio-app/gradio/commit/9cd291b7f1c37ef0ffd3e8721fb2b648003b50fc) - Resizeable chatbot. Thanks @aliabid94!
- [#10098](https://github.com/gradio-app/gradio/pull/10098) [`9a6ce6f`](https://github.com/gradio-app/gradio/commit/9a6ce6f6b089d94c06da0b8620f28967f39f8383) - Refactor full screen logic to be reusable. Thanks @hannahblair!
### Fixes
- [#10161](https://github.com/gradio-app/gradio/pull/10161) [`3a053cc`](https://github.com/gradio-app/gradio/commit/3a053cc76c173c6386e0b5102b03e1a56786cbb9) - Fix chatbot `visible` prop not reacting to changes. Thanks @freddyaboulton!
## 0.11.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/atoms",
"version": "0.11.2",
"version": "0.12.0",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",

View File

@ -1,5 +1,14 @@
# @gradio/audio
## 0.14.10
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/button@0.3.9
- @gradio/atoms@0.12.0
## 0.14.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/audio",
"version": "0.14.9",
"version": "0.14.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/box
## 0.2.8
### Dependency updates
- @gradio/atoms@0.12.0
## 0.2.7
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/box",
"version": "0.2.7",
"version": "0.2.8",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/button
## 0.3.9
### Dependency updates
- @gradio/upload@0.14.3
## 0.3.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/button",
"version": "0.3.8",
"version": "0.3.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,30 @@
# @gradio/chatbot
## 0.19.0
### Features
- [#10149](https://github.com/gradio-app/gradio/pull/10149) [`9cd291b`](https://github.com/gradio-app/gradio/commit/9cd291b7f1c37ef0ffd3e8721fb2b648003b50fc) - Resizeable chatbot. Thanks @aliabid94!
- [#10098](https://github.com/gradio-app/gradio/pull/10098) [`9a6ce6f`](https://github.com/gradio-app/gradio/commit/9a6ce6f6b089d94c06da0b8620f28967f39f8383) - Refactor full screen logic to be reusable. Thanks @hannahblair!
- [#10111](https://github.com/gradio-app/gradio/pull/10111) [`3665e81`](https://github.com/gradio-app/gradio/commit/3665e81b53555e2b499b877208686f3027eaceb4) - Allow Chatbot examples to show more than one image. Thanks @hannahblair!
- [#10132](https://github.com/gradio-app/gradio/pull/10132) [`6645518`](https://github.com/gradio-app/gradio/commit/6645518a66e01ebcd2746626a4e2a14239172e76) - Tweak Chatbot `bubble_full_width` behaviour. Thanks @hannahblair!
- [#10137](https://github.com/gradio-app/gradio/pull/10137) [`fe7a9db`](https://github.com/gradio-app/gradio/commit/fe7a9db659e009bb5ac0e4e9cb4ac0eab1f2c2f4) - Improve uploaded file UI in Chatbot. Thanks @hannahblair!
- [#10169](https://github.com/gradio-app/gradio/pull/10169) [`25484f4`](https://github.com/gradio-app/gradio/commit/25484f4bfbffdb18850cbd85d4468ea8324afe1a) - By default, consecutive messages are displayed in the same bubble. This is controlled by the new `display_consecutive_in_same_bubble` param of Chatbot. Thanks @freddyaboulton!
### Fixes
- [#10129](https://github.com/gradio-app/gradio/pull/10129) [`2b55302`](https://github.com/gradio-app/gradio/commit/2b5530274af3936c82176f09db529168263acc2c) - Quick Fix: Fixes autoplay parameter for Audio/Video in Chatbot. Thanks @dawoodkhan82!
### Dependency updates
- @gradio/video@0.12.1
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/atoms@0.12.0
- @gradio/image@0.19.0
- @gradio/gallery@0.14.0
- @gradio/plot@0.9.4
## 0.18.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.18.0",
"version": "0.19.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/checkbox
## 0.4.9
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.4.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/checkbox",
"version": "0.4.8",
"version": "0.4.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/checkboxgroup
## 0.6.9
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.6.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/checkboxgroup",
"version": "0.6.8",
"version": "0.6.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/code
## 0.10.10
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/atoms@0.12.0
## 0.10.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/code",
"version": "0.10.9",
"version": "0.10.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/colorpicker
## 0.4.9
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.4.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/colorpicker",
"version": "0.4.8",
"version": "0.4.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/statustracker@0.9.7
## 0.2.0
### Dependency updates
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6

View File

@ -1,5 +1,15 @@
# @self/component-test
## 0.5.0
### Features
- [#10132](https://github.com/gradio-app/gradio/pull/10132) [`6645518`](https://github.com/gradio-app/gradio/commit/6645518a66e01ebcd2746626a4e2a14239172e76) - Tweak Chatbot `bubble_full_width` behaviour. Thanks @hannahblair!
### Dependency updates
- @gradio/video@0.12.1
## 0.4.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@self/component-test",
"version": "0.4.2",
"version": "0.5.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",

View File

@ -1,5 +1,33 @@
# @gradio/core
## 0.5.0
### Features
- [#10166](https://github.com/gradio-app/gradio/pull/10166) [`8ac5b13`](https://github.com/gradio-app/gradio/commit/8ac5b13c96f871ac4b0f13c6ebfbb5559a18bcc2) - Add Japanese translations for login UI. Thanks @kazuhitoyokoi!
- [#10159](https://github.com/gradio-app/gradio/pull/10159) [`7ca3685`](https://github.com/gradio-app/gradio/commit/7ca36850c9e46a1eb5b7a3866b4b166776b4146f) - Add Japanese message into message catalog. Thanks @kazuhitoyokoi!
### Fixes
- [#10170](https://github.com/gradio-app/gradio/pull/10170) [`5e6e234`](https://github.com/gradio-app/gradio/commit/5e6e234cba820d29ebe29de2597d36ab3683093b) - Custom component in rerender. Thanks @aliabid94!
### Dependency updates
- @gradio/code@0.10.10
- @gradio/paramviewer@0.6.1
- @gradio/video@0.12.1
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/button@0.3.9
- @gradio/atoms@0.12.0
- @gradio/image@0.19.0
- @gradio/gallery@0.14.0
- @gradio/plot@0.9.4
- @gradio/file@0.11.3
- @gradio/column@0.2.0
- @gradio/textbox@0.9.1
- @gradio/checkbox@0.4.9
## 0.4.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/core",
"version": "0.4.1",
"version": "0.5.0",
"type": "module",
"devDependencies": {
"@gradio/accordion": "workspace:^",

View File

@ -1,5 +1,14 @@
# @gradio/dataframe
## 0.12.5
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/button@0.3.9
- @gradio/atoms@0.12.0
## 0.12.4
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataframe",
"version": "0.12.4",
"version": "0.12.5",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/dataset
## 0.3.11
### Dependency updates
- @gradio/upload@0.14.3
- @gradio/atoms@0.12.0
- @gradio/textbox@0.9.1
## 0.3.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataset",
"version": "0.3.10",
"version": "0.3.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/datetime
## 0.3.1
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.3.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/datetime",
"version": "0.3.0",
"version": "0.3.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/downloadbutton
## 0.2.9
### Dependency updates
- @gradio/button@0.3.9
## 0.2.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/downloadbutton",
"version": "0.2.8",
"version": "0.2.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/dropdown
## 0.9.7
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.9.6
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dropdown",
"version": "0.9.6",
"version": "0.9.7",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/fallback
## 0.4.9
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.4.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/fallback",
"version": "0.4.8",
"version": "0.4.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# @gradio/file
## 0.11.3
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/atoms@0.12.0
## 0.11.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/file",
"version": "0.11.2",
"version": "0.11.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,15 @@
# @gradio/fileexplorer
## 0.5.10
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/atoms@0.12.0
- @gradio/file@0.11.3
- @gradio/checkbox@0.4.9
## 0.5.9
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/fileexplorer",
"version": "0.5.9",
"version": "0.5.10",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/form
## 0.2.8
### Dependency updates
- @gradio/atoms@0.12.0
## 0.2.7
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/form",
"version": "0.2.7",
"version": "0.2.8",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,20 @@
# @gradio/gallery
## 0.14.0
### Features
- [#10098](https://github.com/gradio-app/gradio/pull/10098) [`9a6ce6f`](https://github.com/gradio-app/gradio/commit/9a6ce6f6b089d94c06da0b8620f28967f39f8383) - Refactor full screen logic to be reusable. Thanks @hannahblair!
### Dependency updates
- @gradio/video@0.12.1
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/atoms@0.12.0
- @gradio/image@0.19.0
- @gradio/file@0.11.3
## 0.13.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/gallery",
"version": "0.13.10",
"version": "0.14.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/highlightedtext
## 0.8.9
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.8.8
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/highlightedtext",
"version": "0.8.8",
"version": "0.8.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,16 @@
# @gradio/html
## 0.6.0
### Features
- [#10155](https://github.com/gradio-app/gradio/pull/10155) [`23a2958`](https://github.com/gradio-app/gradio/commit/23a2958f5e2104b4f371915986251e8ea09bd44b) - Add a `.click()` event and `padding` parameter to the `HTML` component. Thanks @abidlabs!
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.5.1
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/html",
"version": "0.5.1",
"version": "0.6.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,17 @@
# @gradio/image
## 0.19.0
### Features
- [#10098](https://github.com/gradio-app/gradio/pull/10098) [`9a6ce6f`](https://github.com/gradio-app/gradio/commit/9a6ce6f6b089d94c06da0b8620f28967f39f8383) - Refactor full screen logic to be reusable. Thanks @hannahblair!
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/atoms@0.12.0
## 0.18.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/image",
"version": "0.18.0",
"version": "0.19.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,14 @@
# @gradio/imageeditor
## 0.11.11
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/upload@0.14.3
- @gradio/atoms@0.12.0
- @gradio/image@0.19.0
## 0.11.10
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/imageeditor",
"version": "0.11.10",
"version": "0.11.11",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/json
## 0.5.9
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.5.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/json",
"version": "0.5.8",
"version": "0.5.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/label
## 0.5.1
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.5.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/label",
"version": "0.5.0",
"version": "0.5.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/lite
## 5.9.0
### Dependency updates
- @gradio/atoms@0.12.0
- @gradio/core@0.5.0
## 5.8.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/lite",
"version": "5.8.0",
"version": "5.9.0",
"description": "Serverless Gradio",
"type": "module",
"main": "dist/lite.js",

View File

@ -1,5 +1,12 @@
# @gradio/markdown
## 0.12.1
### Dependency updates
- @gradio/statustracker@0.9.7
- @gradio/atoms@0.12.0
## 0.12.0
### Features

Some files were not shown because too many files have changed in this diff Show More