mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
chore: update versions (#8960)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
981731acb7
commit
54da6da115
@ -1,6 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
"gradio_client": patch
|
||||
---
|
||||
|
||||
feat:Improvements to FRP client download and usage
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/client": minor
|
||||
"gradio": minor
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:harden CI
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:fix: httpx timeouts cause gradio to fail during launch
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Type hint Correction
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/chatbot": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Refactor Chatinterface to use Chatbot instead of gr.State variables
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
"@gradio/annotatedimage": minor
|
||||
"@gradio/gallery": minor
|
||||
"@gradio/icons": minor
|
||||
"@gradio/image": minor
|
||||
"@gradio/imageeditor": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Add min/max-imize button to gr.Image and gr.Gallery
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix multimodal chatinterface api bug
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"gradio": minor
|
||||
"gradio_client": minor
|
||||
---
|
||||
|
||||
feat:Fix flaky tests and tests on Windows
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:Filter out type ignore comments from demos on website
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:fix: wrong named param check for js client
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Minor fixes
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:Website fixes for mobile
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:Fix trailing slash link on docs
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/nativeplot": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Improve plot guide, add double clicking to plots
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/model3d": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Prevent overflow in Model3D
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Passes `gr.Request` if type hint is `Request | None`
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Set `content_disposition_type` and `media_type` on downloaded files
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Fixes some docstrings, particularly for the `show_progress` parameter
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix `show_progress` in `gr.Interface`
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Some tweaks to is_in_or_equal
|
25
CHANGELOG.md
25
CHANGELOG.md
@ -1,5 +1,30 @@
|
||||
# gradio
|
||||
|
||||
## 4.41.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8968](https://github.com/gradio-app/gradio/pull/8968) [`38b3682`](https://github.com/gradio-app/gradio/commit/38b3682c3a9b40fb4070f665d94711c43c6fe40e) - Improvements to FRP client download and usage. Thanks @abidlabs!
|
||||
- [#8965](https://github.com/gradio-app/gradio/pull/8965) [`d30432e`](https://github.com/gradio-app/gradio/commit/d30432e9c6d4cc1e5cfd989a1a3ae4aba7e21290) - harden CI. Thanks @pngwn!
|
||||
- [#8972](https://github.com/gradio-app/gradio/pull/8972) [`d4c503a`](https://github.com/gradio-app/gradio/commit/d4c503a471cfd202c56fbddd99d5da431a4b7478) - Type hint Correction. Thanks @sthemeow!
|
||||
- [#8964](https://github.com/gradio-app/gradio/pull/8964) [`bf6bbd9`](https://github.com/gradio-app/gradio/commit/bf6bbd971acddbf78f03bea431ed7d1e0003ccf9) - Add min/max-imize button to gr.Image and gr.Gallery. Thanks @hannahblair!
|
||||
- [#9059](https://github.com/gradio-app/gradio/pull/9059) [`981731a`](https://github.com/gradio-app/gradio/commit/981731acb7da3e78555abeb20f47f3a8a5f0d861) - Fix flaky tests and tests on Windows. Thanks @abidlabs!
|
||||
- [#9021](https://github.com/gradio-app/gradio/pull/9021) [`360350c`](https://github.com/gradio-app/gradio/commit/360350cfc46b7dcc41d8a015b7eb6e7056cc7938) - Minor fixes. Thanks @aliabid94!
|
||||
- [#9064](https://github.com/gradio-app/gradio/pull/9064) [`4ba7b23`](https://github.com/gradio-app/gradio/commit/4ba7b238e22ac042de14a6b69aa9d61536ddffba) - Improve plot guide, add double clicking to plots. Thanks @aliabid94!
|
||||
- [#8975](https://github.com/gradio-app/gradio/pull/8975) [`3feea64`](https://github.com/gradio-app/gradio/commit/3feea64a65688d710184604bb44636d513bcc36a) - Prevent overflow in Model3D. Thanks @hannahblair!
|
||||
- [#8967](https://github.com/gradio-app/gradio/pull/8967) [`2f89877`](https://github.com/gradio-app/gradio/commit/2f89877ac1ef9eab46115187ffe179d5da060edd) - Set `content_disposition_type` and `media_type` on downloaded files. Thanks @aliabid94!
|
||||
- [#8958](https://github.com/gradio-app/gradio/pull/8958) [`4ff91a3`](https://github.com/gradio-app/gradio/commit/4ff91a3e6538872c529b604d36120dd946dc3282) - Fixes some docstrings, particularly for the `show_progress` parameter. Thanks @abidlabs!
|
||||
- [#9020](https://github.com/gradio-app/gradio/pull/9020) [`08b5159`](https://github.com/gradio-app/gradio/commit/08b51590163b306fd874f543f6fcaf23ac7d2646) - Some tweaks to is_in_or_equal. Thanks @freddyaboulton!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8962](https://github.com/gradio-app/gradio/pull/8962) [`c68eefb`](https://github.com/gradio-app/gradio/commit/c68eefba6c18ba9fda98220fb273726522dc3340) - fix: httpx timeouts cause gradio to fail during launch. Thanks @rsamborski!
|
||||
- [#8847](https://github.com/gradio-app/gradio/pull/8847) [`4d8a473`](https://github.com/gradio-app/gradio/commit/4d8a473632e388a312aee5c705b3c1f79853441b) - Refactor Chatinterface to use Chatbot instead of gr.State variables. Thanks @freddyaboulton!
|
||||
- [#9054](https://github.com/gradio-app/gradio/pull/9054) [`9fa635a`](https://github.com/gradio-app/gradio/commit/9fa635a8fd0050cc16539b9a3d11846ec71edf13) - Fix multimodal chatinterface api bug. Thanks @freddyaboulton!
|
||||
- [#8847](https://github.com/gradio-app/gradio/pull/8847) [`4d8a473`](https://github.com/gradio-app/gradio/commit/4d8a473632e388a312aee5c705b3c1f79853441b) - fix: wrong named param check for js client. Thanks @freddyaboulton!
|
||||
- [#9011](https://github.com/gradio-app/gradio/pull/9011) [`0978de8`](https://github.com/gradio-app/gradio/commit/0978de8104046250593806c927b416e4ffbbe293) - Passes `gr.Request` if type hint is `Request | None`. Thanks @abidlabs!
|
||||
- [#9053](https://github.com/gradio-app/gradio/pull/9053) [`8b33393`](https://github.com/gradio-app/gradio/commit/8b33393586af695e4ccd07f55453df896785b089) - Fix `show_progress` in `gr.Interface`. Thanks @abidlabs!
|
||||
|
||||
## 4.40.0
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/client
|
||||
|
||||
## 1.5.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8965](https://github.com/gradio-app/gradio/pull/8965) [`d30432e`](https://github.com/gradio-app/gradio/commit/d30432e9c6d4cc1e5cfd989a1a3ae4aba7e21290) - harden CI. Thanks @pngwn!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8847](https://github.com/gradio-app/gradio/pull/8847) [`4d8a473`](https://github.com/gradio-app/gradio/commit/4d8a473632e388a312aee5c705b3c1f79853441b) - fix: wrong named param check for js client. Thanks @freddyaboulton!
|
||||
|
||||
## 1.4.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/client",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"description": "Gradio API client",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# gradio_client
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8968](https://github.com/gradio-app/gradio/pull/8968) [`38b3682`](https://github.com/gradio-app/gradio/commit/38b3682c3a9b40fb4070f665d94711c43c6fe40e) - Improvements to FRP client download and usage. Thanks @abidlabs!
|
||||
- [#9059](https://github.com/gradio-app/gradio/pull/9059) [`981731a`](https://github.com/gradio-app/gradio/commit/981731acb7da3e78555abeb20f47f3a8a5f0d861) - Fix flaky tests and tests on Windows. Thanks @abidlabs!
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,12 @@
|
||||
# gradio_client
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8968](https://github.com/gradio-app/gradio/pull/8968) [`38b3682`](https://github.com/gradio-app/gradio/commit/38b3682c3a9b40fb4070f665d94711c43c6fe40e) - Improvements to FRP client download and usage. Thanks @abidlabs!
|
||||
- [#9059](https://github.com/gradio-app/gradio/pull/9059) [`981731a`](https://github.com/gradio-app/gradio/commit/981731acb7da3e78555abeb20f47f3a8a5f0d861) - Fix flaky tests and tests on Windows. Thanks @abidlabs!
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio_client",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "",
|
||||
"python": "true",
|
||||
"main_changeset": true
|
||||
|
@ -1,5 +1,30 @@
|
||||
# gradio
|
||||
|
||||
## 4.41.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8968](https://github.com/gradio-app/gradio/pull/8968) [`38b3682`](https://github.com/gradio-app/gradio/commit/38b3682c3a9b40fb4070f665d94711c43c6fe40e) - Improvements to FRP client download and usage. Thanks @abidlabs!
|
||||
- [#8965](https://github.com/gradio-app/gradio/pull/8965) [`d30432e`](https://github.com/gradio-app/gradio/commit/d30432e9c6d4cc1e5cfd989a1a3ae4aba7e21290) - harden CI. Thanks @pngwn!
|
||||
- [#8972](https://github.com/gradio-app/gradio/pull/8972) [`d4c503a`](https://github.com/gradio-app/gradio/commit/d4c503a471cfd202c56fbddd99d5da431a4b7478) - Type hint Correction. Thanks @sthemeow!
|
||||
- [#8964](https://github.com/gradio-app/gradio/pull/8964) [`bf6bbd9`](https://github.com/gradio-app/gradio/commit/bf6bbd971acddbf78f03bea431ed7d1e0003ccf9) - Add min/max-imize button to gr.Image and gr.Gallery. Thanks @hannahblair!
|
||||
- [#9059](https://github.com/gradio-app/gradio/pull/9059) [`981731a`](https://github.com/gradio-app/gradio/commit/981731acb7da3e78555abeb20f47f3a8a5f0d861) - Fix flaky tests and tests on Windows. Thanks @abidlabs!
|
||||
- [#9021](https://github.com/gradio-app/gradio/pull/9021) [`360350c`](https://github.com/gradio-app/gradio/commit/360350cfc46b7dcc41d8a015b7eb6e7056cc7938) - Minor fixes. Thanks @aliabid94!
|
||||
- [#9064](https://github.com/gradio-app/gradio/pull/9064) [`4ba7b23`](https://github.com/gradio-app/gradio/commit/4ba7b238e22ac042de14a6b69aa9d61536ddffba) - Improve plot guide, add double clicking to plots. Thanks @aliabid94!
|
||||
- [#8975](https://github.com/gradio-app/gradio/pull/8975) [`3feea64`](https://github.com/gradio-app/gradio/commit/3feea64a65688d710184604bb44636d513bcc36a) - Prevent overflow in Model3D. Thanks @hannahblair!
|
||||
- [#8967](https://github.com/gradio-app/gradio/pull/8967) [`2f89877`](https://github.com/gradio-app/gradio/commit/2f89877ac1ef9eab46115187ffe179d5da060edd) - Set `content_disposition_type` and `media_type` on downloaded files. Thanks @aliabid94!
|
||||
- [#8958](https://github.com/gradio-app/gradio/pull/8958) [`4ff91a3`](https://github.com/gradio-app/gradio/commit/4ff91a3e6538872c529b604d36120dd946dc3282) - Fixes some docstrings, particularly for the `show_progress` parameter. Thanks @abidlabs!
|
||||
- [#9020](https://github.com/gradio-app/gradio/pull/9020) [`08b5159`](https://github.com/gradio-app/gradio/commit/08b51590163b306fd874f543f6fcaf23ac7d2646) - Some tweaks to is_in_or_equal. Thanks @freddyaboulton!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8962](https://github.com/gradio-app/gradio/pull/8962) [`c68eefb`](https://github.com/gradio-app/gradio/commit/c68eefba6c18ba9fda98220fb273726522dc3340) - fix: httpx timeouts cause gradio to fail during launch. Thanks @rsamborski!
|
||||
- [#8847](https://github.com/gradio-app/gradio/pull/8847) [`4d8a473`](https://github.com/gradio-app/gradio/commit/4d8a473632e388a312aee5c705b3c1f79853441b) - Refactor Chatinterface to use Chatbot instead of gr.State variables. Thanks @freddyaboulton!
|
||||
- [#9054](https://github.com/gradio-app/gradio/pull/9054) [`9fa635a`](https://github.com/gradio-app/gradio/commit/9fa635a8fd0050cc16539b9a3d11846ec71edf13) - Fix multimodal chatinterface api bug. Thanks @freddyaboulton!
|
||||
- [#8847](https://github.com/gradio-app/gradio/pull/8847) [`4d8a473`](https://github.com/gradio-app/gradio/commit/4d8a473632e388a312aee5c705b3c1f79853441b) - fix: wrong named param check for js client. Thanks @freddyaboulton!
|
||||
- [#9011](https://github.com/gradio-app/gradio/pull/9011) [`0978de8`](https://github.com/gradio-app/gradio/commit/0978de8104046250593806c927b416e4ffbbe293) - Passes `gr.Request` if type hint is `Request | None`. Thanks @abidlabs!
|
||||
- [#9053](https://github.com/gradio-app/gradio/pull/9053) [`8b33393`](https://github.com/gradio-app/gradio/commit/8b33393586af695e4ccd07f55453df896785b089) - Fix `show_progress` in `gr.Interface`. Thanks @abidlabs!
|
||||
|
||||
## 4.40.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.40.0",
|
||||
"version": "4.41.0",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -4,6 +4,13 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/form@0.1.23
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/form@0.1.22
|
||||
|
||||
## 0.0.1
|
||||
|
@ -1,5 +1,19 @@
|
||||
# website
|
||||
|
||||
## 0.37.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8965](https://github.com/gradio-app/gradio/pull/8965) [`d30432e`](https://github.com/gradio-app/gradio/commit/d30432e9c6d4cc1e5cfd989a1a3ae4aba7e21290) - harden CI. Thanks @pngwn!
|
||||
- [#9043](https://github.com/gradio-app/gradio/pull/9043) [`890bae3`](https://github.com/gradio-app/gradio/commit/890bae3942cc19f2b9040cfb6792adaa3cd478b0) - Filter out type ignore comments from demos on website. Thanks @aliabd!
|
||||
- [#8857](https://github.com/gradio-app/gradio/pull/8857) [`6584aac`](https://github.com/gradio-app/gradio/commit/6584aace9866df582a6a3ff64dd045f1747aba42) - Website fixes for mobile. Thanks @aliabd!
|
||||
- [#9067](https://github.com/gradio-app/gradio/pull/9067) [`f29aef4`](https://github.com/gradio-app/gradio/commit/f29aef4528ad93ab2cb1cf25bd5e3362bb562839) - Fix trailing slash link on docs. Thanks @aliabd!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.8.2
|
||||
- @gradio/paramviewer@0.4.20
|
||||
|
||||
## 0.36.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.36.0",
|
||||
"version": "0.37.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/accordion
|
||||
|
||||
## 0.3.21
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/column@0.1.2
|
||||
|
||||
## 0.3.20
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/accordion",
|
||||
"version": "0.3.20",
|
||||
"version": "0.3.21",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8964](https://github.com/gradio-app/gradio/pull/8964) [`bf6bbd9`](https://github.com/gradio-app/gradio/commit/bf6bbd971acddbf78f03bea431ed7d1e0003ccf9) - Add min/max-imize button to gr.Image and gr.Gallery. Thanks @hannahblair!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
|
||||
## 0.6.15
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.6.15",
|
||||
"version": "0.7.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,58 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.39.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.8.2
|
||||
- @gradio/paramviewer@0.4.20
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/column@0.1.2
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/gallery@0.12.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
- @gradio/markdown@0.9.2
|
||||
- @gradio/plot@0.6.3
|
||||
- @gradio/image@0.14.0
|
||||
- @gradio/file@0.9.2
|
||||
- @gradio/chatbot@0.12.4
|
||||
- @gradio/annotatedimage@0.7.0
|
||||
- @gradio/imageeditor@0.9.0
|
||||
- @gradio/nativeplot@0.3.0
|
||||
- @gradio/model3d@0.12.0
|
||||
- @gradio/audio@0.13.2
|
||||
- @gradio/button@0.2.49
|
||||
- @gradio/dataframe@0.9.2
|
||||
- @gradio/dataset@0.2.3
|
||||
- @gradio/downloadbutton@0.1.26
|
||||
- @gradio/fileexplorer@0.4.17
|
||||
- @gradio/multimodaltextbox@0.5.5
|
||||
- @gradio/simpleimage@0.6.5
|
||||
- @gradio/uploadbutton@0.6.17
|
||||
- @gradio/video@0.10.2
|
||||
- @gradio/datetime@0.1.2
|
||||
- @gradio/dropdown@0.7.11
|
||||
- @gradio/form@0.1.23
|
||||
- @gradio/highlightedtext@0.7.5
|
||||
- @gradio/html@0.3.4
|
||||
- @gradio/json@0.3.1
|
||||
- @gradio/label@0.3.11
|
||||
- @gradio/simpledropdown@0.2.11
|
||||
- @gradio/simpletextbox@0.2.11
|
||||
- @gradio/textbox@0.6.10
|
||||
- @gradio/accordion@0.3.21
|
||||
- @gradio/box@0.1.23
|
||||
- @gradio/checkbox@0.3.11
|
||||
- @gradio/checkboxgroup@0.5.11
|
||||
- @gradio/colorpicker@0.3.11
|
||||
- @gradio/fallback@0.3.11
|
||||
- @gradio/number@0.4.11
|
||||
- @gradio/radio@0.5.11
|
||||
- @gradio/slider@0.4.11
|
||||
- @gradio/row@0.1.3
|
||||
|
||||
## 1.39.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/app",
|
||||
"version": "1.39.1",
|
||||
"version": "1.39.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/atoms
|
||||
|
||||
## 0.7.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.7.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/atoms",
|
||||
"version": "0.7.8",
|
||||
"version": "0.7.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.13.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
- @gradio/button@0.2.49
|
||||
|
||||
## 0.13.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/box
|
||||
|
||||
## 0.1.23
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
|
||||
## 0.1.22
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/box",
|
||||
"version": "0.1.22",
|
||||
"version": "0.1.23",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.2.49
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/upload@0.12.2
|
||||
|
||||
## 0.2.48
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/button",
|
||||
"version": "0.2.48",
|
||||
"version": "0.2.49",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,25 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.12.4
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8847](https://github.com/gradio-app/gradio/pull/8847) [`4d8a473`](https://github.com/gradio-app/gradio/commit/4d8a473632e388a312aee5c705b3c1f79853441b) - Refactor Chatinterface to use Chatbot instead of gr.State variables. Thanks @freddyaboulton!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/gallery@0.12.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
- @gradio/markdown@0.9.2
|
||||
- @gradio/plot@0.6.3
|
||||
- @gradio/image@0.14.0
|
||||
- @gradio/audio@0.13.2
|
||||
- @gradio/video@0.10.2
|
||||
|
||||
## 0.12.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.12.3",
|
||||
"version": "0.12.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkbox
|
||||
|
||||
## 0.3.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
|
||||
## 0.3.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkbox",
|
||||
"version": "0.3.10",
|
||||
"version": "0.3.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkboxgroup
|
||||
|
||||
## 0.5.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
|
||||
## 0.5.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkboxgroup",
|
||||
"version": "0.5.10",
|
||||
"version": "0.5.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.8.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/code",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/colorpicker
|
||||
|
||||
## 0.3.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
|
||||
## 0.3.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/colorpicker",
|
||||
"version": "0.3.10",
|
||||
"version": "0.3.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/statustracker@0.7.4
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.5.2
|
||||
- @gradio/statustracker@0.7.3
|
||||
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.9.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/upload@0.12.2
|
||||
- @gradio/markdown@0.9.2
|
||||
- @gradio/button@0.2.49
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/upload@0.12.2
|
||||
- @gradio/textbox@0.6.10
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataset",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/datetime
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/datetime",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.1.26
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/button@0.2.49
|
||||
|
||||
## 0.1.25
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/downloadbutton",
|
||||
"version": "0.1.25",
|
||||
"version": "0.1.26",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/dropdown
|
||||
|
||||
## 0.7.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.7.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dropdown",
|
||||
"version": "0.7.10",
|
||||
"version": "0.7.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/fallback
|
||||
|
||||
## 0.3.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
|
||||
## 0.3.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fallback",
|
||||
"version": "0.3.10",
|
||||
"version": "0.3.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.9.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/file",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.4.17
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
- @gradio/file@0.9.2
|
||||
- @gradio/checkbox@0.3.11
|
||||
|
||||
## 0.4.16
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.4.16",
|
||||
"version": "0.4.17",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/form
|
||||
|
||||
## 0.1.23
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.1.22
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/form",
|
||||
"version": "0.1.22",
|
||||
"version": "0.1.23",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,21 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8964](https://github.com/gradio-app/gradio/pull/8964) [`bf6bbd9`](https://github.com/gradio-app/gradio/commit/bf6bbd971acddbf78f03bea431ed7d1e0003ccf9) - Add min/max-imize button to gr.Image and gr.Gallery. Thanks @hannahblair!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
- @gradio/image@0.14.0
|
||||
- @gradio/file@0.9.2
|
||||
|
||||
## 0.11.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.11.4",
|
||||
"version": "0.12.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/highlightedtext
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/highlightedtext",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/html
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/html",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/icons
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8964](https://github.com/gradio-app/gradio/pull/8964) [`bf6bbd9`](https://github.com/gradio-app/gradio/commit/bf6bbd971acddbf78f03bea431ed7d1e0003ccf9) - Add min/max-imize button to gr.Image and gr.Gallery. Thanks @hannahblair!
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/icons",
|
||||
"version": "0.6.1",
|
||||
"version": "0.7.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.14.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8964](https://github.com/gradio-app/gradio/pull/8964) [`bf6bbd9`](https://github.com/gradio-app/gradio/commit/bf6bbd971acddbf78f03bea431ed7d1e0003ccf9) - Add min/max-imize button to gr.Image and gr.Gallery. Thanks @hannahblair!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
|
||||
## 0.13.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.13.1",
|
||||
"version": "0.14.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,20 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8964](https://github.com/gradio-app/gradio/pull/8964) [`bf6bbd9`](https://github.com/gradio-app/gradio/commit/bf6bbd971acddbf78f03bea431ed7d1e0003ccf9) - Add min/max-imize button to gr.Image and gr.Gallery. Thanks @hannahblair!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
- @gradio/image@0.14.0
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/imageeditor",
|
||||
"version": "0.8.1",
|
||||
"version": "0.9.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/json
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/json",
|
||||
"version": "0.3.0",
|
||||
"version": "0.3.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/label
|
||||
|
||||
## 0.3.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.3.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/label",
|
||||
"version": "0.3.10",
|
||||
"version": "0.3.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.41.0
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.41.0
|
||||
|
||||
## 4.40.0
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.40.0",
|
||||
"version": "4.41.0",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/markdown
|
||||
|
||||
## 0.9.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/markdown",
|
||||
"version": "0.9.1",
|
||||
"version": "0.9.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.12.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8975](https://github.com/gradio-app/gradio/pull/8975) [`3feea64`](https://github.com/gradio-app/gradio/commit/3feea64a65688d710184604bb44636d513bcc36a) - Prevent overflow in Model3D. Thanks @hannahblair!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
|
||||
## 0.11.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/model3d",
|
||||
"version": "0.11.2",
|
||||
"version": "0.12.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/multimodaltextbox
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/client@1.5.0
|
||||
- @gradio/icons@0.7.0
|
||||
- @gradio/upload@0.12.2
|
||||
- @gradio/image@0.14.0
|
||||
- @gradio/video@0.10.2
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/multimodaltextbox",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/nativeplot
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#9064](https://github.com/gradio-app/gradio/pull/9064) [`4ba7b23`](https://github.com/gradio-app/gradio/commit/4ba7b238e22ac042de14a6b69aa9d61536ddffba) - Improve plot guide, add double clicking to plots. Thanks @aliabid94!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.9
|
||||
- @gradio/statustracker@0.7.4
|
||||
- @gradio/icons@0.7.0
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/nativeplot",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user