2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-18 12:50:30 +08:00

chore: update versions ()

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-03-06 00:54:36 +00:00 committed by GitHub
parent 45316dafd4
commit 3d270d43f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
83 changed files with 302 additions and 191 deletions

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Allow mounted Gradio apps to work with external / arbitrary authentication providers

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fixes method to resolve the `root` URLs

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Fix the `root_url` logic for streaming files

@ -1,7 +0,0 @@
---
"@gradio/file": patch
"@gradio/upload": patch
"gradio": patch
---
fix:Fixes: Invalid file_type breaks drag and drop

@ -1,5 +0,0 @@
---
"@gradio/preview": patch
---
feat:chore(deps): update dependency stylus to ^0.63.0

@ -1,6 +0,0 @@
---
"@gradio/wasm": minor
"gradio": minor
---
feat:Upgrade Pyodide to 0.25.0

@ -1,6 +0,0 @@
---
"gradio": patch
"gradio_client": patch
---
fix:Allow Python Client to upload/download files when connecting to Gradio apps with auth enabled

@ -1,6 +0,0 @@
---
"@gradio/app": patch
"gradio": patch
---
fix:when adding custom head html, ensure there are no duplicate meta tags

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Add delete_cache parameter to gr.Blocks to delete files created by app on shutdown

@ -1,5 +0,0 @@
---
"website": minor
---
feat:Add error handling for missing `js/_website/version.json`

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Add `/logout` functionality for Gradio auth

@ -1,5 +0,0 @@
---
"@gradio/preview": patch
---
feat:chore(deps): update dependency svelte-hmr to ^0.16.0

@ -1,6 +0,0 @@
---
"gradio": minor
"gradio_client": minor
---
feat:Fix server_messages.py to use the patched BaseModel class for Wasm env

@ -1,6 +0,0 @@
---
"@gradio/app": patch
"gradio": patch
---
fix:Fixes `auth_message` so that it correctly renders HTML

@ -1,6 +0,0 @@
---
"@gradio/gallery": minor
"gradio": minor
---
feat:Fix incorrect relative mouse coordinates for `Gallery` preview overlay

@ -1,6 +0,0 @@
---
"@gradio/audio": patch
"gradio": patch
---
fix:Prevent audio speeding up when trimming

@ -1,15 +0,0 @@
---
"@gradio/button": patch
"@gradio/chatbot": patch
"@gradio/client": patch
"@gradio/dataframe": patch
"@gradio/dataset": patch
"@gradio/image": patch
"@gradio/imageeditor": patch
"@gradio/simpleimage": patch
"@gradio/uploadbutton": patch
"@gradio/video": patch
"gradio": patch
---
feat:Refactors `get_fetchable_url_or_file()` to remove it from the frontend

@ -1,8 +0,0 @@
---
"@gradio/client": patch
"@gradio/preview": patch
"@gradio/wasm": patch
"gradio": patch
---
feat:chore(deps): update all non-major dependencies

@ -1,9 +0,0 @@
---
"@gradio/app": patch
"@gradio/lite": patch
"@gradio/tootils": patch
"@gradio/wasm": patch
"gradio": patch
---
feat:fix-tests

@ -1,8 +0,0 @@
---
"@gradio/app": minor
"@gradio/downloadbutton": minor
"@gradio/uploadbutton": minor
"gradio": minor
---
feat:Adds a `gr.DownloadButton` component

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Prevent additional paths that can trigger credential leakage on Windows

@ -1,6 +0,0 @@
---
"@gradio/dropdown": patch
"gradio": patch
---
fix:Quick fix: custom dropdown value

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Prevent paths beginning with `//` or `\\`

