mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
chore: update versions (#7826)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0e125d7bef
commit
d95a1a44d6
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/chatbot": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Adds a `placeholder` argument to `gr.Chatbot`
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Bugfix: `..` in filename throwing error while loading in output.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Stop running iterators when js client disconnects
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/app": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Revert the minify setting in vite.config.js which was mistakingly introduced in #6261
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/downloadbutton": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Trigger click event from `gr.DownloadButton` even when no file is present
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Stop importing gradio.ipython_ext in Wasm mode
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Add guide on Client state and and fix default values of components
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Exclude `typer` from the requirements list for Wasm env and fix `gradio.cli` not to be imported
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Lazy-import pandas
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
"@gradio/icons": patch
|
||||
"@gradio/multimodaltextbox": patch
|
||||
"@gradio/upload": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Multimodal Textbox Loading + other fixes
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Fix gradio/components/dataframe.py not to import `pandas.io`
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Refactor CORS Middleware to be much faster
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Benchmark fix test
|
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,5 +1,26 @@
|
||||
# gradio
|
||||
|
||||
## 4.24.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7849](https://github.com/gradio-app/gradio/pull/7849) [`7af3cd7`](https://github.com/gradio-app/gradio/commit/7af3cd7ccb8cc556fd2b290af0bed1c7ec07d174) - Adds a `placeholder` argument to `gr.Chatbot`. Thanks @abidlabs!
|
||||
- [#7835](https://github.com/gradio-app/gradio/pull/7835) [`ee804b2`](https://github.com/gradio-app/gradio/commit/ee804b2d567b4381ef90b1f035d42fe6bb2506bc) - Stop running iterators when js client disconnects. Thanks @freddyaboulton!
|
||||
- [#7852](https://github.com/gradio-app/gradio/pull/7852) [`72661e3`](https://github.com/gradio-app/gradio/commit/72661e3391a432ccd77fb3100e69fbdf95093931) - Revert the minify setting in vite.config.js which was mistakingly introduced in #6261. Thanks @whitphx!
|
||||
- [#7818](https://github.com/gradio-app/gradio/pull/7818) [`1a7c8d3`](https://github.com/gradio-app/gradio/commit/1a7c8d32239d1e304e9f9063d7e2301c4f081b54) - Stop importing gradio.ipython_ext in Wasm mode. Thanks @whitphx!
|
||||
- [#7830](https://github.com/gradio-app/gradio/pull/7830) [`75a2bf7`](https://github.com/gradio-app/gradio/commit/75a2bf745dee3b9e9521dbcf5b74af8bd53ba12f) - Add guide on Client state and and fix default values of components. Thanks @abidlabs!
|
||||
- [#7823](https://github.com/gradio-app/gradio/pull/7823) [`e0a8b7f`](https://github.com/gradio-app/gradio/commit/e0a8b7fa2c60591f7fc6861707f65bf85f4ad27f) - Exclude `typer` from the requirements list for Wasm env and fix `gradio.cli` not to be imported. Thanks @whitphx!
|
||||
- [#7851](https://github.com/gradio-app/gradio/pull/7851) [`e3b1236`](https://github.com/gradio-app/gradio/commit/e3b12369b71e2e3b6b25225f4414d1a28d9faf7d) - Lazy-import pandas. Thanks @whitphx!
|
||||
- [#7840](https://github.com/gradio-app/gradio/pull/7840) [`ecf5c52`](https://github.com/gradio-app/gradio/commit/ecf5c524c23f76119e5b2e17f7a592555fa6557b) - Fix gradio/components/dataframe.py not to import `pandas.io`. Thanks @whitphx!
|
||||
- [#7801](https://github.com/gradio-app/gradio/pull/7801) [`05db0c4`](https://github.com/gradio-app/gradio/commit/05db0c4a59b7a2c4f6297b5007946f5c7b8df1b1) - Refactor CORS Middleware to be much faster. Thanks @abidlabs!
|
||||
- [#7810](https://github.com/gradio-app/gradio/pull/7810) [`425fd1c`](https://github.com/gradio-app/gradio/commit/425fd1ca9d83daf58fd95f3a1e3d566d06064ac3) - Benchmark fix test. Thanks @aliabid94!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7795](https://github.com/gradio-app/gradio/pull/7795) [`1c257f5`](https://github.com/gradio-app/gradio/commit/1c257f5ebce06e61cd17fc3c0463757f8bc88930) - Bugfix: `..` in filename throwing error while loading in output. Thanks @shubhamofbce!
|
||||
- [#7862](https://github.com/gradio-app/gradio/pull/7862) [`0e125d7`](https://github.com/gradio-app/gradio/commit/0e125d7befe436509af6a41b5c92de0ac6d6057c) - Trigger click event from `gr.DownloadButton` even when no file is present. Thanks @abidlabs!
|
||||
- [#7848](https://github.com/gradio-app/gradio/pull/7848) [`8d7b3ca`](https://github.com/gradio-app/gradio/commit/8d7b3caebd8f95b1372f8412cadbb5862766c365) - Multimodal Textbox Loading + other fixes. Thanks @dawoodkhan82!
|
||||
|
||||
## 4.23.0
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,26 @@
|
||||
# gradio
|
||||
|
||||
## 4.24.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7849](https://github.com/gradio-app/gradio/pull/7849) [`7af3cd7`](https://github.com/gradio-app/gradio/commit/7af3cd7ccb8cc556fd2b290af0bed1c7ec07d174) - Adds a `placeholder` argument to `gr.Chatbot`. Thanks @abidlabs!
|
||||
- [#7835](https://github.com/gradio-app/gradio/pull/7835) [`ee804b2`](https://github.com/gradio-app/gradio/commit/ee804b2d567b4381ef90b1f035d42fe6bb2506bc) - Stop running iterators when js client disconnects. Thanks @freddyaboulton!
|
||||
- [#7852](https://github.com/gradio-app/gradio/pull/7852) [`72661e3`](https://github.com/gradio-app/gradio/commit/72661e3391a432ccd77fb3100e69fbdf95093931) - Revert the minify setting in vite.config.js which was mistakingly introduced in #6261. Thanks @whitphx!
|
||||
- [#7818](https://github.com/gradio-app/gradio/pull/7818) [`1a7c8d3`](https://github.com/gradio-app/gradio/commit/1a7c8d32239d1e304e9f9063d7e2301c4f081b54) - Stop importing gradio.ipython_ext in Wasm mode. Thanks @whitphx!
|
||||
- [#7830](https://github.com/gradio-app/gradio/pull/7830) [`75a2bf7`](https://github.com/gradio-app/gradio/commit/75a2bf745dee3b9e9521dbcf5b74af8bd53ba12f) - Add guide on Client state and and fix default values of components. Thanks @abidlabs!
|
||||
- [#7823](https://github.com/gradio-app/gradio/pull/7823) [`e0a8b7f`](https://github.com/gradio-app/gradio/commit/e0a8b7fa2c60591f7fc6861707f65bf85f4ad27f) - Exclude `typer` from the requirements list for Wasm env and fix `gradio.cli` not to be imported. Thanks @whitphx!
|
||||
- [#7851](https://github.com/gradio-app/gradio/pull/7851) [`e3b1236`](https://github.com/gradio-app/gradio/commit/e3b12369b71e2e3b6b25225f4414d1a28d9faf7d) - Lazy-import pandas. Thanks @whitphx!
|
||||
- [#7840](https://github.com/gradio-app/gradio/pull/7840) [`ecf5c52`](https://github.com/gradio-app/gradio/commit/ecf5c524c23f76119e5b2e17f7a592555fa6557b) - Fix gradio/components/dataframe.py not to import `pandas.io`. Thanks @whitphx!
|
||||
- [#7801](https://github.com/gradio-app/gradio/pull/7801) [`05db0c4`](https://github.com/gradio-app/gradio/commit/05db0c4a59b7a2c4f6297b5007946f5c7b8df1b1) - Refactor CORS Middleware to be much faster. Thanks @abidlabs!
|
||||
- [#7810](https://github.com/gradio-app/gradio/pull/7810) [`425fd1c`](https://github.com/gradio-app/gradio/commit/425fd1ca9d83daf58fd95f3a1e3d566d06064ac3) - Benchmark fix test. Thanks @aliabid94!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7795](https://github.com/gradio-app/gradio/pull/7795) [`1c257f5`](https://github.com/gradio-app/gradio/commit/1c257f5ebce06e61cd17fc3c0463757f8bc88930) - Bugfix: `..` in filename throwing error while loading in output. Thanks @shubhamofbce!
|
||||
- [#7862](https://github.com/gradio-app/gradio/pull/7862) [`0e125d7`](https://github.com/gradio-app/gradio/commit/0e125d7befe436509af6a41b5c92de0ac6d6057c) - Trigger click event from `gr.DownloadButton` even when no file is present. Thanks @abidlabs!
|
||||
- [#7848](https://github.com/gradio-app/gradio/pull/7848) [`8d7b3ca`](https://github.com/gradio-app/gradio/commit/8d7b3caebd8f95b1372f8412cadbb5862766c365) - Multimodal Textbox Loading + other fixes. Thanks @dawoodkhan82!
|
||||
|
||||
## 4.23.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.23.0",
|
||||
"version": "4.24.0",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -4,6 +4,12 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/form@0.1.12
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/form@0.1.11
|
||||
|
||||
## 0.0.1
|
||||
|
@ -1,5 +1,11 @@
|
||||
# website
|
||||
|
||||
## 0.25.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.5.9
|
||||
|
||||
## 0.25.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.25.0",
|
||||
"version": "0.25.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "python generate_jsons/generate.py && vite dev",
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@gradio/code": "0.5.8",
|
||||
"@gradio/code": "0.5.9",
|
||||
"@sindresorhus/slugify": "^2.2.0",
|
||||
"@sveltejs/adapter-vercel": "^3.0.3",
|
||||
"hast-util-to-string": "^3.0.0",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/accordion
|
||||
|
||||
## 0.3.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.3.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/accordion",
|
||||
"version": "0.3.6",
|
||||
"version": "0.3.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.5.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
|
||||
## 0.5.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.5.8",
|
||||
"version": "0.5.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,57 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.30.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7852](https://github.com/gradio-app/gradio/pull/7852) [`72661e3`](https://github.com/gradio-app/gradio/commit/72661e3391a432ccd77fb3100e69fbdf95093931) - Revert the minify setting in vite.config.js which was mistakingly introduced in #6261. Thanks @whitphx!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.2.28
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/code@0.5.9
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
- @gradio/audio@0.9.9
|
||||
- @gradio/image@0.9.9
|
||||
- @gradio/video@0.6.9
|
||||
- @gradio/markdown@0.6.8
|
||||
- @gradio/chatbot@0.8.0
|
||||
- @gradio/downloadbutton@0.1.5
|
||||
- @gradio/multimodaltextbox@0.2.2
|
||||
- @gradio/annotatedimage@0.5.9
|
||||
- @gradio/dropdown@0.6.5
|
||||
- @gradio/file@0.5.9
|
||||
- @gradio/fileexplorer@0.3.29
|
||||
- @gradio/form@0.1.12
|
||||
- @gradio/gallery@0.8.5
|
||||
- @gradio/highlightedtext@0.4.13
|
||||
- @gradio/imageeditor@0.4.9
|
||||
- @gradio/json@0.1.13
|
||||
- @gradio/label@0.2.13
|
||||
- @gradio/model3d@0.8.8
|
||||
- @gradio/plot@0.3.5
|
||||
- @gradio/simpledropdown@0.1.13
|
||||
- @gradio/simpleimage@0.3.9
|
||||
- @gradio/simpletextbox@0.1.13
|
||||
- @gradio/textbox@0.4.14
|
||||
- @gradio/dataframe@0.6.10
|
||||
- @gradio/dataset@0.1.28
|
||||
- @gradio/uploadbutton@0.5.5
|
||||
- @gradio/accordion@0.3.7
|
||||
- @gradio/box@0.1.12
|
||||
- @gradio/checkbox@0.2.13
|
||||
- @gradio/checkboxgroup@0.4.7
|
||||
- @gradio/colorpicker@0.2.13
|
||||
- @gradio/fallback@0.2.13
|
||||
- @gradio/html@0.1.13
|
||||
- @gradio/number@0.3.13
|
||||
- @gradio/paramviewer@0.4.6
|
||||
- @gradio/radio@0.4.8
|
||||
- @gradio/slider@0.3.1
|
||||
|
||||
## 1.29.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/app",
|
||||
"version": "1.29.0",
|
||||
"version": "1.30.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/atoms
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/icons@0.3.4
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/atoms",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.9.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.2.28
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
|
||||
## 0.9.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.9.8",
|
||||
"version": "0.9.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/box
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
|
||||
## 0.1.11
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/box",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.12",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.2.28
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/upload@0.8.2
|
||||
|
||||
## 0.2.27
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/button",
|
||||
"version": "0.2.27",
|
||||
"version": "0.2.28",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,22 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#7849](https://github.com/gradio-app/gradio/pull/7849) [`7af3cd7`](https://github.com/gradio-app/gradio/commit/7af3cd7ccb8cc556fd2b290af0bed1c7ec07d174) - Adds a `placeholder` argument to `gr.Chatbot`. Thanks @abidlabs!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
- @gradio/audio@0.9.9
|
||||
- @gradio/image@0.9.9
|
||||
- @gradio/video@0.6.9
|
||||
- @gradio/markdown@0.6.8
|
||||
|
||||
## 0.7.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.7.8",
|
||||
"version": "0.8.0",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkbox
|
||||
|
||||
## 0.2.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.2.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkbox",
|
||||
"version": "0.2.12",
|
||||
"version": "0.2.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkboxgroup
|
||||
|
||||
## 0.4.7
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkboxgroup",
|
||||
"version": "0.4.6",
|
||||
"version": "0.4.7",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.5.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
|
||||
## 0.5.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/code",
|
||||
"version": "0.5.8",
|
||||
"version": "0.5.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/colorpicker
|
||||
|
||||
## 0.2.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.2.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/colorpicker",
|
||||
"version": "0.2.12",
|
||||
"version": "0.2.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.6.10
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.2.28
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/upload@0.8.2
|
||||
- @gradio/markdown@0.6.8
|
||||
|
||||
## 0.6.9
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.6.9",
|
||||
"version": "0.6.10",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.1.28
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/upload@0.8.2
|
||||
|
||||
## 0.1.27
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataset",
|
||||
"version": "0.1.27",
|
||||
"version": "0.1.28",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7862](https://github.com/gradio-app/gradio/pull/7862) [`0e125d7`](https://github.com/gradio-app/gradio/commit/0e125d7befe436509af6a41b5c92de0ac6d6057c) - Trigger click event from `gr.DownloadButton` even when no file is present. Thanks @abidlabs!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/button@0.2.28
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/downloadbutton",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/dropdown
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
|
||||
## 0.6.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dropdown",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/fallback
|
||||
|
||||
## 0.2.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.2.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fallback",
|
||||
"version": "0.2.12",
|
||||
"version": "0.2.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.5.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
|
||||
## 0.5.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/file",
|
||||
"version": "0.5.8",
|
||||
"version": "0.5.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.3.29
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
- @gradio/file@0.5.9
|
||||
- @gradio/checkbox@0.2.13
|
||||
|
||||
## 0.3.28
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.3.28",
|
||||
"version": "0.3.29",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/form
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/icons@0.3.4
|
||||
|
||||
## 0.1.11
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/form",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.12",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.8.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
- @gradio/image@0.9.9
|
||||
- @gradio/file@0.5.9
|
||||
|
||||
## 0.8.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.8.4",
|
||||
"version": "0.8.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/highlightedtext
|
||||
|
||||
## 0.4.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
|
||||
## 0.4.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/highlightedtext",
|
||||
"version": "0.4.12",
|
||||
"version": "0.4.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/html
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/html",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/icons
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7848](https://github.com/gradio-app/gradio/pull/7848) [`8d7b3ca`](https://github.com/gradio-app/gradio/commit/8d7b3caebd8f95b1372f8412cadbb5862766c365) - Multimodal Textbox Loading + other fixes. Thanks @dawoodkhan82!
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/icons",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.9.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
|
||||
## 0.9.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.9.8",
|
||||
"version": "0.9.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.4.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
- @gradio/image@0.9.9
|
||||
|
||||
## 0.4.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/imageeditor",
|
||||
"version": "0.4.8",
|
||||
"version": "0.4.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/json
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/json",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/label
|
||||
|
||||
## 0.2.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
|
||||
## 0.2.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/label",
|
||||
"version": "0.2.12",
|
||||
"version": "0.2.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.24.0
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.24.0
|
||||
|
||||
## 4.23.0
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.23.0",
|
||||
"version": "4.24.0",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/markdown
|
||||
|
||||
## 0.6.8
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.6.7
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/markdown",
|
||||
"version": "0.6.7",
|
||||
"version": "0.6.8",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.8.8
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
|
||||
## 0.8.7
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/model3d",
|
||||
"version": "0.8.7",
|
||||
"version": "0.8.8",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/multimodaltextbox
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#7848](https://github.com/gradio-app/gradio/pull/7848) [`8d7b3ca`](https://github.com/gradio-app/gradio/commit/8d7b3caebd8f95b1372f8412cadbb5862766c365) - Multimodal Textbox Loading + other fixes. Thanks @dawoodkhan82!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
- @gradio/image@0.9.9
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/multimodaltextbox",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/number
|
||||
|
||||
## 0.3.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.3.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/number",
|
||||
"version": "0.3.12",
|
||||
"version": "0.3.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/paramviewer
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/paramviewer",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/plot
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/plot",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# gradio_test
|
||||
|
||||
## 0.3.10
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.3.9
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio_test",
|
||||
"version": "0.3.9",
|
||||
"version": "0.3.10",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
@ -13,8 +13,8 @@
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gradio/atoms": "0.6.0",
|
||||
"@gradio/statustracker": "0.4.9",
|
||||
"@gradio/atoms": "0.6.1",
|
||||
"@gradio/statustracker": "0.4.10",
|
||||
"@gradio/utils": "0.3.0",
|
||||
"@zerodevx/svelte-json-view": "^1.0.7"
|
||||
}
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/radio
|
||||
|
||||
## 0.4.8
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.4.7
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/radio",
|
||||
"version": "0.4.7",
|
||||
"version": "0.4.8",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/simpledropdown
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpledropdown",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/simpleimage
|
||||
|
||||
## 0.3.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
- @gradio/upload@0.8.2
|
||||
|
||||
## 0.3.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpleimage",
|
||||
"version": "0.3.8",
|
||||
"version": "0.3.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/simpletextbox
|
||||
|
||||
## 0.1.13
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
- @gradio/icons@0.3.4
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpletextbox",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/slider
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.6.1
|
||||
- @gradio/statustracker@0.4.10
|
||||
|
||||
## 0.3.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