chore: update versions (#7771)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-03-25 16:35:44 +00:00 committed by GitHub
parent f7df92f3f3
commit bf5110a26b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
120 changed files with 571 additions and 163 deletions

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Lazy-import altair

View File

@ -1,6 +0,0 @@
---
"gradio": patch
"gradio_client": patch
---
feat:Small fix to client.view_api() in the case of default file values

View File

@ -1,7 +0,0 @@
---
"@gradio/app": minor
"gradio": minor
"website": minor
---
feat:Do not reload code inside gr.NO_RELOAD context

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix accidental bug that prevented custom textboxes from being passed to chatinterface

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Fail CI if lint or typecheck fails

View File

@ -1,6 +0,0 @@
---
"@gradio/radio": patch
"gradio": patch
---
fix:Trigger input event for Radio even when radio is output component

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Decrease latency: do not run pre and postprocess in threadpool

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix root url resolution from `x_forwarded_host` headers

View File

@ -1,6 +0,0 @@
---
"@gradio/wasm": minor
"gradio": minor
---
feat:Remove Ruff and Uvicorn in Wasm env

View File

@ -1,8 +0,0 @@
---
"@gradio/app": minor
"@gradio/atoms": minor
"gradio": minor
"gradio_client": minor
---
feat:Adds support for kwargs and default arguments in the python client, and improves how parameter information is displayed in the "view API" page

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Adds trigger_mode to gr.on. Use it to set trigger_model="always_last" for live interfaces.

View File

@ -1,6 +0,0 @@
---
"gradio": minor
"website": minor
---
feat:Convert Docs Demos to Lite

View File

@ -1,6 +0,0 @@
---
"@gradio/slider": minor
"gradio": minor
---
feat:Improve UX of non-interactive slider

View File

@ -1,6 +0,0 @@
---
"@gradio/wasm": patch
"gradio": patch
---
feat:Remove the aiohttp mock from the Wasm worker as it's removed in https://github.com/gradio-app/gradio/pull/5244

View File

@ -1,6 +0,0 @@
---
"@gradio/dataset": patch
"gradio": patch
---
fix:Ensure `paginate` updates when samples value changes in `Dataset`

View File

@ -1,5 +1,28 @@
# gradio
## 4.23.0
### Features
- [#7782](https://github.com/gradio-app/gradio/pull/7782) [`2c8cd0a`](https://github.com/gradio-app/gradio/commit/2c8cd0a73d5c113853ff96ee2da57be12774a238) - Lazy-import altair. Thanks @whitphx!
- [#7800](https://github.com/gradio-app/gradio/pull/7800) [`b0a3ea9`](https://github.com/gradio-app/gradio/commit/b0a3ea951c06d4f3ff2755b567629fe988a3e30d) - Small fix to client.view_api() in the case of default file values. Thanks @abidlabs!
- [#7684](https://github.com/gradio-app/gradio/pull/7684) [`755157f`](https://github.com/gradio-app/gradio/commit/755157f99c2961f2e5caeaa9b76d248b4225ea8f) - Do not reload code inside gr.NO_RELOAD context. Thanks @freddyaboulton!
- [#7770](https://github.com/gradio-app/gradio/pull/7770) [`dd3e363`](https://github.com/gradio-app/gradio/commit/dd3e363261ae63823fb1672443ff2d31c63d656f) - Fail CI if lint or typecheck fails. Thanks @abidlabs!
- [#7796](https://github.com/gradio-app/gradio/pull/7796) [`aad209f`](https://github.com/gradio-app/gradio/commit/aad209f0c0faa0bf3e39d0c8624f972118b32830) - Decrease latency: do not run pre and postprocess in threadpool. Thanks @freddyaboulton!
- [#7744](https://github.com/gradio-app/gradio/pull/7744) [`d831040`](https://github.com/gradio-app/gradio/commit/d8310400326adbf8d036333f4f1b7df68b7043f6) - Remove Ruff and Uvicorn in Wasm env. Thanks @whitphx!
- [#7732](https://github.com/gradio-app/gradio/pull/7732) [`2efb05e`](https://github.com/gradio-app/gradio/commit/2efb05ed99a8a3575aab0a6c14a8d8b91f4e9ed7) - Adds support for kwargs and default arguments in the python client, and improves how parameter information is displayed in the "view API" page. Thanks @abidlabs!
- [#7661](https://github.com/gradio-app/gradio/pull/7661) [`c62a57e`](https://github.com/gradio-app/gradio/commit/c62a57e7f8f2f6dad0110d06e915c48e7f628073) - Convert Docs Demos to Lite. Thanks @aliabd!
- [#7814](https://github.com/gradio-app/gradio/pull/7814) [`f7df92f`](https://github.com/gradio-app/gradio/commit/f7df92f3f3ff4bb1300ed6d6eb1828615a728acd) - Improve UX of non-interactive slider. Thanks @Pythongor!
- [#7789](https://github.com/gradio-app/gradio/pull/7789) [`ff6bf3e`](https://github.com/gradio-app/gradio/commit/ff6bf3ec8f418a7222ca80240c75a1735202e5cc) - Remove the aiohttp mock from the Wasm worker as it's removed in https://github.com/gradio-app/gradio/pull/5244. Thanks @whitphx!
### Fixes
- [#7783](https://github.com/gradio-app/gradio/pull/7783) [`43ae23f`](https://github.com/gradio-app/gradio/commit/43ae23f092927af2defa8104ee476da012a7b4fa) - Fix accidental bug that prevented custom textboxes from being passed to chatinterface. Thanks @freddyaboulton!
- [#7762](https://github.com/gradio-app/gradio/pull/7762) [`e78bca4`](https://github.com/gradio-app/gradio/commit/e78bca4f3789b5b229f6e5f402a1028c7b3bad33) - Trigger input event for Radio even when radio is output component. Thanks @freddyaboulton!
- [#7787](https://github.com/gradio-app/gradio/pull/7787) [`781678b`](https://github.com/gradio-app/gradio/commit/781678b3ac0e44ea1401ff55af3e98b474cf36ec) - Fix root url resolution from `x_forwarded_host` headers. Thanks @abidlabs!
- [#7794](https://github.com/gradio-app/gradio/pull/7794) [`cf98c7e`](https://github.com/gradio-app/gradio/commit/cf98c7ed18c0211b89e8eed81a5fb61c34b705c3) - Adds trigger_mode to gr.on. Use it to set trigger_model="always_last" for live interfaces. Thanks @freddyaboulton!
- [#7761](https://github.com/gradio-app/gradio/pull/7761) [`ca42748`](https://github.com/gradio-app/gradio/commit/ca42748590536e1d940b44ec7c9b6ea402905707) - Ensure `paginate` updates when samples value changes in `Dataset`. Thanks @hannahblair!
## 4.22.0
### Features

View File

@ -1,5 +1,12 @@
# gradio_client
## 0.14.0
### Features
- [#7800](https://github.com/gradio-app/gradio/pull/7800) [`b0a3ea9`](https://github.com/gradio-app/gradio/commit/b0a3ea951c06d4f3ff2755b567629fe988a3e30d) - Small fix to client.view_api() in the case of default file values. Thanks @abidlabs!
- [#7732](https://github.com/gradio-app/gradio/pull/7732) [`2efb05e`](https://github.com/gradio-app/gradio/commit/2efb05ed99a8a3575aab0a6c14a8d8b91f4e9ed7) - Adds support for kwargs and default arguments in the python client, and improves how parameter information is displayed in the "view API" page. Thanks @abidlabs!
## 0.13.0
### Features

View File

@ -1,5 +1,12 @@
# gradio_client
## 0.14.0
### Features
- [#7800](https://github.com/gradio-app/gradio/pull/7800) [`b0a3ea9`](https://github.com/gradio-app/gradio/commit/b0a3ea951c06d4f3ff2755b567629fe988a3e30d) - Small fix to client.view_api() in the case of default file values. Thanks @abidlabs!
- [#7732](https://github.com/gradio-app/gradio/pull/7732) [`2efb05e`](https://github.com/gradio-app/gradio/commit/2efb05ed99a8a3575aab0a6c14a8d8b91f4e9ed7) - Adds support for kwargs and default arguments in the python client, and improves how parameter information is displayed in the "view API" page. Thanks @abidlabs!
## 0.13.0
### Features

View File

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

View File

@ -1,5 +1,28 @@
# gradio
## 4.23.0
### Features
- [#7782](https://github.com/gradio-app/gradio/pull/7782) [`2c8cd0a`](https://github.com/gradio-app/gradio/commit/2c8cd0a73d5c113853ff96ee2da57be12774a238) - Lazy-import altair. Thanks @whitphx!
- [#7800](https://github.com/gradio-app/gradio/pull/7800) [`b0a3ea9`](https://github.com/gradio-app/gradio/commit/b0a3ea951c06d4f3ff2755b567629fe988a3e30d) - Small fix to client.view_api() in the case of default file values. Thanks @abidlabs!
- [#7684](https://github.com/gradio-app/gradio/pull/7684) [`755157f`](https://github.com/gradio-app/gradio/commit/755157f99c2961f2e5caeaa9b76d248b4225ea8f) - Do not reload code inside gr.NO_RELOAD context. Thanks @freddyaboulton!
- [#7770](https://github.com/gradio-app/gradio/pull/7770) [`dd3e363`](https://github.com/gradio-app/gradio/commit/dd3e363261ae63823fb1672443ff2d31c63d656f) - Fail CI if lint or typecheck fails. Thanks @abidlabs!
- [#7796](https://github.com/gradio-app/gradio/pull/7796) [`aad209f`](https://github.com/gradio-app/gradio/commit/aad209f0c0faa0bf3e39d0c8624f972118b32830) - Decrease latency: do not run pre and postprocess in threadpool. Thanks @freddyaboulton!
- [#7744](https://github.com/gradio-app/gradio/pull/7744) [`d831040`](https://github.com/gradio-app/gradio/commit/d8310400326adbf8d036333f4f1b7df68b7043f6) - Remove Ruff and Uvicorn in Wasm env. Thanks @whitphx!
- [#7732](https://github.com/gradio-app/gradio/pull/7732) [`2efb05e`](https://github.com/gradio-app/gradio/commit/2efb05ed99a8a3575aab0a6c14a8d8b91f4e9ed7) - Adds support for kwargs and default arguments in the python client, and improves how parameter information is displayed in the "view API" page. Thanks @abidlabs!
- [#7661](https://github.com/gradio-app/gradio/pull/7661) [`c62a57e`](https://github.com/gradio-app/gradio/commit/c62a57e7f8f2f6dad0110d06e915c48e7f628073) - Convert Docs Demos to Lite. Thanks @aliabd!
- [#7814](https://github.com/gradio-app/gradio/pull/7814) [`f7df92f`](https://github.com/gradio-app/gradio/commit/f7df92f3f3ff4bb1300ed6d6eb1828615a728acd) - Improve UX of non-interactive slider. Thanks @Pythongor!
- [#7789](https://github.com/gradio-app/gradio/pull/7789) [`ff6bf3e`](https://github.com/gradio-app/gradio/commit/ff6bf3ec8f418a7222ca80240c75a1735202e5cc) - Remove the aiohttp mock from the Wasm worker as it's removed in https://github.com/gradio-app/gradio/pull/5244. Thanks @whitphx!
### Fixes
- [#7783](https://github.com/gradio-app/gradio/pull/7783) [`43ae23f`](https://github.com/gradio-app/gradio/commit/43ae23f092927af2defa8104ee476da012a7b4fa) - Fix accidental bug that prevented custom textboxes from being passed to chatinterface. Thanks @freddyaboulton!
- [#7762](https://github.com/gradio-app/gradio/pull/7762) [`e78bca4`](https://github.com/gradio-app/gradio/commit/e78bca4f3789b5b229f6e5f402a1028c7b3bad33) - Trigger input event for Radio even when radio is output component. Thanks @freddyaboulton!
- [#7787](https://github.com/gradio-app/gradio/pull/7787) [`781678b`](https://github.com/gradio-app/gradio/commit/781678b3ac0e44ea1401ff55af3e98b474cf36ec) - Fix root url resolution from `x_forwarded_host` headers. Thanks @abidlabs!
- [#7794](https://github.com/gradio-app/gradio/pull/7794) [`cf98c7e`](https://github.com/gradio-app/gradio/commit/cf98c7ed18c0211b89e8eed81a5fb61c34b705c3) - Adds trigger_mode to gr.on. Use it to set trigger_model="always_last" for live interfaces. Thanks @freddyaboulton!
- [#7761](https://github.com/gradio-app/gradio/pull/7761) [`ca42748`](https://github.com/gradio-app/gradio/commit/ca42748590536e1d940b44ec7c9b6ea402905707) - Ensure `paginate` updates when samples value changes in `Dataset`. Thanks @hannahblair!
## 4.22.0
### Features

View File

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

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/form@0.1.11
## 0.0.1
### Dependency updates
- @gradio/client@0.14.0
## 0.0.1

View File

@ -1,5 +1,16 @@
# website
## 0.25.0
### Features
- [#7684](https://github.com/gradio-app/gradio/pull/7684) [`755157f`](https://github.com/gradio-app/gradio/commit/755157f99c2961f2e5caeaa9b76d248b4225ea8f) - Do not reload code inside gr.NO_RELOAD context. Thanks @freddyaboulton!
- [#7661](https://github.com/gradio-app/gradio/pull/7661) [`c62a57e`](https://github.com/gradio-app/gradio/commit/c62a57e7f8f2f6dad0110d06e915c48e7f628073) - Convert Docs Demos to Lite. Thanks @aliabd!
### Dependency updates
- @gradio/code@0.5.8
## 0.24.3
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.24.3",
"version": "0.25.0",
"private": true,
"scripts": {
"dev": "python generate_jsons/generate.py && vite dev",
@ -22,7 +22,7 @@
},
"type": "module",
"dependencies": {
"@gradio/code": "0.5.7",
"@gradio/code": "0.5.8",
"@sindresorhus/slugify": "^2.2.0",
"@sveltejs/adapter-vercel": "^3.0.3",
"hast-util-to-string": "^3.0.0",

View File

@ -1,5 +1,12 @@
# @gradio/accordion
## 0.3.6
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.3.5
### Fixes

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/annotatedimage
## 0.5.8
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
## 0.5.7
### Dependency updates

View File

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

View File

@ -1,5 +1,58 @@
# @gradio/app
## 1.29.0
### Features
- [#7684](https://github.com/gradio-app/gradio/pull/7684) [`755157f`](https://github.com/gradio-app/gradio/commit/755157f99c2961f2e5caeaa9b76d248b4225ea8f) - Do not reload code inside gr.NO_RELOAD context. Thanks @freddyaboulton!
- [#7732](https://github.com/gradio-app/gradio/pull/7732) [`2efb05e`](https://github.com/gradio-app/gradio/commit/2efb05ed99a8a3575aab0a6c14a8d8b91f4e9ed7) - Adds support for kwargs and default arguments in the python client, and improves how parameter information is displayed in the "view API" page. Thanks @abidlabs!
### Dependency updates
- @gradio/code@0.5.8
- @gradio/upload@0.8.1
- @gradio/button@0.2.27
- @gradio/statustracker@0.4.9
- @gradio/radio@0.4.7
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
- @gradio/slider@0.3.0
- @gradio/dataset@0.1.27
- @gradio/annotatedimage@0.5.8
- @gradio/audio@0.9.8
- @gradio/file@0.5.8
- @gradio/image@0.9.8
- @gradio/imageeditor@0.4.8
- @gradio/model3d@0.8.7
- @gradio/simpleimage@0.3.8
- @gradio/video@0.6.8
- @gradio/accordion@0.3.6
- @gradio/box@0.1.11
- @gradio/chatbot@0.7.8
- @gradio/checkbox@0.2.12
- @gradio/checkboxgroup@0.4.6
- @gradio/colorpicker@0.2.12
- @gradio/dataframe@0.6.9
- @gradio/dropdown@0.6.4
- @gradio/fallback@0.2.12
- @gradio/fileexplorer@0.3.28
- @gradio/form@0.1.11
- @gradio/gallery@0.8.4
- @gradio/highlightedtext@0.4.12
- @gradio/html@0.1.12
- @gradio/json@0.1.12
- @gradio/label@0.2.12
- @gradio/markdown@0.6.7
- @gradio/multimodaltextbox@0.2.1
- @gradio/number@0.3.12
- @gradio/paramviewer@0.4.5
- @gradio/plot@0.3.4
- @gradio/simpledropdown@0.1.12
- @gradio/simpletextbox@0.1.12
- @gradio/textbox@0.4.13
- @gradio/uploadbutton@0.5.4
- @gradio/downloadbutton@0.1.4
## 1.28.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.28.0",
"version": "1.29.0",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,5 +1,11 @@
# @gradio/atoms
## 0.6.0
### Features
- [#7732](https://github.com/gradio-app/gradio/pull/7732) [`2efb05e`](https://github.com/gradio-app/gradio/commit/2efb05ed99a8a3575aab0a6c14a8d8b91f4e9ed7) - Adds support for kwargs and default arguments in the python client, and improves how parameter information is displayed in the "view API" page. Thanks @abidlabs!
## 0.5.3
### Patch Changes
@ -206,4 +212,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Patch Changes
- Updated dependencies []:
- @gradio/utils@0.0.2
- @gradio/utils@0.0.2

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/audio
## 0.9.8
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/button@0.2.27
- @gradio/statustracker@0.4.9
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
## 0.9.7
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/box
## 0.1.11
### Dependency updates
- @gradio/atoms@0.6.0
## 0.1.10
### Patch Changes
@ -136,4 +142,4 @@
### Features
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/button
## 0.2.27
### Dependency updates
- @gradio/upload@0.8.1
## 0.2.26
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/chatbot
## 0.7.8
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
- @gradio/audio@0.9.8
- @gradio/image@0.9.8
- @gradio/video@0.6.8
- @gradio/markdown@0.6.7
## 0.7.7
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/checkbox
## 0.2.12
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.2.11
### Patch Changes
@ -194,4 +201,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)!

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/checkboxgroup
## 0.4.6
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.4.5
### Patch Changes
@ -215,4 +222,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#5232](https://github.com/gradio-app/gradio/pull/5232) [`c57d4c23`](https://github.com/gradio-app/gradio/commit/c57d4c232a97e03b4671f9e9edc3af456438fe89) - `gr.Radio` and `gr.CheckboxGroup` can now accept different names and values. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5232](https://github.com/gradio-app/gradio/pull/5232) [`c57d4c23`](https://github.com/gradio-app/gradio/commit/c57d4c232a97e03b4671f9e9edc3af456438fe89) - `gr.Radio` and `gr.CheckboxGroup` can now accept different names and values. Thanks [@abidlabs](https://github.com/abidlabs)!

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/code
## 0.5.8
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
## 0.5.7
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/colorpicker
## 0.2.12
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.2.11
### Patch Changes
@ -187,4 +194,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Fixes
- [#5118](https://github.com/gradio-app/gradio/pull/5118) [`1b017e68`](https://github.com/gradio-app/gradio/commit/1b017e68f6a9623cc2ec085bd20e056229552028) - Add `interactive` args to `gr.ColorPicker`. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#5118](https://github.com/gradio-app/gradio/pull/5118) [`1b017e68`](https://github.com/gradio-app/gradio/commit/1b017e68f6a9623cc2ec085bd20e056229552028) - Add `interactive` args to `gr.ColorPicker`. Thanks [@hannahblair](https://github.com/hannahblair)!

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/dataframe
## 0.6.9
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/button@0.2.27
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
- @gradio/markdown@0.6.7
## 0.6.8
### Fixes

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/dataset
## 0.1.27
### Fixes
- [#7761](https://github.com/gradio-app/gradio/pull/7761) [`ca42748`](https://github.com/gradio-app/gradio/commit/ca42748590536e1d940b44ec7c9b6ea402905707) - Ensure `paginate` updates when samples value changes in `Dataset`. Thanks @hannahblair!
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/atoms@0.6.0
## 0.1.26
### Fixes

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/downloadbutton
## 0.1.4
### Dependency updates
- @gradio/button@0.2.27
## 0.1.3
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/dropdown
## 0.6.4
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.6.3
### Fixes

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/fallback
## 0.2.12
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.2.11
### Patch Changes
@ -197,4 +204,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)!

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/file
## 0.5.8
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
## 0.5.7
### Dependency updates

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/fileexplorer
## 0.3.28
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
- @gradio/file@0.5.8
- @gradio/checkbox@0.2.12
## 0.3.27
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/form
## 0.1.11
### Dependency updates
- @gradio/atoms@0.6.0
## 0.1.10
### Patch Changes
@ -161,4 +167,4 @@
- Updated dependencies []:
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/atoms@0.0.2

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/gallery
## 0.8.4
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
- @gradio/file@0.5.8
- @gradio/image@0.9.8
## 0.8.3
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/highlightedtext
## 0.4.12
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.4.11
### Patch Changes
@ -219,4 +226,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#5046](https://github.com/gradio-app/gradio/pull/5046) [`5244c587`](https://github.com/gradio-app/gradio/commit/5244c5873c355cf3e2f0acb7d67fda3177ef8b0b) - Allow new lines in `HighlightedText` with `/n` and preserve whitespace. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#5046](https://github.com/gradio-app/gradio/pull/5046) [`5244c587`](https://github.com/gradio-app/gradio/commit/5244c5873c355cf3e2f0acb7d67fda3177ef8b0b) - Allow new lines in `HighlightedText` with `/n` and preserve whitespace. Thanks [@hannahblair](https://github.com/hannahblair)!

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/html
## 0.1.12
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.1.11
### Patch Changes
@ -184,4 +191,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/image
## 0.9.8
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
## 0.9.7
### Dependency updates

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/imageeditor
## 0.4.8
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
- @gradio/image@0.9.8
## 0.4.7
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/json
## 0.1.12
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.1.11
### Patch Changes
@ -206,4 +213,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Patch Changes
- Updated dependencies []:
- @gradio/atoms@0.0.2
- @gradio/atoms@0.0.2

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/label
## 0.2.12
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.2.11
### Patch Changes
@ -202,4 +209,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Patch Changes
- Updated dependencies []:
- @gradio/utils@0.0.2
- @gradio/utils@0.0.2

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/lite
## 4.23.0
### Dependency updates
- @gradio/wasm@0.10.0
- gradio@4.23.0
## 4.22.0
### Features

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/markdown
## 0.6.7
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.6.6
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/markdown",
"version": "0.6.6",
"version": "0.6.7",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,14 @@
# @gradio/model3d
## 0.8.7
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
## 0.8.6
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/model3d",
"version": "0.8.6",
"version": "0.8.7",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,14 @@
# @gradio/multimodaltextbox
## 0.2.1
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
- @gradio/image@0.9.8
## 0.2.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/multimodaltextbox",
"version": "0.2.0",
"version": "0.2.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/number
## 0.3.12
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.3.11
### Patch Changes
@ -195,4 +202,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#5047](https://github.com/gradio-app/gradio/pull/5047) [`883ac364`](https://github.com/gradio-app/gradio/commit/883ac364f69d92128774ac446ce49bdf8415fd7b) - Add `step` param to `Number`. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#5005](https://github.com/gradio-app/gradio/pull/5005) [`f5539c76`](https://github.com/gradio-app/gradio/commit/f5539c7618e31451420bd3228754774da14dc65f) - Enhancement: Add focus event to textbox and number component. Thanks [@JodyZ0203](https://github.com/JodyZ0203)!
- [#5005](https://github.com/gradio-app/gradio/pull/5005) [`f5539c76`](https://github.com/gradio-app/gradio/commit/f5539c7618e31451420bd3228754774da14dc65f) - Enhancement: Add focus event to textbox and number component. Thanks [@JodyZ0203](https://github.com/JodyZ0203)!

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/paramviewer
## 0.4.5
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.4.4
### Patch Changes
@ -70,4 +77,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#7069](https://github.com/gradio-app/gradio/pull/7069) [`07d520c`](https://github.com/gradio-app/gradio/commit/07d520c7a2590eb5544bd0b17f82ea31ecf43e00) - fix versions. Thanks [@pngwn](https://github.com/pngwn)!
- [#7069](https://github.com/gradio-app/gradio/pull/7069) [`07d520c`](https://github.com/gradio-app/gradio/commit/07d520c7a2590eb5544bd0b17f82ea31ecf43e00) - fix versions. Thanks [@pngwn](https://github.com/pngwn)!

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/paramviewer",
"version": "0.4.4",
"version": "0.4.5",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/plot
## 0.3.4
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.3.3
### Patch Changes
@ -205,4 +212,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- Updated dependencies [[`41c83070`](https://github.com/gradio-app/gradio/commit/41c83070b01632084e7d29123048a96c1e261407)]:
- @gradio/theme@0.0.2
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/atoms@0.0.2

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/plot",
"version": "0.3.3",
"version": "0.3.4",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# gradio_test
## 0.3.9
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.3.8
### Patch Changes
@ -114,4 +121,4 @@
### Features
- [#6079](https://github.com/gradio-app/gradio/pull/6079) [`3b2d9eaa3`](https://github.com/gradio-app/gradio/commit/3b2d9eaa3e84de3e4a0799e4585a94510d665f26) - fix cc build. Thanks [@pngwn](https://github.com/pngwn)!
- [#6079](https://github.com/gradio-app/gradio/pull/6079) [`3b2d9eaa3`](https://github.com/gradio-app/gradio/commit/3b2d9eaa3e84de3e4a0799e4585a94510d665f26) - fix cc build. Thanks [@pngwn](https://github.com/pngwn)!

View File

@ -1,6 +1,6 @@
{
"name": "gradio_test",
"version": "0.3.8",
"version": "0.3.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",
@ -13,8 +13,8 @@
"./package.json": "./package.json"
},
"dependencies": {
"@gradio/atoms": "0.5.3",
"@gradio/statustracker": "0.4.8",
"@gradio/atoms": "0.6.0",
"@gradio/statustracker": "0.4.9",
"@gradio/utils": "0.3.0",
"@zerodevx/svelte-json-view": "^1.0.7"
}

View File

@ -1,5 +1,16 @@
# @gradio/radio
## 0.4.7
### Fixes
- [#7762](https://github.com/gradio-app/gradio/pull/7762) [`e78bca4`](https://github.com/gradio-app/gradio/commit/e78bca4f3789b5b229f6e5f402a1028c7b3bad33) - Trigger input event for Radio even when radio is output component. Thanks @freddyaboulton!
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.4.6
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/radio",
"version": "0.4.6",
"version": "0.4.7",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/simpledropdown
## 0.1.12
### Dependency updates
- @gradio/statustracker@0.4.9
- @gradio/atoms@0.6.0
## 0.1.11
### Patch Changes
@ -112,4 +119,4 @@
### Features
- [#5996](https://github.com/gradio-app/gradio/pull/5996) [`9cf40f76f`](https://github.com/gradio-app/gradio/commit/9cf40f76fed1c0f84b5a5336a9b0100f8a9b4ee3) - V4: Simple dropdown. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#5996](https://github.com/gradio-app/gradio/pull/5996) [`9cf40f76f`](https://github.com/gradio-app/gradio/commit/9cf40f76fed1c0f84b5a5336a9b0100f8a9b4ee3) - V4: Simple dropdown. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/simpledropdown",
"version": "0.1.11",
"version": "0.1.12",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,14 @@
# @gradio/simpleimage
## 0.3.8
### Dependency updates
- @gradio/upload@0.8.1
- @gradio/statustracker@0.4.9
- @gradio/wasm@0.10.0
- @gradio/atoms@0.6.0
## 0.3.7
### Dependency updates

View File

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

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