@ -1,5 +1,33 @@
# gradio
## 4.20.0
### Features
- [#7557](https://github.com/gradio-app/gradio/pull/7557) [`4d5789e`](https://github.com/gradio-app/gradio/commit/4d5789e905b5915f3d03fae2ac1d38a54c3e67ea) - Allow mounted Gradio apps to work with external / arbitrary authentication providers. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7614](https://github.com/gradio-app/gradio/pull/7614) [`355ed66`](https://github.com/gradio-app/gradio/commit/355ed666d9f6da018e8a03cdc6e367d00e6b10fb) - Fix the `root_url` logic for streaming files. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7119](https://github.com/gradio-app/gradio/pull/7119) [`9c6de6d`](https://github.com/gradio-app/gradio/commit/9c6de6d85092c1c9378d7f81e5ec734221536812) - Upgrade Pyodide to 0.25.0. Thanks [@whitphx](https://github.com/whitphx)!
- [#7447](https://github.com/gradio-app/gradio/pull/7447) [`a57e34e`](https://github.com/gradio-app/gradio/commit/a57e34ef87d24f40f09380b7b71a052f120a19fe) - Add delete_cache parameter to gr.Blocks to delete files created by app on shutdown. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#7547](https://github.com/gradio-app/gradio/pull/7547) [`98aa808`](https://github.com/gradio-app/gradio/commit/98aa8082dd228dd481e05c888adb2e91b04f8f48) - Add `/logout` functionality for Gradio auth. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7407](https://github.com/gradio-app/gradio/pull/7407) [`375bfd2`](https://github.com/gradio-app/gradio/commit/375bfd28d2def576b4e1c12e0a60127b7419e826) - Fix server_messages.py to use the patched BaseModel class for Wasm env. Thanks [@aliabid94](https://github.com/aliabid94)!
- [#7516](https://github.com/gradio-app/gradio/pull/7516) [`3645da5`](https://github.com/gradio-app/gradio/commit/3645da5f1e5539668cad75071a82fdd78f50263c) - Fix incorrect relative mouse coordinates for `Gallery` preview overlay. Thanks [@MMP0](https://github.com/MMP0)!
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7340](https://github.com/gradio-app/gradio/pull/7340) [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
- [#7345](https://github.com/gradio-app/gradio/pull/7345) [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f) - fix-tests. Thanks [@pngwn](https://github.com/pngwn)!
- [#7518](https://github.com/gradio-app/gradio/pull/7518) [`bd2c695`](https://github.com/gradio-app/gradio/commit/bd2c69532801f9a0626cd1192de158bde6068b9a) - Adds a `gr.DownloadButton` component. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7598](https://github.com/gradio-app/gradio/pull/7598) [`d3384cb`](https://github.com/gradio-app/gradio/commit/d3384cb926ca9bab7ccbf910547ec8a0c361531f) - Prevent additional paths that can trigger credential leakage on Windows. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7544](https://github.com/gradio-app/gradio/pull/7544) [`f84720c`](https://github.com/gradio-app/gradio/commit/f84720cd76e5bf3321f06383642bdb246a9a36e2) - Prevent paths beginning with `//` or `\\`. Thanks [@abidlabs](https://github.com/abidlabs)!
### Fixes
- [#7565](https://github.com/gradio-app/gradio/pull/7565) [`1c22123`](https://github.com/gradio-app/gradio/commit/1c22123268da5f7fcf6e7c74ee0bf6b225c7aa11) - Fixes method to resolve the `root` URLs. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7559](https://github.com/gradio-app/gradio/pull/7559) [`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8) - Fixes: Invalid file_type breaks drag and drop. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
- [#7555](https://github.com/gradio-app/gradio/pull/7555) [`fc4c2db`](https://github.com/gradio-app/gradio/commit/fc4c2dbd994c49e37296978da1cb85e424080d1c) - Allow Python Client to upload/download files when connecting to Gradio apps with auth enabled. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7510](https://github.com/gradio-app/gradio/pull/7510) [`08c2d49`](https://github.com/gradio-app/gradio/commit/08c2d491ecac83268ad20f05769ef7e1335089e2) - when adding custom head html, ensure there are no duplicate meta tags. Thanks [@qkdxorjs1002](https://github.com/qkdxorjs1002)!
- [#7545](https://github.com/gradio-app/gradio/pull/7545) [`1fa2e91`](https://github.com/gradio-app/gradio/commit/1fa2e914ca4663a47743cc34acdf98c7fcc469c8) - Fixes `auth_message` so that it correctly renders HTML. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7599](https://github.com/gradio-app/gradio/pull/7599) [`f26aba0`](https://github.com/gradio-app/gradio/commit/f26aba00a71a5b4eff60c37580c8d25f9bc048da) - Prevent audio speeding up when trimming. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#7567](https://github.com/gradio-app/gradio/pull/7567) [`e340894`](https://github.com/gradio-app/gradio/commit/e340894b1cf2f44dd45e597fd8d9e547f408fbb3) - Quick fix: custom dropdown value. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
## 4.19.2
### Features

@ -1,5 +1,12 @@
# @gradio/client
## 0.12.2
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7340](https://github.com/gradio-app/gradio/pull/7340) [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
## 0.12.1
### Fixes

@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "0.12.1",
"version": "0.12.2",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",

@ -1,5 +1,15 @@
# gradio_client
## 0.11.0
### Features
- [#7407](https://github.com/gradio-app/gradio/pull/7407) [`375bfd2`](https://github.com/gradio-app/gradio/commit/375bfd28d2def576b4e1c12e0a60127b7419e826) - Fix server_messages.py to use the patched BaseModel class for Wasm env. Thanks [@aliabid94](https://github.com/aliabid94)!
### Fixes
- [#7555](https://github.com/gradio-app/gradio/pull/7555) [`fc4c2db`](https://github.com/gradio-app/gradio/commit/fc4c2dbd994c49e37296978da1cb85e424080d1c) - Allow Python Client to upload/download files when connecting to Gradio apps with auth enabled. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.10.1
### Features

@ -1,5 +1,15 @@
# gradio_client
## 0.11.0
### Features
- [#7407](https://github.com/gradio-app/gradio/pull/7407) [`375bfd2`](https://github.com/gradio-app/gradio/commit/375bfd28d2def576b4e1c12e0a60127b7419e826) - Fix server_messages.py to use the patched BaseModel class for Wasm env. Thanks [@aliabid94](https://github.com/aliabid94)!
### Fixes
- [#7555](https://github.com/gradio-app/gradio/pull/7555) [`fc4c2db`](https://github.com/gradio-app/gradio/commit/fc4c2dbd994c49e37296978da1cb85e424080d1c) - Allow Python Client to upload/download files when connecting to Gradio apps with auth enabled. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.10.1
### Features

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

@ -1,5 +1,33 @@
# gradio
## 4.20.0
### Features
- [#7557](https://github.com/gradio-app/gradio/pull/7557) [`4d5789e`](https://github.com/gradio-app/gradio/commit/4d5789e905b5915f3d03fae2ac1d38a54c3e67ea) - Allow mounted Gradio apps to work with external / arbitrary authentication providers. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7614](https://github.com/gradio-app/gradio/pull/7614) [`355ed66`](https://github.com/gradio-app/gradio/commit/355ed666d9f6da018e8a03cdc6e367d00e6b10fb) - Fix the `root_url` logic for streaming files. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7119](https://github.com/gradio-app/gradio/pull/7119) [`9c6de6d`](https://github.com/gradio-app/gradio/commit/9c6de6d85092c1c9378d7f81e5ec734221536812) - Upgrade Pyodide to 0.25.0. Thanks [@whitphx](https://github.com/whitphx)!
- [#7447](https://github.com/gradio-app/gradio/pull/7447) [`a57e34e`](https://github.com/gradio-app/gradio/commit/a57e34ef87d24f40f09380b7b71a052f120a19fe) - Add delete_cache parameter to gr.Blocks to delete files created by app on shutdown. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
- [#7547](https://github.com/gradio-app/gradio/pull/7547) [`98aa808`](https://github.com/gradio-app/gradio/commit/98aa8082dd228dd481e05c888adb2e91b04f8f48) - Add `/logout` functionality for Gradio auth. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7407](https://github.com/gradio-app/gradio/pull/7407) [`375bfd2`](https://github.com/gradio-app/gradio/commit/375bfd28d2def576b4e1c12e0a60127b7419e826) - Fix server_messages.py to use the patched BaseModel class for Wasm env. Thanks [@aliabid94](https://github.com/aliabid94)!
- [#7516](https://github.com/gradio-app/gradio/pull/7516) [`3645da5`](https://github.com/gradio-app/gradio/commit/3645da5f1e5539668cad75071a82fdd78f50263c) - Fix incorrect relative mouse coordinates for `Gallery` preview overlay. Thanks [@MMP0](https://github.com/MMP0)!
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7340](https://github.com/gradio-app/gradio/pull/7340) [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
- [#7345](https://github.com/gradio-app/gradio/pull/7345) [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f) - fix-tests. Thanks [@pngwn](https://github.com/pngwn)!
- [#7518](https://github.com/gradio-app/gradio/pull/7518) [`bd2c695`](https://github.com/gradio-app/gradio/commit/bd2c69532801f9a0626cd1192de158bde6068b9a) - Adds a `gr.DownloadButton` component. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7598](https://github.com/gradio-app/gradio/pull/7598) [`d3384cb`](https://github.com/gradio-app/gradio/commit/d3384cb926ca9bab7ccbf910547ec8a0c361531f) - Prevent additional paths that can trigger credential leakage on Windows. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7544](https://github.com/gradio-app/gradio/pull/7544) [`f84720c`](https://github.com/gradio-app/gradio/commit/f84720cd76e5bf3321f06383642bdb246a9a36e2) - Prevent paths beginning with `//` or `\\`. Thanks [@abidlabs](https://github.com/abidlabs)!
### Fixes
- [#7565](https://github.com/gradio-app/gradio/pull/7565) [`1c22123`](https://github.com/gradio-app/gradio/commit/1c22123268da5f7fcf6e7c74ee0bf6b225c7aa11) - Fixes method to resolve the `root` URLs. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7559](https://github.com/gradio-app/gradio/pull/7559) [`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8) - Fixes: Invalid file_type breaks drag and drop. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
- [#7555](https://github.com/gradio-app/gradio/pull/7555) [`fc4c2db`](https://github.com/gradio-app/gradio/commit/fc4c2dbd994c49e37296978da1cb85e424080d1c) - Allow Python Client to upload/download files when connecting to Gradio apps with auth enabled. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7510](https://github.com/gradio-app/gradio/pull/7510) [`08c2d49`](https://github.com/gradio-app/gradio/commit/08c2d491ecac83268ad20f05769ef7e1335089e2) - when adding custom head html, ensure there are no duplicate meta tags. Thanks [@qkdxorjs1002](https://github.com/qkdxorjs1002)!
- [#7545](https://github.com/gradio-app/gradio/pull/7545) [`1fa2e91`](https://github.com/gradio-app/gradio/commit/1fa2e914ca4663a47743cc34acdf98c7fcc469c8) - Fixes `auth_message` so that it correctly renders HTML. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7599](https://github.com/gradio-app/gradio/pull/7599) [`f26aba0`](https://github.com/gradio-app/gradio/commit/f26aba00a71a5b4eff60c37580c8d25f9bc048da) - Prevent audio speeding up when trimming. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#7567](https://github.com/gradio-app/gradio/pull/7567) [`e340894`](https://github.com/gradio-app/gradio/commit/e340894b1cf2f44dd45e597fd8d9e547f408fbb3) - Quick fix: custom dropdown value. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
## 4.19.2
### Features

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

@ -1,5 +1,11 @@
# website
## 0.24.0
### Features
- [#7451](https://github.com/gradio-app/gradio/pull/7451) [`65f114a`](https://github.com/gradio-app/gradio/commit/65f114a117b351f5935424fa78c830a58bafc44f) - Add error handling for missing `js/_website/version.json`. Thanks [@hannahblair](https://github.com/hannahblair)!
## 0.23.4
### Patch Changes
@ -329,4 +335,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Fixes
- [#5007](https://github.com/gradio-app/gradio/pull/5007) [`71c90394`](https://github.com/gradio-app/gradio/commit/71c90394012a9cfe10eae312b437a6deff52da3a) - Make sure tags aren't rendered inside a guide. Thanks [@aliabd](https://github.com/aliabd)!
- [#5007](https://github.com/gradio-app/gradio/pull/5007) [`71c90394`](https://github.com/gradio-app/gradio/commit/71c90394012a9cfe10eae312b437a6deff52da3a) - Make sure tags aren't rendered inside a guide. Thanks [@aliabd](https://github.com/aliabd)!

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

@ -1,5 +1,14 @@
# @gradio/annotatedimage
## 0.5.4
### Patch Changes
- Updated dependencies [[`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8), [`9c6de6d`](https://github.com/gradio-app/gradio/commit/9c6de6d85092c1c9378d7f81e5ec734221536812), [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee), [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4), [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f)]:
- @gradio/upload@0.7.5
- @gradio/wasm@0.7.0
- @gradio/client@0.12.2
## 0.5.3
### Patch Changes

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

@ -1,5 +1,17 @@
# @gradio/app
## 1.26.0
### Features
- [#7345](https://github.com/gradio-app/gradio/pull/7345) [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f) - fix-tests. Thanks [@pngwn](https://github.com/pngwn)!
- [#7518](https://github.com/gradio-app/gradio/pull/7518) [`bd2c695`](https://github.com/gradio-app/gradio/commit/bd2c69532801f9a0626cd1192de158bde6068b9a) - Adds a `gr.DownloadButton` component. Thanks [@abidlabs](https://github.com/abidlabs)!
### Fixes
- [#7510](https://github.com/gradio-app/gradio/pull/7510) [`08c2d49`](https://github.com/gradio-app/gradio/commit/08c2d491ecac83268ad20f05769ef7e1335089e2) - when adding custom head html, ensure there are no duplicate meta tags. Thanks [@qkdxorjs1002](https://github.com/qkdxorjs1002)!
- [#7545](https://github.com/gradio-app/gradio/pull/7545) [`1fa2e91`](https://github.com/gradio-app/gradio/commit/1fa2e914ca4663a47743cc34acdf98c7fcc469c8) - Fixes `auth_message` so that it correctly renders HTML. Thanks [@abidlabs](https://github.com/abidlabs)!
## 1.25.2
### Fixes

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

@ -1,5 +1,11 @@
# @gradio/audio
## 0.9.4
### Fixes
- [#7599](https://github.com/gradio-app/gradio/pull/7599) [`f26aba0`](https://github.com/gradio-app/gradio/commit/f26aba00a71a5b4eff60c37580c8d25f9bc048da) - Prevent audio speeding up when trimming. Thanks [@hannahblair](https://github.com/hannahblair)!
## 0.9.3
### Patch Changes
@ -333,4 +339,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)!
- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)!

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

@ -1,5 +1,11 @@
# @gradio/button
## 0.2.23
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.2.22
### Patch Changes
@ -280,4 +286,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Patch Changes
- Updated dependencies []:
- @gradio/utils@0.0.2
- @gradio/utils@0.0.2

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

@ -1,5 +1,11 @@
# @gradio/chatbot
## 0.7.4
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.7.3
### Patch Changes
@ -406,4 +412,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- @gradio/theme@0.0.2
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2
- @gradio/upload@0.0.2

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

@ -1,5 +1,13 @@
# @gradio/code
## 0.5.4
### Patch Changes
- Updated dependencies [[`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8), [`9c6de6d`](https://github.com/gradio-app/gradio/commit/9c6de6d85092c1c9378d7f81e5ec734221536812), [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4), [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f)]:
- @gradio/upload@0.7.5
- @gradio/wasm@0.7.0
## 0.5.3
### Patch Changes

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

@ -1,5 +1,11 @@
# @gradio/dataframe
## 0.6.5
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.6.4
### Fixes

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

@ -1,5 +1,11 @@
# @gradio/dataset
## 0.1.23
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.1.22
### Patch Changes
@ -261,4 +267,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)!

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

@ -0,0 +1,7 @@
# @gradio/downloadbutton
## 0.1.0
### Features
- [#7518](https://github.com/gradio-app/gradio/pull/7518) [`bd2c695`](https://github.com/gradio-app/gradio/commit/bd2c69532801f9a0626cd1192de158bde6068b9a) - Adds a `gr.DownloadButton` component. Thanks [@abidlabs](https://github.com/abidlabs)!

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

@ -1,5 +1,11 @@
# @gradio/dropdown
## 0.6.3
### Fixes
- [#7567](https://github.com/gradio-app/gradio/pull/7567) [`e340894`](https://github.com/gradio-app/gradio/commit/e340894b1cf2f44dd45e597fd8d9e547f408fbb3) - Quick fix: custom dropdown value. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
## 0.6.2
### Patch Changes
@ -237,4 +243,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Fixes
- [#5062](https://github.com/gradio-app/gradio/pull/5062) [`7d897165`](https://github.com/gradio-app/gradio/commit/7d89716519d0751072792c9bbda668ffeb597296) - `gr.Dropdown` now has correct behavior in static mode as well as when an option is selected. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)!

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

@ -1,5 +1,11 @@
# @gradio/file
## 0.5.4
### Fixes
- [#7559](https://github.com/gradio-app/gradio/pull/7559) [`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8) - Fixes: Invalid file_type breaks drag and drop. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
## 0.5.3
### Fixes

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

@ -1,5 +1,14 @@
# @gradio/fileexplorer
## 0.3.24
### Patch Changes
- Updated dependencies [[`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8), [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee), [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4)]:
- @gradio/file@0.5.4
- @gradio/upload@0.7.5
- @gradio/client@0.12.2
## 0.3.23
### Patch Changes

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

@ -1,5 +1,11 @@
# @gradio/gallery
## 0.8.0
### Features
- [#7516](https://github.com/gradio-app/gradio/pull/7516) [`3645da5`](https://github.com/gradio-app/gradio/commit/3645da5f1e5539668cad75071a82fdd78f50263c) - Fix incorrect relative mouse coordinates for `Gallery` preview overlay. Thanks [@MMP0](https://github.com/MMP0)!
## 0.7.3
### Fixes

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

@ -1,5 +1,11 @@
# @gradio/image
## 0.9.4
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.9.3
### Patch Changes
@ -388,4 +394,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!

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

@ -1,5 +1,11 @@
# @gradio/imageeditor
## 0.4.4
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.4.3
### Patch Changes
@ -194,4 +200,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- [#6502](https://github.com/gradio-app/gradio/pull/6502) [`070f71c93`](https://github.com/gradio-app/gradio/commit/070f71c933d846ce8e2fe11cdd9bc0f3f897f29f) - Ensure image editor crop and draw cursor works as expected when the scroll position changes. Thanks [@pngwn](https://github.com/pngwn)!
# @gradio/image
# @gradio/image

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

@ -1,5 +1,11 @@
# @gradio/lite
## 4.14.2
### Features
- [#7345](https://github.com/gradio-app/gradio/pull/7345) [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f) - fix-tests. Thanks [@pngwn](https://github.com/pngwn)!
## 4.14.1
### Features

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

@ -1,10 +1,19 @@
# @gradio/model3d
## 0.8.3
### Patch Changes
- Updated dependencies [[`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8), [`9c6de6d`](https://github.com/gradio-app/gradio/commit/9c6de6d85092c1c9378d7f81e5ec734221536812), [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee), [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4), [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f)]:
- @gradio/upload@0.7.5
- @gradio/wasm@0.7.0
- @gradio/client@0.12.2
## 0.8.2
### Fixes
- [#7511](https://github.com/gradio-app/gradio/pull/7511) [`33f68cb`](https://github.com/gradio-app/gradio/commit/33f68cb6c22897f7996b6c84b0e528c47fae00b5) - Fix Canvas3D/Canvas3DGS async imports. Thanks [@whitphx](https://github.com/whitphx)!
- [#7511](https://github.com/gradio-app/gradio/pull/7511) [`33f68cb`](https://github.com/gradio-app/gradio/commit/33f68cb6c22897f7996b6c84b0e528c47fae00b5) - Fix Canvas3D/Canvas3DGS async imports. Thanks [@whitphx](https://github.com/whitphx)!
## 0.8.1
@ -313,4 +322,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- Updated dependencies []:
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2
- @gradio/upload@0.0.2

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

@ -1,5 +1,13 @@
# @gradio/preview
## 0.7.1
### Features
- [#7340](https://github.com/gradio-app/gradio/pull/7340) [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
- [#7604](https://github.com/gradio-app/gradio/pull/7604) [`0eea27a`](https://github.com/gradio-app/gradio/commit/0eea27a984d5f230a0186f418ddc20992d49888f) - chore(deps): update dependency stylus to ^0.63.0. Thanks [@renovate](https://github.com/apps/renovate)!
- [#7594](https://github.com/gradio-app/gradio/pull/7594) [`3940490`](https://github.com/gradio-app/gradio/commit/3940490fc018d8e5b28a16bc7e0fd95f7e440e72) - chore(deps): update dependency svelte-hmr to ^0.16.0. Thanks [@renovate](https://github.com/apps/renovate)!
## 0.7.0
### Features

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

@ -1,5 +1,11 @@
# @gradio/simpleimage
## 0.3.4
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.3.3
### Patch Changes
@ -43,4 +49,4 @@
### Fixes
- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)!

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

@ -1,5 +1,11 @@
# @gradio/tootils
## 0.2.4
### Features
- [#7345](https://github.com/gradio-app/gradio/pull/7345) [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f) - fix-tests. Thanks [@pngwn](https://github.com/pngwn)!
## 0.2.3
### Patch Changes
@ -178,4 +184,4 @@ These improvements will be particularly beneficial to large applications.
- Corrected an issue that was causing markdown to re-render infinitely.
- Ensured that the `gr.3DModel` does re-render prematurely.
Thanks [@pngwn](https://github.com/pngwn)!
Thanks [@pngwn](https://github.com/pngwn)!

@ -1,6 +1,6 @@
{
"name": "@gradio/tootils",
"version": "0.2.3",
"version": "0.2.4",
"description": "Internal test utilities",
"type": "module",
"main": "src/index.ts",

@ -1,5 +1,11 @@
# @gradio/upload
## 0.7.5
### Fixes
- [#7559](https://github.com/gradio-app/gradio/pull/7559) [`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8) - Fixes: Invalid file_type breaks drag and drop. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
## 0.7.4
### Patch Changes
@ -354,4 +360,4 @@ From the backend, streamed outputs are served from the `/stream/` endpoint inste
### Patch Changes
- Updated dependencies []:
- @gradio/atoms@0.0.2
- @gradio/atoms@0.0.2

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

@ -1,5 +1,12 @@
# @gradio/uploadbutton
## 0.5.0
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#7518](https://github.com/gradio-app/gradio/pull/7518) [`bd2c695`](https://github.com/gradio-app/gradio/commit/bd2c69532801f9a0626cd1192de158bde6068b9a) - Adds a `gr.DownloadButton` component. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.4.7
### Patch Changes
@ -318,4 +325,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- Updated dependencies [[`61129052`](https://github.com/gradio-app/gradio/commit/61129052ed1391a75c825c891d57fa0ad6c09fc8), [`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`67265a58`](https://github.com/gradio-app/gradio/commit/67265a58027ef1f9e4c0eb849a532f72eaebde48), [`8b4eb8ca`](https://github.com/gradio-app/gradio/commit/8b4eb8cac9ea07bde31b44e2006ca2b7b5f4de36), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
- @gradio/client@0.2.0
- @gradio/upload@0.0.3
- @gradio/button@0.1.0
- @gradio/button@0.1.0

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

@ -1,5 +1,11 @@
# @gradio/video
## 0.6.4
### Features
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.6.3
### Patch Changes
@ -348,4 +354,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- @gradio/image@0.1.0
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2
- @gradio/upload@0.0.2

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

@ -1,5 +1,13 @@
# @gradio/wasm
## 0.7.0
### Features
- [#7119](https://github.com/gradio-app/gradio/pull/7119) [`9c6de6d`](https://github.com/gradio-app/gradio/commit/9c6de6d85092c1c9378d7f81e5ec734221536812) - Upgrade Pyodide to 0.25.0. Thanks [@whitphx](https://github.com/whitphx)!
- [#7340](https://github.com/gradio-app/gradio/pull/7340) [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4) - chore(deps): update all non-major dependencies. Thanks [@renovate](https://github.com/apps/renovate)!
- [#7345](https://github.com/gradio-app/gradio/pull/7345) [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f) - fix-tests. Thanks [@pngwn](https://github.com/pngwn)!
## 0.6.0
### Features

@ -1,6 +1,6 @@
{
"name": "@gradio/wasm",
"version": "0.6.0",
"version": "0.7.0",
"description": "Gradio Wasm package",
"type": "module",
"main": "./dist/index.js",

2
pnpm-lock.yaml generated

@ -282,7 +282,7 @@ importers:
js/_website:
dependencies:
'@gradio/code':
specifier: 0.5.3
specifier: 0.5.4
version: link:../code
'@sindresorhus/slugify':
specifier: ^2.2.0

@ -2,7 +2,7 @@ aiofiles>=22.0,<24.0
altair>=4.2.0,<6.0
fastapi
ffmpy
gradio_client==0.10.1
gradio_client==0.11.0
httpx>=0.24.1
huggingface_hub>=0.19.3
importlib_resources>=1.3,<7.0