mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
chore: update versions (#8225)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e09b4e8216
commit
30463c5e15
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/chatbot": patch
|
||||
"@gradio/markdown": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:chore(deps): update dependency @types/prismjs to v1.26.4
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Fix custom component detection logic in analytics
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Adds `examples_per_page` to `gr.ChatInterface` and allows `clear_btn` in `gr.Interface` to be hidden
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Apply clean_indent() to the file contents specified with <gradio-file> tags
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"website": patch
|
||||
---
|
||||
|
||||
fix:Convert all demos on docs to lite
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/app": minor
|
||||
"@gradio/client": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Render decorator 2
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/app": minor
|
||||
"@gradio/client": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Add support for passing keyword args to `data` in JS client
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/lite": patch
|
||||
"gradio": patch
|
||||
"gradio_client": patch
|
||||
---
|
||||
|
||||
fix:Cancel server progress from the python client
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
"@gradio/icons": patch
|
||||
"@gradio/multimodaltextbox": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Change upload icon for MultimodalTextbox
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Allow Spaces with `.success()` to be `gr.load`-ed
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"website": minor
|
||||
---
|
||||
|
||||
feat:Display all custom components in the gallery
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
"@gradio/app": patch
|
||||
"@gradio/audio": patch
|
||||
"@gradio/client": patch
|
||||
"@gradio/dataframe": patch
|
||||
"@gradio/file": patch
|
||||
"@gradio/gallery": patch
|
||||
"@gradio/image": patch
|
||||
"@gradio/imageeditor": patch
|
||||
"@gradio/model3d": patch
|
||||
"@gradio/multimodaltextbox": patch
|
||||
"@gradio/simpleimage": patch
|
||||
"@gradio/upload": patch
|
||||
"@gradio/video": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Client node fix
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix bug where updating a component's value in reload mode would not be shown in UI
|
19
CHANGELOG.md
19
CHANGELOG.md
@ -1,5 +1,24 @@
|
||||
# gradio
|
||||
|
||||
## 4.31.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8226](https://github.com/gradio-app/gradio/pull/8226) [`892181b`](https://github.com/gradio-app/gradio/commit/892181b4fdb13dd6048a620dd985d47bc3c26ed7) - chore(deps): update dependency @types/prismjs to v1.26.4. Thanks @renovate!
|
||||
- [#8254](https://github.com/gradio-app/gradio/pull/8254) [`0a6f0a7`](https://github.com/gradio-app/gradio/commit/0a6f0a7e02199cb4094d796aafa39207d718ad22) - Fix custom component detection logic in analytics. Thanks @freddyaboulton!
|
||||
- [#8244](https://github.com/gradio-app/gradio/pull/8244) [`52dac63`](https://github.com/gradio-app/gradio/commit/52dac637a379ace892e3652a411392927e46613f) - Adds `examples_per_page` to `gr.ChatInterface` and allows `clear_btn` in `gr.Interface` to be hidden. Thanks @abidlabs!
|
||||
- [#8219](https://github.com/gradio-app/gradio/pull/8219) [`32d915a`](https://github.com/gradio-app/gradio/commit/32d915aad5c6d9b2f5fdcafef39e246fc1b2d852) - Apply clean_indent() to the file contents specified with <gradio-file> tags. Thanks @whitphx!
|
||||
- [#8110](https://github.com/gradio-app/gradio/pull/8110) [`5436031`](https://github.com/gradio-app/gradio/commit/5436031f92c1596282eb64e1e74d555f279e9697) - Render decorator 2. Thanks @aliabid94!
|
||||
- [#8197](https://github.com/gradio-app/gradio/pull/8197) [`e09b4e8`](https://github.com/gradio-app/gradio/commit/e09b4e8216b970bc1b142a0f08e7d190b954eb35) - Add support for passing keyword args to `data` in JS client. Thanks @hannahblair!
|
||||
- [#8236](https://github.com/gradio-app/gradio/pull/8236) [`bf909bd`](https://github.com/gradio-app/gradio/commit/bf909bd14532a27e119fb401003a7d94c0618ffb) - Change upload icon for MultimodalTextbox. Thanks @dawoodkhan82!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8245](https://github.com/gradio-app/gradio/pull/8245) [`c562a3d`](https://github.com/gradio-app/gradio/commit/c562a3d9a440c8f94ca070bd07b8d4121d6ab7b3) - Cancel server progress from the python client. Thanks @freddyaboulton!
|
||||
- [#8242](https://github.com/gradio-app/gradio/pull/8242) [`05fe491`](https://github.com/gradio-app/gradio/commit/05fe4918c0e24677a1ff86fbca4cd6f4d4ef974c) - Allow Spaces with `.success()` to be `gr.load`-ed. Thanks @abidlabs!
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
- [#8227](https://github.com/gradio-app/gradio/pull/8227) [`9ece050`](https://github.com/gradio-app/gradio/commit/9ece050a702618d3260f80506f3405a4a6dabbb9) - Fix bug where updating a component's value in reload mode would not be shown in UI. Thanks @freddyaboulton!
|
||||
|
||||
## 4.29.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/client
|
||||
|
||||
## 0.19.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8110](https://github.com/gradio-app/gradio/pull/8110) [`5436031`](https://github.com/gradio-app/gradio/commit/5436031f92c1596282eb64e1e74d555f279e9697) - Render decorator 2. Thanks @aliabid94!
|
||||
- [#8197](https://github.com/gradio-app/gradio/pull/8197) [`e09b4e8`](https://github.com/gradio-app/gradio/commit/e09b4e8216b970bc1b142a0f08e7d190b954eb35) - Add support for passing keyword args to `data` in JS client. Thanks @hannahblair!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
## 0.18.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/client",
|
||||
"version": "0.18.0",
|
||||
"version": "0.19.0",
|
||||
"description": "Gradio API client",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# gradio_client
|
||||
|
||||
## 0.16.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8245](https://github.com/gradio-app/gradio/pull/8245) [`c562a3d`](https://github.com/gradio-app/gradio/commit/c562a3d9a440c8f94ca070bd07b8d4121d6ab7b3) - Cancel server progress from the python client. Thanks @freddyaboulton!
|
||||
|
||||
## 0.16.1
|
||||
|
||||
### Highlights
|
||||
|
@ -1,5 +1,11 @@
|
||||
# gradio_client
|
||||
|
||||
## 0.16.2
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8245](https://github.com/gradio-app/gradio/pull/8245) [`c562a3d`](https://github.com/gradio-app/gradio/commit/c562a3d9a440c8f94ca070bd07b8d4121d6ab7b3) - Cancel server progress from the python client. Thanks @freddyaboulton!
|
||||
|
||||
## 0.16.1
|
||||
|
||||
### Highlights
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio_client",
|
||||
"version": "0.16.1",
|
||||
"version": "0.16.2",
|
||||
"description": "",
|
||||
"python": "true",
|
||||
"main_changeset": true
|
||||
|
@ -1,5 +1,24 @@
|
||||
# gradio
|
||||
|
||||
## 4.31.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8226](https://github.com/gradio-app/gradio/pull/8226) [`892181b`](https://github.com/gradio-app/gradio/commit/892181b4fdb13dd6048a620dd985d47bc3c26ed7) - chore(deps): update dependency @types/prismjs to v1.26.4. Thanks @renovate!
|
||||
- [#8254](https://github.com/gradio-app/gradio/pull/8254) [`0a6f0a7`](https://github.com/gradio-app/gradio/commit/0a6f0a7e02199cb4094d796aafa39207d718ad22) - Fix custom component detection logic in analytics. Thanks @freddyaboulton!
|
||||
- [#8244](https://github.com/gradio-app/gradio/pull/8244) [`52dac63`](https://github.com/gradio-app/gradio/commit/52dac637a379ace892e3652a411392927e46613f) - Adds `examples_per_page` to `gr.ChatInterface` and allows `clear_btn` in `gr.Interface` to be hidden. Thanks @abidlabs!
|
||||
- [#8219](https://github.com/gradio-app/gradio/pull/8219) [`32d915a`](https://github.com/gradio-app/gradio/commit/32d915aad5c6d9b2f5fdcafef39e246fc1b2d852) - Apply clean_indent() to the file contents specified with <gradio-file> tags. Thanks @whitphx!
|
||||
- [#8110](https://github.com/gradio-app/gradio/pull/8110) [`5436031`](https://github.com/gradio-app/gradio/commit/5436031f92c1596282eb64e1e74d555f279e9697) - Render decorator 2. Thanks @aliabid94!
|
||||
- [#8197](https://github.com/gradio-app/gradio/pull/8197) [`e09b4e8`](https://github.com/gradio-app/gradio/commit/e09b4e8216b970bc1b142a0f08e7d190b954eb35) - Add support for passing keyword args to `data` in JS client. Thanks @hannahblair!
|
||||
- [#8236](https://github.com/gradio-app/gradio/pull/8236) [`bf909bd`](https://github.com/gradio-app/gradio/commit/bf909bd14532a27e119fb401003a7d94c0618ffb) - Change upload icon for MultimodalTextbox. Thanks @dawoodkhan82!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8245](https://github.com/gradio-app/gradio/pull/8245) [`c562a3d`](https://github.com/gradio-app/gradio/commit/c562a3d9a440c8f94ca070bd07b8d4121d6ab7b3) - Cancel server progress from the python client. Thanks @freddyaboulton!
|
||||
- [#8242](https://github.com/gradio-app/gradio/pull/8242) [`05fe491`](https://github.com/gradio-app/gradio/commit/05fe4918c0e24677a1ff86fbca4cd6f4d4ef974c) - Allow Spaces with `.success()` to be `gr.load`-ed. Thanks @abidlabs!
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
- [#8227](https://github.com/gradio-app/gradio/pull/8227) [`9ece050`](https://github.com/gradio-app/gradio/commit/9ece050a702618d3260f80506f3405a4a6dabbb9) - Fix bug where updating a component's value in reload mode would not be shown in UI. Thanks @freddyaboulton!
|
||||
|
||||
## 4.29.0
|
||||
|
||||
### Highlights
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.30.0",
|
||||
"version": "4.31.0",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -4,6 +4,13 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/form@0.1.17
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.18.0
|
||||
- @gradio/form@0.1.16
|
||||
|
||||
|
@ -1,5 +1,19 @@
|
||||
# website
|
||||
|
||||
## 0.29.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8224](https://github.com/gradio-app/gradio/pull/8224) [`6ee1f1f`](https://github.com/gradio-app/gradio/commit/6ee1f1f7215bc557c138e1f43d5a835775deacfc) - Display all custom components in the gallery. Thanks @freddyaboulton!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8220](https://github.com/gradio-app/gradio/pull/8220) [`f176e1b`](https://github.com/gradio-app/gradio/commit/f176e1b509b7687b02c9173db1cd1ce25c3cd8f6) - Convert all demos on docs to lite. Thanks @aliabd!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.6.2
|
||||
|
||||
## 0.28.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.28.0",
|
||||
"version": "0.29.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "python generate_jsons/generate.py && vite dev",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/accordion
|
||||
|
||||
## 0.3.12
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.3.11
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/accordion",
|
||||
"version": "0.3.11",
|
||||
"version": "0.3.12",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,64 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.35.0
|
||||
|
||||
### Features
|
||||
|
||||
- [#8219](https://github.com/gradio-app/gradio/pull/8219) [`32d915a`](https://github.com/gradio-app/gradio/commit/32d915aad5c6d9b2f5fdcafef39e246fc1b2d852) - Apply clean_indent() to the file contents specified with <gradio-file> tags. Thanks @whitphx!
|
||||
- [#8110](https://github.com/gradio-app/gradio/pull/8110) [`5436031`](https://github.com/gradio-app/gradio/commit/5436031f92c1596282eb64e1e74d555f279e9697) - Render decorator 2. Thanks @aliabid94!
|
||||
- [#8197](https://github.com/gradio-app/gradio/pull/8197) [`e09b4e8`](https://github.com/gradio-app/gradio/commit/e09b4e8216b970bc1b142a0f08e7d190b954eb35) - Add support for passing keyword args to `data` in JS client. Thanks @hannahblair!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/code@0.6.2
|
||||
- @gradio/markdown@0.7.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/audio@0.11.1
|
||||
- @gradio/image@0.11.1
|
||||
- @gradio/upload@0.10.1
|
||||
- @gradio/video@0.8.1
|
||||
- @gradio/chatbot@0.10.1
|
||||
- @gradio/multimodaltextbox@0.4.1
|
||||
- @gradio/dataframe@0.8.1
|
||||
- @gradio/file@0.7.1
|
||||
- @gradio/gallery@0.10.1
|
||||
- @gradio/imageeditor@0.7.1
|
||||
- @gradio/model3d@0.10.1
|
||||
- @gradio/simpleimage@0.5.1
|
||||
- @gradio/annotatedimage@0.6.1
|
||||
- @gradio/button@0.2.34
|
||||
- @gradio/dataset@0.1.34
|
||||
- @gradio/downloadbutton@0.1.11
|
||||
- @gradio/fileexplorer@0.4.2
|
||||
- @gradio/uploadbutton@0.6.2
|
||||
- @gradio/dropdown@0.7.2
|
||||
- @gradio/form@0.1.17
|
||||
- @gradio/highlightedtext@0.6.1
|
||||
- @gradio/json@0.2.2
|
||||
- @gradio/label@0.3.2
|
||||
- @gradio/plot@0.4.2
|
||||
- @gradio/simpledropdown@0.2.2
|
||||
- @gradio/simpletextbox@0.2.2
|
||||
- @gradio/textbox@0.6.1
|
||||
- @gradio/accordion@0.3.12
|
||||
- @gradio/box@0.1.17
|
||||
- @gradio/checkbox@0.3.2
|
||||
- @gradio/checkboxgroup@0.5.2
|
||||
- @gradio/colorpicker@0.3.2
|
||||
- @gradio/fallback@0.3.2
|
||||
- @gradio/html@0.2.2
|
||||
- @gradio/number@0.4.2
|
||||
- @gradio/paramviewer@0.4.11
|
||||
- @gradio/radio@0.5.2
|
||||
- @gradio/slider@0.4.2
|
||||
|
||||
## 1.34.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/app",
|
||||
"version": "1.34.0",
|
||||
"version": "1.35.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/atoms
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/icons@0.4.1
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/atoms",
|
||||
"version": "0.7.2",
|
||||
"version": "0.7.3",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,20 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.11.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/upload@0.10.1
|
||||
- @gradio/button@0.2.34
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/box
|
||||
|
||||
## 0.1.17
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
|
||||
## 0.1.16
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/box",
|
||||
"version": "0.1.16",
|
||||
"version": "0.1.17",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.2.34
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.2.33
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/button",
|
||||
"version": "0.2.33",
|
||||
"version": "0.2.34",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,23 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.10.1
|
||||
|
||||
### Features
|
||||
|
||||
- [#8226](https://github.com/gradio-app/gradio/pull/8226) [`892181b`](https://github.com/gradio-app/gradio/commit/892181b4fdb13dd6048a620dd985d47bc3c26ed7) - chore(deps): update dependency @types/prismjs to v1.26.4. Thanks @renovate!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/markdown@0.7.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/audio@0.11.1
|
||||
- @gradio/image@0.11.1
|
||||
- @gradio/upload@0.10.1
|
||||
- @gradio/video@0.8.1
|
||||
|
||||
## 0.10.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkbox
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkbox",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/checkboxgroup
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.5.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkboxgroup",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/code",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/colorpicker
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/colorpicker",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,20 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.8.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/markdown@0.7.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/upload@0.10.1
|
||||
- @gradio/button@0.2.34
|
||||
|
||||
## 0.8.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.1.34
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.1.33
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataset",
|
||||
"version": "0.1.33",
|
||||
"version": "0.1.34",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.1.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/button@0.2.34
|
||||
|
||||
## 0.1.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/downloadbutton",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/dropdown
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/icons@0.4.1
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dropdown",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/fallback
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fallback",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/file",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/upload@0.10.1
|
||||
- @gradio/file@0.7.1
|
||||
- @gradio/checkbox@0.3.2
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/form
|
||||
|
||||
## 0.1.17
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/icons@0.4.1
|
||||
|
||||
## 0.1.16
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/form",
|
||||
"version": "0.1.16",
|
||||
"version": "0.1.17",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,21 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.10.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/image@0.11.1
|
||||
- @gradio/upload@0.10.1
|
||||
- @gradio/file@0.7.1
|
||||
|
||||
## 0.10.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/highlightedtext
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/icons@0.4.1
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/highlightedtext",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/html
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/html",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/icons
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Features
|
||||
|
||||
- [#8236](https://github.com/gradio-app/gradio/pull/8236) [`bf909bd`](https://github.com/gradio-app/gradio/commit/bf909bd14532a27e119fb401003a7d94c0618ffb) - Change upload icon for MultimodalTextbox. Thanks @dawoodkhan82!
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/icons",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.11.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.11.0",
|
||||
"version": "0.11.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,20 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/image@0.11.1
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/imageeditor",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/json
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/icons@0.4.1
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/json",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/label
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/icons@0.4.1
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/label",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.31.0
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8245](https://github.com/gradio-app/gradio/pull/8245) [`c562a3d`](https://github.com/gradio-app/gradio/commit/c562a3d9a440c8f94ca070bd07b8d4121d6ab7b3) - Cancel server progress from the python client. Thanks @freddyaboulton!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.31.0
|
||||
|
||||
## 4.29.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.30.0",
|
||||
"version": "4.31.0",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/markdown
|
||||
|
||||
## 0.7.2
|
||||
|
||||
### Features
|
||||
|
||||
- [#8226](https://github.com/gradio-app/gradio/pull/8226) [`892181b`](https://github.com/gradio-app/gradio/commit/892181b4fdb13dd6048a620dd985d47bc3c26ed7) - chore(deps): update dependency @types/prismjs to v1.26.4. Thanks @renovate!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.7.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/markdown",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.10.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.10.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/model3d",
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,24 @@
|
||||
# @gradio/multimodaltextbox
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Features
|
||||
|
||||
- [#8236](https://github.com/gradio-app/gradio/pull/8236) [`bf909bd`](https://github.com/gradio-app/gradio/commit/bf909bd14532a27e119fb401003a7d94c0618ffb) - Change upload icon for MultimodalTextbox. Thanks @dawoodkhan82!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/image@0.11.1
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/multimodaltextbox",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/number
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/number",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/paramviewer
|
||||
|
||||
## 0.4.11
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.4.10
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/paramviewer",
|
||||
"version": "0.4.10",
|
||||
"version": "0.4.11",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/plot
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/icons@0.4.1
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/plot",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/radio
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
|
||||
## 0.5.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/radio",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/simpledropdown
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/icons@0.4.1
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpledropdown",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# @gradio/simpleimage
|
||||
|
||||
## 0.5.1
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.3
|
||||
- @gradio/statustracker@0.5.2
|
||||
- @gradio/client@0.19.0
|
||||
- @gradio/icons@0.4.1
|
||||
- @gradio/upload@0.10.1
|
||||
|
||||
## 0.5.0
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpleimage",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"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