mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
chore: update versions (#7630)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
048364c6b0
commit
6683ab2589
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/app": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Fix the Lite custom element to initialize the app in the connected callback and dispose the app in the disconnected callback
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fixing root path issue with subpath being repeated twice
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:fix: redundant meta tags that are unwanted
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:feature detect CSSStylesheet
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/preview": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Add --python-path, --pip-path, --gradio-path CLI arguments to let custom component developers control which executable is used
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
"@gradio/app": minor
|
||||
"@gradio/client": minor
|
||||
"gradio": minor
|
||||
"gradio_client": minor
|
||||
---
|
||||
|
||||
fix:Files should now be supplied as `file(...)` in the Client, and some fixes to `gr.load()` as well
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Refactor `example_inputs()`, separating its logic into two separate methods: `example_payload()` and `example_value()`
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
"gradio_client": patch
|
||||
---
|
||||
|
||||
fix:Control which files get moved to cache with gr.set_static_paths
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Use `x-forwarded-host` header to determine the root url, and let users provide a full `root_path` to override the automatically determined root url
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Add support for diffuser pipelines in gr.Interface.from_pipeline().
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@gradio/lite": patch
|
||||
---
|
||||
|
||||
feat:Lite version
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:downgrade contourpy
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/wasm": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Fix `CrossOriginWorkerMaker` to cache the blob URL
|
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,5 +1,25 @@
|
||||
# gradio
|
||||
|
||||
## 4.21.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7577](https://github.com/gradio-app/gradio/pull/7577) [`7c66a29`](https://github.com/gradio-app/gradio/commit/7c66a29dea0e4e56106d95d93972225b886a9df3) - Fix the Lite custom element to initialize the app in the connected callback and dispose the app in the disconnected callback. Thanks @whitphx!
|
||||
- [#7620](https://github.com/gradio-app/gradio/pull/7620) [`1a4b089`](https://github.com/gradio-app/gradio/commit/1a4b089e78d1efff47b4606daebde02e9b246ed4) - Refactor `example_inputs()`, separating its logic into two separate methods: `example_payload()` and `example_value()`. Thanks @abidlabs!
|
||||
- [#7265](https://github.com/gradio-app/gradio/pull/7265) [`6ebf0ce`](https://github.com/gradio-app/gradio/commit/6ebf0cedf5b357a14a8f5a0a9add849924f59ab0) - Add support for diffuser pipelines in gr.Interface.from_pipeline(). Thanks @shubhamofbce!
|
||||
- [#7650](https://github.com/gradio-app/gradio/pull/7650) [`048364c`](https://github.com/gradio-app/gradio/commit/048364c6b0ffe790086c5e2fee5fab1c63c167a0) - downgrade contourpy. Thanks @abidlabs!
|
||||
- [#7571](https://github.com/gradio-app/gradio/pull/7571) [`2edba13`](https://github.com/gradio-app/gradio/commit/2edba133e2a3b58b953ac0894d486faf2819beeb) - Fix `CrossOriginWorkerMaker` to cache the blob URL. Thanks @whitphx!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7643](https://github.com/gradio-app/gradio/pull/7643) [`9482c7a`](https://github.com/gradio-app/gradio/commit/9482c7a3d2d7b6abd81b786100ddc385133095a5) - fix: redundant meta tags that are unwanted. Thanks @qkdxorjs1002!
|
||||
- [#7628](https://github.com/gradio-app/gradio/pull/7628) [`ba8cc48`](https://github.com/gradio-app/gradio/commit/ba8cc48b136e701717c0c5d15ce410b4f8bf6a21) - feature detect CSSStylesheet. Thanks @pngwn!
|
||||
- [#7575](https://github.com/gradio-app/gradio/pull/7575) [`d0688b3`](https://github.com/gradio-app/gradio/commit/d0688b3c25feabb4fc7dfa0ab86086b3af7eb337) - Files should now be supplied as `file(...)` in the Client, and some fixes to `gr.load()` as well. Thanks @abidlabs!
|
||||
- [#7624](https://github.com/gradio-app/gradio/pull/7624) [`a22f3e0`](https://github.com/gradio-app/gradio/commit/a22f3e062d8d30f630e0cf8e373ad7cb0f99330f) - Fixing root path issue with subpath being repeated twice. Thanks @abidlabs!
|
||||
- [#7638](https://github.com/gradio-app/gradio/pull/7638) [`b3b0ea3`](https://github.com/gradio-app/gradio/commit/b3b0ea3e111ef8a3cdd82ecc310a4accc6af6120) - Add --python-path, --pip-path, --gradio-path CLI arguments to let custom component developers control which executable is used. Thanks @freddyaboulton!
|
||||
- [#7618](https://github.com/gradio-app/gradio/pull/7618) [`0ae1e44`](https://github.com/gradio-app/gradio/commit/0ae1e4486c06e06bb7a4bad45d58d14f1f8d1b94) - Control which files get moved to cache with gr.set_static_paths. Thanks @freddyaboulton!
|
||||
- [#7641](https://github.com/gradio-app/gradio/pull/7641) [`cb3999e`](https://github.com/gradio-app/gradio/commit/cb3999eec707609d5371ef3bad1152f55ed35b2f) - Use `x-forwarded-host` header to determine the root url, and let users provide a full `root_path` to override the automatically determined root url. Thanks @abidlabs!
|
||||
|
||||
## 4.20.1
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/client
|
||||
|
||||
## 0.13.0
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7575](https://github.com/gradio-app/gradio/pull/7575) [`d0688b3`](https://github.com/gradio-app/gradio/commit/d0688b3c25feabb4fc7dfa0ab86086b3af7eb337) - Files should now be supplied as `file(...)` in the Client, and some fixes to `gr.load()` as well. Thanks @abidlabs!
|
||||
|
||||
## 0.12.2
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/client",
|
||||
"version": "0.12.2",
|
||||
"version": "0.13.0",
|
||||
"description": "Gradio API client",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# gradio_client
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7575](https://github.com/gradio-app/gradio/pull/7575) [`d0688b3`](https://github.com/gradio-app/gradio/commit/d0688b3c25feabb4fc7dfa0ab86086b3af7eb337) - Files should now be supplied as `file(...)` in the Client, and some fixes to `gr.load()` as well. Thanks @abidlabs!
|
||||
- [#7618](https://github.com/gradio-app/gradio/pull/7618) [`0ae1e44`](https://github.com/gradio-app/gradio/commit/0ae1e4486c06e06bb7a4bad45d58d14f1f8d1b94) - Control which files get moved to cache with gr.set_static_paths. Thanks @freddyaboulton!
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,12 @@
|
||||
# gradio_client
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7575](https://github.com/gradio-app/gradio/pull/7575) [`d0688b3`](https://github.com/gradio-app/gradio/commit/d0688b3c25feabb4fc7dfa0ab86086b3af7eb337) - Files should now be supplied as `file(...)` in the Client, and some fixes to `gr.load()` as well. Thanks @abidlabs!
|
||||
- [#7618](https://github.com/gradio-app/gradio/pull/7618) [`0ae1e44`](https://github.com/gradio-app/gradio/commit/0ae1e4486c06e06bb7a4bad45d58d14f1f8d1b94) - Control which files get moved to cache with gr.set_static_paths. Thanks @freddyaboulton!
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio_client",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"description": "",
|
||||
"python": "true",
|
||||
"main_changeset": true
|
||||
|
@ -1,5 +1,25 @@
|
||||
# gradio
|
||||
|
||||
## 4.21.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7577](https://github.com/gradio-app/gradio/pull/7577) [`7c66a29`](https://github.com/gradio-app/gradio/commit/7c66a29dea0e4e56106d95d93972225b886a9df3) - Fix the Lite custom element to initialize the app in the connected callback and dispose the app in the disconnected callback. Thanks @whitphx!
|
||||
- [#7620](https://github.com/gradio-app/gradio/pull/7620) [`1a4b089`](https://github.com/gradio-app/gradio/commit/1a4b089e78d1efff47b4606daebde02e9b246ed4) - Refactor `example_inputs()`, separating its logic into two separate methods: `example_payload()` and `example_value()`. Thanks @abidlabs!
|
||||
- [#7265](https://github.com/gradio-app/gradio/pull/7265) [`6ebf0ce`](https://github.com/gradio-app/gradio/commit/6ebf0cedf5b357a14a8f5a0a9add849924f59ab0) - Add support for diffuser pipelines in gr.Interface.from_pipeline(). Thanks @shubhamofbce!
|
||||
- [#7650](https://github.com/gradio-app/gradio/pull/7650) [`048364c`](https://github.com/gradio-app/gradio/commit/048364c6b0ffe790086c5e2fee5fab1c63c167a0) - downgrade contourpy. Thanks @abidlabs!
|
||||
- [#7571](https://github.com/gradio-app/gradio/pull/7571) [`2edba13`](https://github.com/gradio-app/gradio/commit/2edba133e2a3b58b953ac0894d486faf2819beeb) - Fix `CrossOriginWorkerMaker` to cache the blob URL. Thanks @whitphx!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7643](https://github.com/gradio-app/gradio/pull/7643) [`9482c7a`](https://github.com/gradio-app/gradio/commit/9482c7a3d2d7b6abd81b786100ddc385133095a5) - fix: redundant meta tags that are unwanted. Thanks @qkdxorjs1002!
|
||||
- [#7628](https://github.com/gradio-app/gradio/pull/7628) [`ba8cc48`](https://github.com/gradio-app/gradio/commit/ba8cc48b136e701717c0c5d15ce410b4f8bf6a21) - feature detect CSSStylesheet. Thanks @pngwn!
|
||||
- [#7575](https://github.com/gradio-app/gradio/pull/7575) [`d0688b3`](https://github.com/gradio-app/gradio/commit/d0688b3c25feabb4fc7dfa0ab86086b3af7eb337) - Files should now be supplied as `file(...)` in the Client, and some fixes to `gr.load()` as well. Thanks @abidlabs!
|
||||
- [#7624](https://github.com/gradio-app/gradio/pull/7624) [`a22f3e0`](https://github.com/gradio-app/gradio/commit/a22f3e062d8d30f630e0cf8e373ad7cb0f99330f) - Fixing root path issue with subpath being repeated twice. Thanks @abidlabs!
|
||||
- [#7638](https://github.com/gradio-app/gradio/pull/7638) [`b3b0ea3`](https://github.com/gradio-app/gradio/commit/b3b0ea3e111ef8a3cdd82ecc310a4accc6af6120) - Add --python-path, --pip-path, --gradio-path CLI arguments to let custom component developers control which executable is used. Thanks @freddyaboulton!
|
||||
- [#7618](https://github.com/gradio-app/gradio/pull/7618) [`0ae1e44`](https://github.com/gradio-app/gradio/commit/0ae1e4486c06e06bb7a4bad45d58d14f1f8d1b94) - Control which files get moved to cache with gr.set_static_paths. Thanks @freddyaboulton!
|
||||
- [#7641](https://github.com/gradio-app/gradio/pull/7641) [`cb3999e`](https://github.com/gradio-app/gradio/commit/cb3999eec707609d5371ef3bad1152f55ed35b2f) - Use `x-forwarded-host` header to determine the root url, and let users provide a full `root_path` to override the automatically determined root url. Thanks @abidlabs!
|
||||
|
||||
## 4.20.1
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.20.1",
|
||||
"version": "4.21.0",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
7
js/_spaces-test/CHANGELOG.md
Normal file
7
js/_spaces-test/CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
||||
# @gradio/spaces-test
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.13.0
|
@ -1,5 +1,11 @@
|
||||
# website
|
||||
|
||||
## 0.24.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.5.6
|
||||
|
||||
## 0.24.1
|
||||
|
||||
### Patch Changes
|
||||
@ -342,4 +348,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.24.1",
|
||||
"version": "0.24.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "python generate_jsons/generate.py && vite dev",
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@gradio/code": "0.5.5",
|
||||
"@gradio/code": "0.5.6",
|
||||
"@sindresorhus/slugify": "^2.2.0",
|
||||
"@sveltejs/adapter-vercel": "^3.0.3",
|
||||
"hast-util-to-string": "^3.0.0",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.5.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Patch Changes
|
||||
@ -334,4 +342,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd)]:
|
||||
- @gradio/upload@0.0.3
|
||||
- @gradio/upload@0.0.3
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,40 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.27.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7577](https://github.com/gradio-app/gradio/pull/7577) [`7c66a29`](https://github.com/gradio-app/gradio/commit/7c66a29dea0e4e56106d95d93972225b886a9df3) - Fix the Lite custom element to initialize the app in the connected callback and dispose the app in the disconnected callback. Thanks @whitphx!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7643](https://github.com/gradio-app/gradio/pull/7643) [`9482c7a`](https://github.com/gradio-app/gradio/commit/9482c7a3d2d7b6abd81b786100ddc385133095a5) - fix: redundant meta tags that are unwanted. Thanks @qkdxorjs1002!
|
||||
- [#7628](https://github.com/gradio-app/gradio/pull/7628) [`ba8cc48`](https://github.com/gradio-app/gradio/commit/ba8cc48b136e701717c0c5d15ce410b4f8bf6a21) - feature detect CSSStylesheet. Thanks @pngwn!
|
||||
- [#7575](https://github.com/gradio-app/gradio/pull/7575) [`d0688b3`](https://github.com/gradio-app/gradio/commit/d0688b3c25feabb4fc7dfa0ab86086b3af7eb337) - Files should now be supplied as `file(...)` in the Client, and some fixes to `gr.load()` as well. Thanks @abidlabs!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.2.25
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/code@0.5.6
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
- @gradio/annotatedimage@0.5.6
|
||||
- @gradio/audio@0.9.6
|
||||
- @gradio/chatbot@0.7.6
|
||||
- @gradio/dataset@0.1.25
|
||||
- @gradio/downloadbutton@0.1.2
|
||||
- @gradio/file@0.5.6
|
||||
- @gradio/fileexplorer@0.3.26
|
||||
- @gradio/gallery@0.8.2
|
||||
- @gradio/image@0.9.6
|
||||
- @gradio/imageeditor@0.4.6
|
||||
- @gradio/model3d@0.8.5
|
||||
- @gradio/simpleimage@0.3.6
|
||||
- @gradio/uploadbutton@0.5.2
|
||||
- @gradio/video@0.6.6
|
||||
- @gradio/dataframe@0.6.7
|
||||
|
||||
## 1.26.1
|
||||
|
||||
### Patch Changes
|
||||
@ -829,4 +864,4 @@ Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
||||
|
||||
- [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)!
|
||||
- [#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)!
|
||||
- [#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/app",
|
||||
"version": "1.26.1",
|
||||
"version": "1.27.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.9.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.2.25
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
|
||||
## 0.9.5
|
||||
|
||||
### Patch Changes
|
||||
@ -347,4 +356,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.5",
|
||||
"version": "0.9.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.2.25
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
|
||||
## 0.2.24
|
||||
|
||||
### Patch Changes
|
||||
@ -293,4 +300,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.24",
|
||||
"version": "0.2.25",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.7.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/audio@0.9.6
|
||||
- @gradio/image@0.9.6
|
||||
- @gradio/video@0.6.6
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Patch Changes
|
||||
@ -422,4 +432,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.5",
|
||||
"version": "0.7.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.5.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/wasm@0.8.0
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Patch Changes
|
||||
@ -323,4 +330,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/code",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.6.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.2.25
|
||||
- @gradio/upload@0.7.7
|
||||
|
||||
## 0.6.6
|
||||
|
||||
### Patch Changes
|
||||
@ -386,4 +393,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
||||
|
||||
- Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
|
||||
- @gradio/upload@0.0.3
|
||||
- @gradio/button@0.1.0
|
||||
- @gradio/button@0.1.0
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.6.6",
|
||||
"version": "0.6.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.1.25
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
|
||||
## 0.1.24
|
||||
|
||||
### Patch Changes
|
||||
@ -274,4 +281,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.24",
|
||||
"version": "0.1.25",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.2.25
|
||||
- @gradio/client@0.13.0
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
@ -11,4 +18,4 @@
|
||||
|
||||
### 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)!
|
||||
- [#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.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.5.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Patch Changes
|
||||
@ -385,4 +393,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
||||
- Updated dependencies []:
|
||||
- @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/file",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.3.26
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/file@0.5.6
|
||||
|
||||
## 0.3.25
|
||||
|
||||
### Patch Changes
|
||||
@ -279,4 +287,4 @@ Users can then navigate the virtual filesystem and select files which will be ac
|
||||
|
||||
For more information check the [`FileExplorer` documentation](https://gradio.app/docs/fileexplorer).
|
||||
|
||||
Thanks [@aliabid94](https://github.com/aliabid94)!
|
||||
Thanks [@aliabid94](https://github.com/aliabid94)!
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.3.25",
|
||||
"version": "0.3.26",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.8.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/file@0.5.6
|
||||
- @gradio/image@0.9.6
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Patch Changes
|
||||
@ -378,4 +387,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
||||
|
||||
### Features
|
||||
|
||||
- [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)!
|
||||
- [#4995](https://github.com/gradio-app/gradio/pull/4995) [`3f8c210b`](https://github.com/gradio-app/gradio/commit/3f8c210b01ef1ceaaf8ee73be4bf246b5b745bbf) - Implement left and right click in `Gallery` component and show implicit images in `Gallery` grid. Thanks [@hannahblair](https://github.com/hannahblair)!
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.9.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
|
||||
## 0.9.5
|
||||
|
||||
### Patch Changes
|
||||
@ -401,4 +409,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.5",
|
||||
"version": "0.9.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
- @gradio/image@0.9.6
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Patch Changes
|
||||
@ -208,4 +217,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.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.21.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7647](https://github.com/gradio-app/gradio/pull/7647) [`57510f9`](https://github.com/gradio-app/gradio/commit/57510f9ce0b38d473cc90800a05e769f1a47be9b) - Lite version. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/wasm@0.8.0
|
||||
- gradio@4.21.0
|
||||
|
||||
## 4.14.2
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.14.2",
|
||||
"version": "4.21.0",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.8.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
|
||||
## 0.8.4
|
||||
|
||||
### Patch Changes
|
||||
@ -329,4 +337,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.4",
|
||||
"version": "0.8.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/preview
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7638](https://github.com/gradio-app/gradio/pull/7638) [`b3b0ea3`](https://github.com/gradio-app/gradio/commit/b3b0ea3e111ef8a3cdd82ecc310a4accc6af6120) - Add --python-path, --pip-path, --gradio-path CLI arguments to let custom component developers control which executable is used. Thanks @freddyaboulton!
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/preview",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/simpleimage
|
||||
|
||||
## 0.3.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
@ -56,4 +64,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.5",
|
||||
"version": "0.3.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/upload
|
||||
|
||||
## 0.7.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
|
||||
## 0.7.6
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/upload",
|
||||
"version": "0.7.6",
|
||||
"version": "0.7.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/uploadbutton
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.2.25
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
|
||||
## 0.5.1
|
||||
|
||||
### Patch Changes
|
||||
@ -333,4 +341,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.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/video
|
||||
|
||||
## 0.6.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.7.7
|
||||
- @gradio/client@0.13.0
|
||||
- @gradio/wasm@0.8.0
|
||||
- @gradio/image@0.9.6
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Patch Changes
|
||||
@ -362,4 +371,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.5",
|
||||
"version": "0.6.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/wasm
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7571](https://github.com/gradio-app/gradio/pull/7571) [`2edba13`](https://github.com/gradio-app/gradio/commit/2edba133e2a3b58b953ac0894d486faf2819beeb) - Fix `CrossOriginWorkerMaker` to cache the blob URL. Thanks @whitphx!
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/wasm",
|
||||
"version": "0.7.0",
|
||||
"version": "0.8.0",
|
||||
"description": "Gradio Wasm package",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
@ -282,7 +282,7 @@ importers:
|
||||
js/_website:
|
||||
dependencies:
|
||||
'@gradio/code':
|
||||
specifier: 0.5.5
|
||||
specifier: 0.5.6
|
||||
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.11.0
|
||||
gradio_client==0.12.0
|
||||
httpx>=0.24.1
|
||||
huggingface_hub>=0.19.3
|
||||
importlib_resources>=1.3,<7.0
|
||||
|
Loading…
Reference in New Issue
Block a user