mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
chore: update versions (#8335)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
6d3aa5fa93
commit
fe91e10269
@ -1,8 +0,0 @@
|
||||
---
|
||||
"@gradio/chatbot": patch
|
||||
"@gradio/markdown": patch
|
||||
"@gradio/theme": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Cleanup markdown styling
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Use Any if JsonValue cannot be imported
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/file": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:fix: prevent triggering gr.File.select on delete
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/file": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:add missing orig_name (follow up to #8334)
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/client": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:ensure the client correctly handles all binary data
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@gradio/markdown": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix Chatbot, Dataframe, Markdown custom components
|
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,5 +1,19 @@
|
||||
# gradio
|
||||
|
||||
## 4.31.5
|
||||
|
||||
### Features
|
||||
|
||||
- [#8311](https://github.com/gradio-app/gradio/pull/8311) [`35905c5`](https://github.com/gradio-app/gradio/commit/35905c5c8f7acbe669486ac8f57b6955328e4783) - Cleanup markdown styling. Thanks @aliabid94!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8339](https://github.com/gradio-app/gradio/pull/8339) [`4dc7fa7`](https://github.com/gradio-app/gradio/commit/4dc7fa7cd7f514224686b891299e46533edffd66) - Fix Chatbot, Dataframe, Markdown custom components. Thanks @freddyaboulton!
|
||||
- [#8336](https://github.com/gradio-app/gradio/pull/8336) [`f138b41`](https://github.com/gradio-app/gradio/commit/f138b4159ea364204108de14f7597674fcc9469e) - Use Any if JsonValue cannot be imported. Thanks @freddyaboulton!
|
||||
- [#8334](https://github.com/gradio-app/gradio/pull/8334) [`0236b1a`](https://github.com/gradio-app/gradio/commit/0236b1ab12149ddd11b03e1382ceb09d19ac0d48) - fix: prevent triggering gr.File.select on delete. Thanks @gtm-nayan!
|
||||
- [#8341](https://github.com/gradio-app/gradio/pull/8341) [`82ba397`](https://github.com/gradio-app/gradio/commit/82ba3975921760c727875948fb7275c2f5f9ea2b) - add missing orig_name (follow up to #8334). Thanks @gtm-nayan!
|
||||
- [#8322](https://github.com/gradio-app/gradio/pull/8322) [`47012a0`](https://github.com/gradio-app/gradio/commit/47012a0c4e3e8a80fcae620aaf08b16ceb343cde) - ensure the client correctly handles all binary data. Thanks @Saghen!
|
||||
|
||||
## 4.31.4
|
||||
|
||||
### Features
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/client
|
||||
|
||||
## 0.19.4
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8322](https://github.com/gradio-app/gradio/pull/8322) [`47012a0`](https://github.com/gradio-app/gradio/commit/47012a0c4e3e8a80fcae620aaf08b16ceb343cde) - ensure the client correctly handles all binary data. Thanks @Saghen!
|
||||
|
||||
## 0.19.3
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/client",
|
||||
"version": "0.19.3",
|
||||
"version": "0.19.4",
|
||||
"description": "Gradio API client",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
@ -1,5 +1,19 @@
|
||||
# gradio
|
||||
|
||||
## 4.31.5
|
||||
|
||||
### Features
|
||||
|
||||
- [#8311](https://github.com/gradio-app/gradio/pull/8311) [`35905c5`](https://github.com/gradio-app/gradio/commit/35905c5c8f7acbe669486ac8f57b6955328e4783) - Cleanup markdown styling. Thanks @aliabid94!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8339](https://github.com/gradio-app/gradio/pull/8339) [`4dc7fa7`](https://github.com/gradio-app/gradio/commit/4dc7fa7cd7f514224686b891299e46533edffd66) - Fix Chatbot, Dataframe, Markdown custom components. Thanks @freddyaboulton!
|
||||
- [#8336](https://github.com/gradio-app/gradio/pull/8336) [`f138b41`](https://github.com/gradio-app/gradio/commit/f138b4159ea364204108de14f7597674fcc9469e) - Use Any if JsonValue cannot be imported. Thanks @freddyaboulton!
|
||||
- [#8334](https://github.com/gradio-app/gradio/pull/8334) [`0236b1a`](https://github.com/gradio-app/gradio/commit/0236b1ab12149ddd11b03e1382ceb09d19ac0d48) - fix: prevent triggering gr.File.select on delete. Thanks @gtm-nayan!
|
||||
- [#8341](https://github.com/gradio-app/gradio/pull/8341) [`82ba397`](https://github.com/gradio-app/gradio/commit/82ba3975921760c727875948fb7275c2f5f9ea2b) - add missing orig_name (follow up to #8334). Thanks @gtm-nayan!
|
||||
- [#8322](https://github.com/gradio-app/gradio/pull/8322) [`47012a0`](https://github.com/gradio-app/gradio/commit/47012a0c4e3e8a80fcae620aaf08b16ceb343cde) - ensure the client correctly handles all binary data. Thanks @Saghen!
|
||||
|
||||
## 4.31.4
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradio",
|
||||
"version": "4.31.4",
|
||||
"version": "4.31.5",
|
||||
"description": "",
|
||||
"python": "true"
|
||||
}
|
||||
|
@ -4,6 +4,14 @@
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/theme@0.2.3
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/form@0.1.18
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/client@0.19.3
|
||||
|
||||
## 0.0.1
|
||||
|
@ -1,5 +1,11 @@
|
||||
# website
|
||||
|
||||
## 0.30.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/code@0.6.6
|
||||
|
||||
## 0.30.3
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "website",
|
||||
"version": "0.30.3",
|
||||
"version": "0.30.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "python generate_jsons/generate.py && vite dev",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/accordion
|
||||
|
||||
## 0.3.15
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.3.14
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/accordion",
|
||||
"version": "0.3.14",
|
||||
"version": "0.3.15",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
@ -11,7 +11,7 @@
|
||||
"@gradio/atoms": "workspace:^",
|
||||
"@gradio/column": "workspace:^",
|
||||
"@gradio/statustracker": "workspace:^",
|
||||
"@gradio/utils": "workspace:0.4.1"
|
||||
"@gradio/utils": "workspace:0.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gradio/preview": "workspace:^"
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/annotatedimage
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
|
||||
## 0.6.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/annotatedimage",
|
||||
"version": "0.6.4",
|
||||
"version": "0.6.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,57 @@
|
||||
# @gradio/app
|
||||
|
||||
## 1.35.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/tabs@0.2.9
|
||||
- @gradio/code@0.6.6
|
||||
- @gradio/markdown@0.7.5
|
||||
- @gradio/theme@0.2.3
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/audio@0.11.5
|
||||
- @gradio/image@0.11.5
|
||||
- @gradio/video@0.8.5
|
||||
- @gradio/chatbot@0.10.5
|
||||
- @gradio/file@0.7.5
|
||||
- @gradio/dataframe@0.8.5
|
||||
- @gradio/highlightedtext@0.6.4
|
||||
- @gradio/plot@0.4.5
|
||||
- @gradio/fileexplorer@0.4.6
|
||||
- @gradio/gallery@0.10.5
|
||||
- @gradio/annotatedimage@0.6.5
|
||||
- @gradio/button@0.2.38
|
||||
- @gradio/dataset@0.1.38
|
||||
- @gradio/downloadbutton@0.1.15
|
||||
- @gradio/imageeditor@0.7.5
|
||||
- @gradio/model3d@0.10.5
|
||||
- @gradio/multimodaltextbox@0.4.5
|
||||
- @gradio/simpleimage@0.5.5
|
||||
- @gradio/uploadbutton@0.6.6
|
||||
- @gradio/accordion@0.3.15
|
||||
- @gradio/checkbox@0.3.5
|
||||
- @gradio/checkboxgroup@0.5.5
|
||||
- @gradio/colorpicker@0.3.5
|
||||
- @gradio/dropdown@0.7.5
|
||||
- @gradio/fallback@0.3.5
|
||||
- @gradio/form@0.1.18
|
||||
- @gradio/html@0.2.5
|
||||
- @gradio/json@0.2.5
|
||||
- @gradio/label@0.3.5
|
||||
- @gradio/number@0.4.5
|
||||
- @gradio/paramviewer@0.4.14
|
||||
- @gradio/radio@0.5.5
|
||||
- @gradio/simpledropdown@0.2.5
|
||||
- @gradio/simpletextbox@0.2.5
|
||||
- @gradio/slider@0.4.5
|
||||
- @gradio/tabitem@0.2.9
|
||||
- @gradio/textbox@0.6.4
|
||||
- @gradio/box@0.1.18
|
||||
|
||||
## 1.35.4
|
||||
|
||||
### Fixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/app",
|
||||
"version": "1.35.4",
|
||||
"version": "1.35.5",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/atoms
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
|
||||
## 0.7.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/atoms",
|
||||
"version": "0.7.3",
|
||||
"version": "0.7.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/audio
|
||||
|
||||
## 0.11.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/button@0.2.38
|
||||
|
||||
## 0.11.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/audio",
|
||||
"version": "0.11.4",
|
||||
"version": "0.11.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/box
|
||||
|
||||
## 0.1.18
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/atoms@0.7.4
|
||||
|
||||
## 0.1.17
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/box",
|
||||
"version": "0.1.17",
|
||||
"version": "0.1.18",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/button
|
||||
|
||||
## 0.2.38
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
|
||||
## 0.2.37
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/button",
|
||||
"version": "0.2.37",
|
||||
"version": "0.2.38",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,24 @@
|
||||
# @gradio/chatbot
|
||||
|
||||
## 0.10.5
|
||||
|
||||
### Features
|
||||
|
||||
- [#8311](https://github.com/gradio-app/gradio/pull/8311) [`35905c5`](https://github.com/gradio-app/gradio/commit/35905c5c8f7acbe669486ac8f57b6955328e4783) - Cleanup markdown styling. Thanks @aliabid94!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/markdown@0.7.5
|
||||
- @gradio/theme@0.2.3
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/audio@0.11.5
|
||||
- @gradio/image@0.11.5
|
||||
- @gradio/video@0.8.5
|
||||
|
||||
## 0.10.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/chatbot",
|
||||
"version": "0.10.4",
|
||||
"version": "0.10.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/checkbox
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkbox",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/checkboxgroup
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/checkboxgroup",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/code
|
||||
|
||||
## 0.6.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/code",
|
||||
"version": "0.6.5",
|
||||
"version": "0.6.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/colorpicker
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/colorpicker",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/dataframe
|
||||
|
||||
## 0.8.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/markdown@0.7.5
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/button@0.2.38
|
||||
|
||||
## 0.8.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataframe",
|
||||
"version": "0.8.4",
|
||||
"version": "0.8.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/dataset
|
||||
|
||||
## 0.1.38
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
|
||||
## 0.1.37
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dataset",
|
||||
"version": "0.1.37",
|
||||
"version": "0.1.38",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/downloadbutton
|
||||
|
||||
## 0.1.15
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/button@0.2.38
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/downloadbutton",
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.15",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/dropdown
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/dropdown",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/fallback
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fallback",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,20 @@
|
||||
# @gradio/file
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8334](https://github.com/gradio-app/gradio/pull/8334) [`0236b1a`](https://github.com/gradio-app/gradio/commit/0236b1ab12149ddd11b03e1382ceb09d19ac0d48) - fix: prevent triggering gr.File.select on delete. Thanks @gtm-nayan!
|
||||
- [#8341](https://github.com/gradio-app/gradio/pull/8341) [`82ba397`](https://github.com/gradio-app/gradio/commit/82ba3975921760c727875948fb7275c2f5f9ea2b) - add missing orig_name (follow up to #8334). Thanks @gtm-nayan!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/file",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/fileexplorer
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/file@0.7.5
|
||||
- @gradio/checkbox@0.3.5
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/fileexplorer",
|
||||
"version": "0.4.5",
|
||||
"version": "0.4.6",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/form
|
||||
|
||||
## 0.1.18
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
|
||||
## 0.1.17
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/form",
|
||||
"version": "0.1.17",
|
||||
"version": "0.1.18",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,17 @@
|
||||
# @gradio/gallery
|
||||
|
||||
## 0.10.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/image@0.11.5
|
||||
- @gradio/file@0.7.5
|
||||
|
||||
## 0.10.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/gallery",
|
||||
"version": "0.10.4",
|
||||
"version": "0.10.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/highlightedtext
|
||||
|
||||
## 0.6.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/theme@0.2.3
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/highlightedtext",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/html
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/html",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/image
|
||||
|
||||
## 0.11.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
|
||||
## 0.11.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/image",
|
||||
"version": "0.11.4",
|
||||
"version": "0.11.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/imageeditor
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/image@0.11.5
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/imageeditor",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/json
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/json",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/label
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/label",
|
||||
"version": "0.3.4",
|
||||
"version": "0.3.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/lite
|
||||
|
||||
## 4.31.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- gradio@4.31.5
|
||||
|
||||
## 4.31.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/lite",
|
||||
"version": "4.31.4",
|
||||
"version": "4.31.5",
|
||||
"description": "Serverless Gradio",
|
||||
"type": "module",
|
||||
"main": "dist/lite.js",
|
||||
|
@ -1,5 +1,21 @@
|
||||
# @gradio/markdown
|
||||
|
||||
## 0.7.5
|
||||
|
||||
### Features
|
||||
|
||||
- [#8311](https://github.com/gradio-app/gradio/pull/8311) [`35905c5`](https://github.com/gradio-app/gradio/commit/35905c5c8f7acbe669486ac8f57b6955328e4783) - Cleanup markdown styling. Thanks @aliabid94!
|
||||
|
||||
### Fixes
|
||||
|
||||
- [#8339](https://github.com/gradio-app/gradio/pull/8339) [`4dc7fa7`](https://github.com/gradio-app/gradio/commit/4dc7fa7cd7f514224686b891299e46533edffd66) - Fix Chatbot, Dataframe, Markdown custom components. Thanks @freddyaboulton!
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.7.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/markdown",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/model3d
|
||||
|
||||
## 0.10.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
|
||||
## 0.10.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/model3d",
|
||||
"version": "0.10.4",
|
||||
"version": "0.10.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,16 @@
|
||||
# @gradio/multimodaltextbox
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
- @gradio/image@0.11.5
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/multimodaltextbox",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/number
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/number",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/paramviewer
|
||||
|
||||
## 0.4.14
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.4.13
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/paramviewer",
|
||||
"version": "0.4.13",
|
||||
"version": "0.4.14",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,14 @@
|
||||
# @gradio/plot
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/theme@0.2.3
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/plot",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/radio
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/radio",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/simpledropdown
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpledropdown",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,15 @@
|
||||
# @gradio/simpleimage
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
- @gradio/upload@0.10.5
|
||||
- @gradio/client@0.19.4
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpleimage",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/simpletextbox
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.2.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/simpletextbox",
|
||||
"version": "0.2.4",
|
||||
"version": "0.2.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/slider
|
||||
|
||||
## 0.4.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/slider",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/statustracker
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
|
||||
## 0.5.4
|
||||
|
||||
### Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/statustracker",
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"main": "./index.ts",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# @gradio/tabitem
|
||||
|
||||
## 0.2.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/tabs@0.2.9
|
||||
|
||||
## 0.2.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/tabitem",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @gradio/tabs
|
||||
|
||||
## 0.2.9
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
|
||||
## 0.2.8
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/tabs",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.9",
|
||||
"description": "Gradio UI packages",
|
||||
"type": "module",
|
||||
"author": "",
|
||||
|
@ -1,5 +1,13 @@
|
||||
# @gradio/textbox
|
||||
|
||||
## 0.6.4
|
||||
|
||||
### Dependency updates
|
||||
|
||||
- @gradio/utils@0.4.2
|
||||
- @gradio/atoms@0.7.4
|
||||
- @gradio/statustracker@0.5.5
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Dependency updates
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gradio/textbox",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"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