mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
chore: update versions (#9874)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
fa5d4339d6
commit
b5eaba1d6d
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/accordion": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Adds `.expand()` and `.collapse()` events to `gr.Accordion`
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/fileexplorer": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Allows selection of directories in File Explorer
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/lite": patch
|
||||
"@gradio/wasm": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Lite worker refactoring
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/audio": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix live interfaces for audio/image streaming
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
"@gradio/atoms": minor
|
||||
"@gradio/file": minor
|
||||
"@gradio/upload": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Allow uploading more files in gr.File
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fixes for ChatInterface Examples when additional inputs are provided
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Enforce `meta` key present during preprocess in FileData payloads
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/file": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Add `.download()` event to `gr.File`
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
"@gradio/lite": minor
|
||||
"@gradio/wasm": minor
|
||||
"gradio": minor
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:Lite auto-load imported modules with `pyodide.loadPackagesFromImports`
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/core": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Fix frontend errors on ApiDocs and RecordingSnippet
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix Loading SSR'd apps via gr.load
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/nativeplot": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Allow plot tooltip to show extra columns
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/atoms": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Ensure non-form elements are correctly positioned when scale is applied
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fixes LoginButton for SSR
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/gallery": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Ensure gallery share button is positioned correctly
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/chatbot": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Make sure the Tool accordion is closed if it is not the last message
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/dataframe": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix dataframe height increasing on scroll
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/textbox": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix: Resolve copy button visibility issue in Textbox component
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Do not load code in gr.NO_RELOAD in the reload mode watch thread
|
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,5 +1,32 @@
|
||||
# gradio
|
||||
|
||||
## 5.5.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9875](https://github.com/gradio-app/gradio/pull/9875) [`8305ff8`](https://github.com/gradio-app/gradio/commit/8305ff8712183f27174cfb891548ad7cc1c67fed) - Adds `.expand()` and `.collapse()` events to `gr.Accordion`. Thanks @abidlabs!
|
||||
- [#9424](https://github.com/gradio-app/gradio/pull/9424) [`a1582a6`](https://github.com/gradio-app/gradio/commit/a1582a6dca494618c734208cade87acfdac91004) - Lite worker refactoring. Thanks @whitphx!
|
||||
- [#9891](https://github.com/gradio-app/gradio/pull/9891) [`fc12496`](https://github.com/gradio-app/gradio/commit/fc124964a1b4922e54a4ca4755f0a536dfae1a21) - Allow uploading more files in gr.File. Thanks @hannahblair!
|
||||
- [#9898](https://github.com/gradio-app/gradio/pull/9898) [`dcfa7ad`](https://github.com/gradio-app/gradio/commit/dcfa7ad3e819002c0213a592ad726ccfd9e2bf0c) - Enforce `meta` key present during preprocess in FileData payloads. Thanks @freddyaboulton!
|
||||
- [#9887](https://github.com/gradio-app/gradio/pull/9887) [`d407c00`](https://github.com/gradio-app/gradio/commit/d407c007153705a7f5446f4601c12f208ec32a5b) - Add `.download()` event to `gr.File`. Thanks @abidlabs!
|
||||
- [#9726](https://github.com/gradio-app/gradio/pull/9726) [`b6725cf`](https://github.com/gradio-app/gradio/commit/b6725cf6c1fe9667dc10e1988976ed36d84d73d3) - Lite auto-load imported modules with `pyodide.loadPackagesFromImports`. Thanks @whitphx!
|
||||
- [#9786](https://github.com/gradio-app/gradio/pull/9786) [`f109497`](https://github.com/gradio-app/gradio/commit/f109497e8281b3429b58e3f6a293dd63ebcc08af) - Fix frontend errors on ApiDocs and RecordingSnippet. Thanks @whitphx!
|
||||
- [#9800](https://github.com/gradio-app/gradio/pull/9800) [`d1cfe1e`](https://github.com/gradio-app/gradio/commit/d1cfe1e9defa06f927aec2671656fe77514dd0fa) - Allow plot tooltip to show extra columns. Thanks @aliabid94!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9835](https://github.com/gradio-app/gradio/pull/9835) [`4d90883`](https://github.com/gradio-app/gradio/commit/4d9088354df528c8edf981f3e756d8927d3e8805) - Allows selection of directories in File Explorer. Thanks @aliabid94!
|
||||
- [#9883](https://github.com/gradio-app/gradio/pull/9883) [`e10bbd2`](https://github.com/gradio-app/gradio/commit/e10bbd236f5817698f5e5ac1c14c7ec179a725b6) - Fix live interfaces for audio/image streaming. Thanks @freddyaboulton!
|
||||
- [#9804](https://github.com/gradio-app/gradio/pull/9804) [`458a38c`](https://github.com/gradio-app/gradio/commit/458a38cabb8e378bb008b1abec8eee8b780fe712) - Fixes for ChatInterface Examples when additional inputs are provided. Thanks @dawoodkhan82!
|
||||
- [#9827](https://github.com/gradio-app/gradio/pull/9827) [`7ed8d02`](https://github.com/gradio-app/gradio/commit/7ed8d02979e8ad4db6ef62b29ce080f31bcf9a0d) - Fix Loading SSR'd apps via gr.load. Thanks @freddyaboulton!
|
||||
- [#9882](https://github.com/gradio-app/gradio/pull/9882) [`6c8a064`](https://github.com/gradio-app/gradio/commit/6c8a064feeaa89a2ffc96260032f24f18eb032fa) - Ensure non-form elements are correctly positioned when scale is applied. Thanks @hannahblair!
|
||||
- [#9880](https://github.com/gradio-app/gradio/pull/9880) [`120198f`](https://github.com/gradio-app/gradio/commit/120198fe2da2ded9e8f27549b9dfd1cd81992ec4) - Fixes LoginButton for SSR. Thanks @dawoodkhan82!
|
||||
- [#9881](https://github.com/gradio-app/gradio/pull/9881) [`6866a54`](https://github.com/gradio-app/gradio/commit/6866a5433afe7e29ad73bac10ecbc3b44f5867f4) - Ensure gallery share button is positioned correctly. Thanks @hannahblair!
|
||||
- [#9826](https://github.com/gradio-app/gradio/pull/9826) [`69acfeb`](https://github.com/gradio-app/gradio/commit/69acfebffd0d3479a40352de19c8763863557428) - Make sure the Tool accordion is closed if it is not the last message. Thanks @freddyaboulton!
|
||||
- [#9892](https://github.com/gradio-app/gradio/pull/9892) [`7d77024`](https://github.com/gradio-app/gradio/commit/7d77024cb8f9cfd39a6468de9534e58dcfa69f49) - Fix dataframe height increasing on scroll. Thanks @abidlabs!
|
||||
- [#9859](https://github.com/gradio-app/gradio/pull/9859) [`c1cb5be`](https://github.com/gradio-app/gradio/commit/c1cb5be2d79fce5d25032366b5864700ba9d1114) - Fix: Resolve copy button visibility issue in Textbox component. Thanks @rahulsamant37!
|
||||
- [#9886](https://github.com/gradio-app/gradio/pull/9886) [`fa5d433`](https://github.com/gradio-app/gradio/commit/fa5d4339d6aafda529150d9536b895e2b239c831) - Do not load code in gr.NO_RELOAD in the reload mode watch thread. Thanks @freddyaboulton!
|
||||
|
||||
## 5.4.0
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,32 @@
|
||||
# gradio
|
||||
|
||||
## 5.5.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9875](https://github.com/gradio-app/gradio/pull/9875) [`8305ff8`](https://github.com/gradio-app/gradio/commit/8305ff8712183f27174cfb891548ad7cc1c67fed) - Adds `.expand()` and `.collapse()` events to `gr.Accordion`. Thanks @abidlabs!
|
||||
- [#9424](https://github.com/gradio-app/gradio/pull/9424) [`a1582a6`](https://github.com/gradio-app/gradio/commit/a1582a6dca494618c734208cade87acfdac91004) - Lite worker refactoring. Thanks @whitphx!
|
||||
- [#9891](https://github.com/gradio-app/gradio/pull/9891) [`fc12496`](https://github.com/gradio-app/gradio/commit/fc124964a1b4922e54a4ca4755f0a536dfae1a21) - Allow uploading more files in gr.File. Thanks @hannahblair!
|
||||
- [#9898](https://github.com/gradio-app/gradio/pull/9898) [`dcfa7ad`](https://github.com/gradio-app/gradio/commit/dcfa7ad3e819002c0213a592ad726ccfd9e2bf0c) - Enforce `meta` key present during preprocess in FileData payloads. Thanks @freddyaboulton!
|
||||
- [#9887](https://github.com/gradio-app/gradio/pull/9887) [`d407c00`](https://github.com/gradio-app/gradio/commit/d407c007153705a7f5446f4601c12f208ec32a5b) - Add `.download()` event to `gr.File`. Thanks @abidlabs!
|
||||
- [#9726](https://github.com/gradio-app/gradio/pull/9726) [`b6725cf`](https://github.com/gradio-app/gradio/commit/b6725cf6c1fe9667dc10e1988976ed36d84d73d3) - Lite auto-load imported modules with `pyodide.loadPackagesFromImports`. Thanks @whitphx!
|
||||
- [#9786](https://github.com/gradio-app/gradio/pull/9786) [`f109497`](https://github.com/gradio-app/gradio/commit/f109497e8281b3429b58e3f6a293dd63ebcc08af) - Fix frontend errors on ApiDocs and RecordingSnippet. Thanks @whitphx!
|
||||
- [#9800](https://github.com/gradio-app/gradio/pull/9800) [`d1cfe1e`](https://github.com/gradio-app/gradio/commit/d1cfe1e9defa06f927aec2671656fe77514dd0fa) - Allow plot tooltip to show extra columns. Thanks @aliabid94!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9835](https://github.com/gradio-app/gradio/pull/9835) [`4d90883`](https://github.com/gradio-app/gradio/commit/4d9088354df528c8edf981f3e756d8927d3e8805) - Allows selection of directories in File Explorer. Thanks @aliabid94!
|
||||
- [#9883](https://github.com/gradio-app/gradio/pull/9883) [`e10bbd2`](https://github.com/gradio-app/gradio/commit/e10bbd236f5817698f5e5ac1c14c7ec179a725b6) - Fix live interfaces for audio/image streaming. Thanks @freddyaboulton!
|
||||
- [#9804](https://github.com/gradio-app/gradio/pull/9804) [`458a38c`](https://github.com/gradio-app/gradio/commit/458a38cabb8e378bb008b1abec8eee8b780fe712) - Fixes for ChatInterface Examples when additional inputs are provided. Thanks @dawoodkhan82!
|
||||
- [#9827](https://github.com/gradio-app/gradio/pull/9827) [`7ed8d02`](https://github.com/gradio-app/gradio/commit/7ed8d02979e8ad4db6ef62b29ce080f31bcf9a0d) - Fix Loading SSR'd apps via gr.load. Thanks @freddyaboulton!
|
||||
- [#9882](https://github.com/gradio-app/gradio/pull/9882) [`6c8a064`](https://github.com/gradio-app/gradio/commit/6c8a064feeaa89a2ffc96260032f24f18eb032fa) - Ensure non-form elements are correctly positioned when scale is applied. Thanks @hannahblair!
|
||||
- [#9880](https://github.com/gradio-app/gradio/pull/9880) [`120198f`](https://github.com/gradio-app/gradio/commit/120198fe2da2ded9e8f27549b9dfd1cd81992ec4) - Fixes LoginButton for SSR. Thanks @dawoodkhan82!
|
||||
- [#9881](https://github.com/gradio-app/gradio/pull/9881) [`6866a54`](https://github.com/gradio-app/gradio/commit/6866a5433afe7e29ad73bac10ecbc3b44f5867f4) - Ensure gallery share button is positioned correctly. Thanks @hannahblair!
|
||||
- [#9826](https://github.com/gradio-app/gradio/pull/9826) [`69acfeb`](https://github.com/gradio-app/gradio/commit/69acfebffd0d3479a40352de19c8763863557428) - Make sure the Tool accordion is closed if it is not the last message. Thanks @freddyaboulton!
|
||||
- [#9892](https://github.com/gradio-app/gradio/pull/9892) [`7d77024`](https://github.com/gradio-app/gradio/commit/7d77024cb8f9cfd39a6468de9534e58dcfa69f49) - Fix dataframe height increasing on scroll. Thanks @abidlabs!
|
||||
- [#9859](https://github.com/gradio-app/gradio/pull/9859) [`c1cb5be`](https://github.com/gradio-app/gradio/commit/c1cb5be2d79fce5d25032366b5864700ba9d1114) - Fix: Resolve copy button visibility issue in Textbox component. Thanks @rahulsamant37!
|
||||
- [#9886](https://github.com/gradio-app/gradio/pull/9886) [`fa5d433`](https://github.com/gradio-app/gradio/commit/fa5d4339d6aafda529150d9536b895e2b239c831) - Do not load code in gr.NO_RELOAD in the reload mode watch thread. Thanks @freddyaboulton!
|
||||
|
||||
## 5.4.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "5.4.0",
|
||||
"version": "5.5.0",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
@ -1,5 +1,16 @@
|
||||
# website
|
||||
|
||||
## 0.42.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9726](https://github.com/gradio-app/gradio/pull/9726) [`b6725cf`](https://github.com/gradio-app/gradio/commit/b6725cf6c1fe9667dc10e1988976ed36d84d73d3) - Lite auto-load imported modules with `pyodide.loadPackagesFromImports`. Thanks @whitphx!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.10.7
|
||||
- @gradio/paramviewer@0.5.6
|
||||
|
||||
## 0.41.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.41.0",
|
||||
"version": "0.42.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/accordion
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9875](https://github.com/gradio-app/gradio/pull/9875) [`8305ff8`](https://github.com/gradio-app/gradio/commit/8305ff8712183f27174cfb891548ad7cc1c67fed) - Adds `.expand()` and `.collapse()` events to `gr.Accordion`. Thanks @abidlabs!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/column@0.2.0
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/accordion",
|
||||
"version": "0.4.5",
|
||||
"version": "0.5.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.8.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/wasm@0.15.0
|
||||
|
||||
## 0.8.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.8.6",
|
||||
"version": "0.8.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @self/app
|
||||
|
||||
## 1.43.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/wasm@0.15.0
|
||||
- @gradio/core@0.3.0
|
||||
|
||||
## 1.43.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@self/app",
|
||||
"version": "1.43.0",
|
||||
"version": "1.43.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/atoms
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9891](https://github.com/gradio-app/gradio/pull/9891) [`fc12496`](https://github.com/gradio-app/gradio/commit/fc124964a1b4922e54a4ca4755f0a536dfae1a21) - Allow uploading more files in gr.File. Thanks @hannahblair!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9882](https://github.com/gradio-app/gradio/pull/9882) [`6c8a064`](https://github.com/gradio-app/gradio/commit/6c8a064feeaa89a2ffc96260032f24f18eb032fa) - Ensure non-form elements are correctly positioned when scale is applied. Thanks @hannahblair!
|
||||
|
||||
## 0.10.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/atoms",
|
||||
"version": "0.10.1",
|
||||
"version": "0.11.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.14.7
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9883](https://github.com/gradio-app/gradio/pull/9883) [`e10bbd2`](https://github.com/gradio-app/gradio/commit/e10bbd236f5817698f5e5ac1c14c7ec179a725b6) - Fix live interfaces for audio/image streaming. Thanks @freddyaboulton!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/button@0.3.6
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/wasm@0.15.0
|
||||
|
||||
## 0.14.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.14.6",
|
||||
"version": "0.14.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/box
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/box",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.3.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.14.0
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/button",
|
||||
"version": "0.3.5",
|
||||
"version": "0.3.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,22 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.16.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9826](https://github.com/gradio-app/gradio/pull/9826) [`69acfeb`](https://github.com/gradio-app/gradio/commit/69acfebffd0d3479a40352de19c8763863557428) - Make sure the Tool accordion is closed if it is not the last message. Thanks @freddyaboulton!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/video@0.11.7
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/wasm@0.15.0
|
||||
- @gradio/image@0.16.7
|
||||
- @gradio/gallery@0.13.7
|
||||
- @gradio/plot@0.9.1
|
||||
|
||||
## 0.16.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.16.1",
|
||||
"version": "0.16.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkbox
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkbox",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkboxgroup
|
||||
|
||||
## 0.6.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkboxgroup",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.10.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/wasm@0.15.0
|
||||
|
||||
## 0.10.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/code",
|
||||
"version": "0.10.6",
|
||||
"version": "0.10.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/colorpicker
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/colorpicker",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.3
|
||||
|
||||
## 0.2.0
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @self/component-test
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/video@0.11.7
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@self/component-test",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
|
@ -1,5 +1,29 @@
|
||||
# @gradio/core
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9786](https://github.com/gradio-app/gradio/pull/9786) [`f109497`](https://github.com/gradio-app/gradio/commit/f109497e8281b3429b58e3f6a293dd63ebcc08af) - Fix frontend errors on ApiDocs and RecordingSnippet. Thanks @whitphx!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.10.7
|
||||
- @gradio/paramviewer@0.5.6
|
||||
- @gradio/video@0.11.7
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/button@0.3.6
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/column@0.2.0
|
||||
- @gradio/file@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/checkbox@0.4.6
|
||||
- @gradio/wasm@0.15.0
|
||||
- @gradio/image@0.16.7
|
||||
- @gradio/gallery@0.13.7
|
||||
- @gradio/plot@0.9.1
|
||||
- @gradio/textbox@0.8.5
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/core",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@gradio/accordion": "workspace:^",
|
||||
|
@ -1,5 +1,18 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.12.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9892](https://github.com/gradio-app/gradio/pull/9892) [`7d77024`](https://github.com/gradio-app/gradio/commit/7d77024cb8f9cfd39a6468de9534e58dcfa69f49) - Fix dataframe height increasing on scroll. Thanks @abidlabs!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/button@0.3.6
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
|
||||
## 0.12.1
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.12.1",
|
||||
"version": "0.12.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.3.8
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/textbox@0.8.5
|
||||
|
||||
## 0.3.7
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataset",
|
||||
"version": "0.3.7",
|
||||
"version": "0.3.8",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/datetime
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/datetime",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.3.6
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/downloadbutton",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/dropdown
|
||||
|
||||
## 0.9.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.9.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dropdown",
|
||||
"version": "0.9.3",
|
||||
"version": "0.9.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/fallback
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fallback",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9891](https://github.com/gradio-app/gradio/pull/9891) [`fc12496`](https://github.com/gradio-app/gradio/commit/fc124964a1b4922e54a4ca4755f0a536dfae1a21) - Allow uploading more files in gr.File. Thanks @hannahblair!
|
||||
- [#9887](https://github.com/gradio-app/gradio/pull/9887) [`d407c00`](https://github.com/gradio-app/gradio/commit/d407c007153705a7f5446f4601c12f208ec32a5b) - Add `.download()` event to `gr.File`. Thanks @abidlabs!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/wasm@0.15.0
|
||||
|
||||
## 0.10.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/file",
|
||||
"version": "0.10.6",
|
||||
"version": "0.11.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.5.7
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9835](https://github.com/gradio-app/gradio/pull/9835) [`4d90883`](https://github.com/gradio-app/gradio/commit/4d9088354df528c8edf981f3e756d8927d3e8805) - Allows selection of directories in File Explorer. Thanks @aliabid94!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/file@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/checkbox@0.4.6
|
||||
|
||||
## 0.5.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.5.6",
|
||||
"version": "0.5.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/form
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/form",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,20 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.13.7
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#9881](https://github.com/gradio-app/gradio/pull/9881) [`6866a54`](https://github.com/gradio-app/gradio/commit/6866a5433afe7e29ad73bac10ecbc3b44f5867f4) - Ensure gallery share button is positioned correctly. Thanks @hannahblair!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/video@0.11.7
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/file@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/image@0.16.7
|
||||
|
||||
## 0.13.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.13.6",
|
||||
"version": "0.13.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/highlightedtext
|
||||
|
||||
## 0.8.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.8.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/highlightedtext",
|
||||
"version": "0.8.5",
|
||||
"version": "0.8.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/html
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/html",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.16.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/wasm@0.15.0
|
||||
|
||||
## 0.16.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.16.6",
|
||||
"version": "0.16.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.11.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/wasm@0.15.0
|
||||
- @gradio/image@0.16.7
|
||||
|
||||
## 0.11.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/imageeditor",
|
||||
"version": "0.11.6",
|
||||
"version": "0.11.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/json
|
||||
|
||||
## 0.5.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/json",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/label
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/label",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,18 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 5.5.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9424](https://github.com/gradio-app/gradio/pull/9424) [`a1582a6`](https://github.com/gradio-app/gradio/commit/a1582a6dca494618c734208cade87acfdac91004) - Lite worker refactoring. Thanks @whitphx!
|
||||
- [#9726](https://github.com/gradio-app/gradio/pull/9726) [`b6725cf`](https://github.com/gradio-app/gradio/commit/b6725cf6c1fe9667dc10e1988976ed36d84d73d3) - Lite auto-load imported modules with `pyodide.loadPackagesFromImports`. Thanks @whitphx!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/wasm@0.15.0
|
||||
- @gradio/core@0.3.0
|
||||
|
||||
## 4.43.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "5.4.0",
|
||||
"version": "5.5.0",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/markdown
|
||||
|
||||
## 0.11.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.11.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/markdown",
|
||||
"version": "0.11.1",
|
||||
"version": "0.11.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.13.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/wasm@0.15.0
|
||||
|
||||
## 0.13.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/model3d",
|
||||
"version": "0.13.6",
|
||||
"version": "0.13.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/multimodaltextbox
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/video@0.11.7
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
- @gradio/upload@0.14.0
|
||||
- @gradio/image@0.16.7
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/multimodaltextbox",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/nativeplot
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9800](https://github.com/gradio-app/gradio/pull/9800) [`d1cfe1e`](https://github.com/gradio-app/gradio/commit/d1cfe1e9defa06f927aec2671656fe77514dd0fa) - Allow plot tooltip to show extra columns. Thanks @aliabid94!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/nativeplot",
|
||||
"version": "0.4.5",
|
||||
"version": "0.5.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/number
|
||||
|
||||
## 0.5.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/number",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/paramviewer
|
||||
|
||||
## 0.5.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/paramviewer",
|
||||
"version": "0.5.5",
|
||||
"version": "0.5.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/plot
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.9.4
|
||||
- @gradio/atoms@0.11.0
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Features
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user