chore: update versions (#9697)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gradio PR Bot 2024-10-16 15:36:14 -07:00 committed by GitHub
parent 7134fc272e
commit 6953f1957f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
136 changed files with 646 additions and 155 deletions

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Restore light/dark custom setting

View File

@ -1,6 +0,0 @@
---
"@gradio/wasm": patch
"gradio": patch
---
fix:Fix Lite dependencies

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Set min FastAPI version

View File

@ -1,9 +0,0 @@
---
"@gradio/atoms": patch
"@gradio/markdown": patch
"@gradio/sanitize": patch
"@self/build": patch
"gradio": patch
---
fix:Custom component fixes

View File

@ -1,6 +0,0 @@
---
"@gradio/button": patch
"gradio": patch
---
fix:Fix the behavior of `gr.LoginButton` locally and on Spaces

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix progress bar compatibility with generators

View File

@ -1,7 +0,0 @@
---
"@gradio/core": patch
"@gradio/tabs": patch
"gradio": patch
---
fix:Ensure tabs render in SSR mode and reduce time it takes for them to render.

View File

@ -1,6 +0,0 @@
---
"@gradio/dropdown": minor
"gradio": minor
---
feat:allow setting initial value of `gr.Dropdown` to `None` to designate that no value should be initially selected

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
fix:fix table type check

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:fix css syntax error

View File

@ -1,6 +0,0 @@
---
"@gradio/slider": patch
"gradio": patch
---
fix:Hide default slider background

View File

@ -1,6 +0,0 @@
---
"gradio": patch
"gradio_client": patch
---
fix:Fix: `file_types` checking bug

View File

@ -1,10 +0,0 @@
---
"@gradio/client": minor
"@gradio/core": minor
"@gradio/statustracker": minor
"@self/app": minor
"@self/spa": minor
"gradio": minor
---
feat:Allow setting title in gr.Info/Warning/Error

View File

@ -1,5 +1,26 @@
# gradio
## 5.2.0
### Features
- [#9712](https://github.com/gradio-app/gradio/pull/9712) [`bad46f3`](https://github.com/gradio-app/gradio/commit/bad46f3e8c1b6e94ccb8c936fe6a0e1c1e6f87f8) - Set min FastAPI version. Thanks @freddyaboulton!
- [#9699](https://github.com/gradio-app/gradio/pull/9699) [`ea2367c`](https://github.com/gradio-app/gradio/commit/ea2367ccb1b75827a086d1c19e2a4595d7a5aa0f) - allow setting initial value of `gr.Dropdown` to `None` to designate that no value should be initially selected. Thanks @abidlabs!
- [#9681](https://github.com/gradio-app/gradio/pull/9681) [`2ed2361`](https://github.com/gradio-app/gradio/commit/2ed236187a9aab18e17fc4a8079eddef7dd195a5) - Allow setting title in gr.Info/Warning/Error. Thanks @ABucket!
### Fixes
- [#9716](https://github.com/gradio-app/gradio/pull/9716) [`3c7f2ad`](https://github.com/gradio-app/gradio/commit/3c7f2ad15f80724bbc5c88c24621e6a078d2bb97) - Restore light/dark custom setting. Thanks @aliabid94!
- [#9719](https://github.com/gradio-app/gradio/pull/9719) [`7ec57cb`](https://github.com/gradio-app/gradio/commit/7ec57cb018a97270cd00c6e1aa5558e378855c53) - Fix Lite dependencies. Thanks @whitphx!
- [#9711](https://github.com/gradio-app/gradio/pull/9711) [`7134fc2`](https://github.com/gradio-app/gradio/commit/7134fc272e9e60be4b80dfd294ff8926d5995188) - Custom component fixes. Thanks @freddyaboulton!
- [#9659](https://github.com/gradio-app/gradio/pull/9659) [`b1a0f6d`](https://github.com/gradio-app/gradio/commit/b1a0f6db0d6900cb4089f4d5809a5f1d5e2609ee) - Fix the behavior of `gr.LoginButton` locally and on Spaces. Thanks @abidlabs!
- [#9693](https://github.com/gradio-app/gradio/pull/9693) [`c45b466`](https://github.com/gradio-app/gradio/commit/c45b46652d49e0a8a5d8217bbbc6ddbe4b4e91f0) - Fix progress bar compatibility with generators. Thanks @brody715!
- [#9728](https://github.com/gradio-app/gradio/pull/9728) [`d0b2ce8`](https://github.com/gradio-app/gradio/commit/d0b2ce8c0f150f0b636ad7d2226f7c8c61401996) - Ensure tabs render in SSR mode and reduce time it takes for them to render. Thanks @pngwn!
- [#9709](https://github.com/gradio-app/gradio/pull/9709) [`31418ef`](https://github.com/gradio-app/gradio/commit/31418ef388a2dc524069ee230c2735a4beaf55f1) - fix table type check. Thanks @hannahblair!
- [#9731](https://github.com/gradio-app/gradio/pull/9731) [`ea283e7`](https://github.com/gradio-app/gradio/commit/ea283e739849dcbb1c49c04d4c756d3cb2d72dbb) - fix css syntax error. Thanks @pngwn!
- [#9652](https://github.com/gradio-app/gradio/pull/9652) [`35bebf3`](https://github.com/gradio-app/gradio/commit/35bebf38eb0f61fe8e4f032ee093e92355baeecb) - Hide default slider background. Thanks @hannahblair!
- [#9678](https://github.com/gradio-app/gradio/pull/9678) [`a25a26e`](https://github.com/gradio-app/gradio/commit/a25a26e208c3f3675ba857a889553c7ccc95e866) - Fix: `file_types` checking bug. Thanks @jasongzy!
## 5.1.0
### Features

View File

@ -1,5 +1,11 @@
# @gradio/client
## 1.7.0
### Features
- [#9681](https://github.com/gradio-app/gradio/pull/9681) [`2ed2361`](https://github.com/gradio-app/gradio/commit/2ed236187a9aab18e17fc4a8079eddef7dd195a5) - Allow setting title in gr.Info/Warning/Error. Thanks @ABucket!
## 1.6.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/client",
"version": "1.6.0",
"version": "1.7.0",
"description": "Gradio API client",
"type": "module",
"main": "dist/index.js",

View File

@ -1,5 +1,11 @@
# gradio_client
## 1.4.1
### Fixes
- [#9678](https://github.com/gradio-app/gradio/pull/9678) [`a25a26e`](https://github.com/gradio-app/gradio/commit/a25a26e208c3f3675ba857a889553c7ccc95e866) - Fix: `file_types` checking bug. Thanks @jasongzy!
## 1.4.0-beta.5
### Features

View File

@ -1,22 +1,10 @@
# gradio_client
## 1.4.0
### Features
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Fix most flaky Python tests in `5.0-dev` branch
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Drop python 3.8 and 3.9
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Only move files to the cache that have a meta key
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Send Streaming data over Websocket if possible. Also support base64 output format for images.
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Api info fix
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming inputs for 5.0
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - prefix api routes
## 1.4.1
### Fixes
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Check for `file_types` parameter in the backend
- [#9678](https://github.com/gradio-app/gradio/pull/9678) [`a25a26e`](https://github.com/gradio-app/gradio/commit/a25a26e208c3f3675ba857a889553c7ccc95e866) - Fix: `file_types` checking bug. Thanks @jasongzy!
## 1.4.0-beta.5

View File

@ -1,6 +1,6 @@
{
"name": "gradio_client",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"python": "true",
"main_changeset": true,

View File

@ -1,5 +1,26 @@
# gradio
## 5.2.0
### Features
- [#9712](https://github.com/gradio-app/gradio/pull/9712) [`bad46f3`](https://github.com/gradio-app/gradio/commit/bad46f3e8c1b6e94ccb8c936fe6a0e1c1e6f87f8) - Set min FastAPI version. Thanks @freddyaboulton!
- [#9699](https://github.com/gradio-app/gradio/pull/9699) [`ea2367c`](https://github.com/gradio-app/gradio/commit/ea2367ccb1b75827a086d1c19e2a4595d7a5aa0f) - allow setting initial value of `gr.Dropdown` to `None` to designate that no value should be initially selected. Thanks @abidlabs!
- [#9681](https://github.com/gradio-app/gradio/pull/9681) [`2ed2361`](https://github.com/gradio-app/gradio/commit/2ed236187a9aab18e17fc4a8079eddef7dd195a5) - Allow setting title in gr.Info/Warning/Error. Thanks @ABucket!
### Fixes
- [#9716](https://github.com/gradio-app/gradio/pull/9716) [`3c7f2ad`](https://github.com/gradio-app/gradio/commit/3c7f2ad15f80724bbc5c88c24621e6a078d2bb97) - Restore light/dark custom setting. Thanks @aliabid94!
- [#9719](https://github.com/gradio-app/gradio/pull/9719) [`7ec57cb`](https://github.com/gradio-app/gradio/commit/7ec57cb018a97270cd00c6e1aa5558e378855c53) - Fix Lite dependencies. Thanks @whitphx!
- [#9711](https://github.com/gradio-app/gradio/pull/9711) [`7134fc2`](https://github.com/gradio-app/gradio/commit/7134fc272e9e60be4b80dfd294ff8926d5995188) - Custom component fixes. Thanks @freddyaboulton!
- [#9659](https://github.com/gradio-app/gradio/pull/9659) [`b1a0f6d`](https://github.com/gradio-app/gradio/commit/b1a0f6db0d6900cb4089f4d5809a5f1d5e2609ee) - Fix the behavior of `gr.LoginButton` locally and on Spaces. Thanks @abidlabs!
- [#9693](https://github.com/gradio-app/gradio/pull/9693) [`c45b466`](https://github.com/gradio-app/gradio/commit/c45b46652d49e0a8a5d8217bbbc6ddbe4b4e91f0) - Fix progress bar compatibility with generators. Thanks @brody715!
- [#9728](https://github.com/gradio-app/gradio/pull/9728) [`d0b2ce8`](https://github.com/gradio-app/gradio/commit/d0b2ce8c0f150f0b636ad7d2226f7c8c61401996) - Ensure tabs render in SSR mode and reduce time it takes for them to render. Thanks @pngwn!
- [#9709](https://github.com/gradio-app/gradio/pull/9709) [`31418ef`](https://github.com/gradio-app/gradio/commit/31418ef388a2dc524069ee230c2735a4beaf55f1) - fix table type check. Thanks @hannahblair!
- [#9731](https://github.com/gradio-app/gradio/pull/9731) [`ea283e7`](https://github.com/gradio-app/gradio/commit/ea283e739849dcbb1c49c04d4c756d3cb2d72dbb) - fix css syntax error. Thanks @pngwn!
- [#9652](https://github.com/gradio-app/gradio/pull/9652) [`35bebf3`](https://github.com/gradio-app/gradio/commit/35bebf38eb0f61fe8e4f032ee093e92355baeecb) - Hide default slider background. Thanks @hannahblair!
- [#9678](https://github.com/gradio-app/gradio/pull/9678) [`a25a26e`](https://github.com/gradio-app/gradio/commit/a25a26e208c3f3675ba857a889553c7ccc95e866) - Fix: `file_types` checking bug. Thanks @jasongzy!
## 5.1.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "gradio",
"version": "5.1.0",
"version": "5.2.0",
"description": "",
"python": "true"
}

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/client@1.7.0
## 0.0.1
### Dependency updates
- @gradio/client@1.6.0-beta.4
## 0.0.1

View File

@ -1,5 +1,14 @@
# website
## 0.40.1
### Dependency updates
- @gradio/tabs@0.3.1
- @gradio/code@0.10.3
- @gradio/paramviewer@0.5.2
- @gradio/tabitem@0.3.1
## 0.40.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.40.0",
"version": "0.40.1",
"private": true,
"scripts": {
"dev": "pip install boto3 && python generate_jsons/generate.py && vite dev",

View File

@ -1,5 +1,13 @@
# @gradio/accordion
## 0.4.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/column@0.2.0
## 0.4.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/accordion",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,15 @@
# @gradio/annotatedimage
## 0.8.3
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/wasm@0.14.2
## 0.8.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/annotatedimage",
"version": "0.8.2",
"version": "0.8.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,18 @@
# @self/app
## 1.42.0
### Features
- [#9681](https://github.com/gradio-app/gradio/pull/9681) [`2ed2361`](https://github.com/gradio-app/gradio/commit/2ed236187a9aab18e17fc4a8079eddef7dd195a5) - Allow setting title in gr.Info/Warning/Error. Thanks @ABucket!
### Dependency updates
- @gradio/client@1.7.0
- @gradio/wasm@0.14.2
- @self/build@0.1.1
- @gradio/core@0.2.0
## 1.41.2
### Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@self/app",
"version": "1.41.2",
"version": "1.42.0",
"private": true,
"scripts": {
"dev": "vite dev",

View File

@ -1,5 +1,15 @@
# @gradio/atoms
## 0.9.1
### Fixes
- [#9711](https://github.com/gradio-app/gradio/pull/9711) [`7134fc2`](https://github.com/gradio-app/gradio/commit/7134fc272e9e60be4b80dfd294ff8926d5995188) - Custom component fixes. Thanks @freddyaboulton!
### Dependency updates
- @gradio/markdown@0.10.2
## 0.9.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/atoms",
"version": "0.9.0",
"version": "0.9.1",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",

View File

@ -1,5 +1,16 @@
# @gradio/audio
## 0.14.3
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/button@0.3.2
- @gradio/wasm@0.14.2
## 0.14.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/audio",
"version": "0.14.2",
"version": "0.14.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/box
## 0.2.1
### Dependency updates
- @gradio/atoms@0.9.1
## 0.2.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/box",
"version": "0.2.0",
"version": "0.2.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @self/build
## 0.1.1
### Fixes
- [#9711](https://github.com/gradio-app/gradio/pull/9711) [`7134fc2`](https://github.com/gradio-app/gradio/commit/7134fc272e9e60be4b80dfd294ff8926d5995188) - Custom component fixes. Thanks @freddyaboulton!
## 0.1.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@self/build",
"version": "0.1.0",
"version": "0.1.1",
"description": "Gradio UI packages",
"type": "module",
"main": "out/index.js",

View File

@ -1,5 +1,16 @@
# @gradio/button
## 0.3.2
### Fixes
- [#9659](https://github.com/gradio-app/gradio/pull/9659) [`b1a0f6d`](https://github.com/gradio-app/gradio/commit/b1a0f6db0d6900cb4089f4d5809a5f1d5e2609ee) - Fix the behavior of `gr.LoginButton` locally and on Spaces. Thanks @abidlabs!
### Dependency updates
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
## 0.3.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/button",
"version": "0.3.1",
"version": "0.3.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,20 @@
# @gradio/chatbot
## 0.15.1
### Dependency updates
- @gradio/video@0.11.3
- @gradio/markdown@0.10.2
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/wasm@0.14.2
- @gradio/gallery@0.13.3
- @gradio/plot@0.7.2
- @gradio/image@0.16.3
## 0.15.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.15.0",
"version": "0.15.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/checkbox
## 0.4.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.4.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/checkbox",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/checkboxgroup
## 0.6.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.6.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/checkboxgroup",
"version": "0.6.1",
"version": "0.6.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,14 @@
# @gradio/code
## 0.10.3
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/upload@0.13.2
- @gradio/wasm@0.14.2
## 0.10.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/code",
"version": "0.10.2",
"version": "0.10.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/colorpicker
## 0.4.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.4.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/colorpicker",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -4,6 +4,12 @@
### Dependency updates
- @gradio/statustracker@0.9.0
## 0.2.0
### Dependency updates
- @gradio/statustracker@0.8.1
## 0.2.0

View File

@ -1,5 +1,12 @@
# @self/component-test
## 0.2.3
### Dependency updates
- @gradio/video@0.11.3
- @self/build@0.1.1
## 0.2.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@self/component-test",
"version": "0.2.2",
"version": "0.2.3",
"scripts": {
"dev": "vite dev",
"build": "vite build",

View File

@ -1,5 +1,37 @@
# @gradio/core
## 0.2.0
### Features
- [#9681](https://github.com/gradio-app/gradio/pull/9681) [`2ed2361`](https://github.com/gradio-app/gradio/commit/2ed236187a9aab18e17fc4a8079eddef7dd195a5) - Allow setting title in gr.Info/Warning/Error. Thanks @ABucket!
### Fixes
- [#9728](https://github.com/gradio-app/gradio/pull/9728) [`d0b2ce8`](https://github.com/gradio-app/gradio/commit/d0b2ce8c0f150f0b636ad7d2226f7c8c61401996) - Ensure tabs render in SSR mode and reduce time it takes for them to render. Thanks @pngwn!
### Dependency updates
- @gradio/video@0.11.3
- @gradio/markdown@0.10.2
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/button@0.3.2
- @gradio/wasm@0.14.2
- @gradio/gallery@0.13.3
- @gradio/plot@0.7.2
- @gradio/image@0.16.3
- @gradio/column@0.2.0
- @gradio/textbox@0.8.1
- @gradio/file@0.10.3
- @gradio/checkbox@0.4.2
- @gradio/tabs@0.3.1
- @gradio/code@0.10.3
- @gradio/paramviewer@0.5.2
- @gradio/tabitem@0.3.1
## 0.1.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/core",
"version": "0.1.1",
"version": "0.2.0",
"type": "module",
"devDependencies": {
"@gradio/accordion": "workspace:^",

View File

@ -1,5 +1,20 @@
# @gradio/dataframe
## 0.11.3
### Fixes
- [#9709](https://github.com/gradio-app/gradio/pull/9709) [`31418ef`](https://github.com/gradio-app/gradio/commit/31418ef388a2dc524069ee230c2735a4beaf55f1) - fix table type check. Thanks @hannahblair!
### Dependency updates
- @gradio/markdown@0.10.2
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/button@0.3.2
## 0.11.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataframe",
"version": "0.11.2",
"version": "0.11.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,14 @@
# @gradio/dataset
## 0.3.4
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/textbox@0.8.1
## 0.3.3
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataset",
"version": "0.3.3",
"version": "0.3.4",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/datetime
## 0.2.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.2.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/datetime",
"version": "0.2.1",
"version": "0.2.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/downloadbutton
## 0.2.2
### Dependency updates
- @gradio/client@1.7.0
- @gradio/button@0.3.2
## 0.2.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/downloadbutton",
"version": "0.2.1",
"version": "0.2.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,16 @@
# @gradio/dropdown
## 0.9.0
### Features
- [#9699](https://github.com/gradio-app/gradio/pull/9699) [`ea2367c`](https://github.com/gradio-app/gradio/commit/ea2367ccb1b75827a086d1c19e2a4595d7a5aa0f) - allow setting initial value of `gr.Dropdown` to `None` to designate that no value should be initially selected. Thanks @abidlabs!
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.8.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dropdown",
"version": "0.8.1",
"version": "0.9.0",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/fallback
## 0.4.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.4.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/fallback",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,15 @@
# @gradio/file
## 0.10.3
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/wasm@0.14.2
## 0.10.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/file",
"version": "0.10.2",
"version": "0.10.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,16 @@
# @gradio/fileexplorer
## 0.5.3
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/file@0.10.3
- @gradio/checkbox@0.4.2
## 0.5.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/fileexplorer",
"version": "0.5.2",
"version": "0.5.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,11 @@
# @gradio/form
## 0.2.1
### Dependency updates
- @gradio/atoms@0.9.1
## 0.2.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/form",
"version": "0.2.0",
"version": "0.2.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,17 @@
# @gradio/gallery
## 0.13.3
### Dependency updates
- @gradio/video@0.11.3
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/image@0.16.3
- @gradio/file@0.10.3
## 0.13.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/gallery",
"version": "0.13.2",
"version": "0.13.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/highlightedtext
## 0.8.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.8.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/highlightedtext",
"version": "0.8.1",
"version": "0.8.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/html
## 0.4.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.4.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/html",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,15 @@
# @gradio/image
## 0.16.3
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/wasm@0.14.2
## 0.16.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/image",
"version": "0.16.2",
"version": "0.16.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,16 @@
# @gradio/imageeditor
## 0.11.3
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/wasm@0.14.2
- @gradio/image@0.16.3
## 0.11.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/imageeditor",
"version": "0.11.2",
"version": "0.11.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/json
## 0.5.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.5.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/json",
"version": "0.5.1",
"version": "0.5.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/label
## 0.4.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.4.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/label",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -2,6 +2,15 @@
## 4.43.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/wasm@0.14.2
- @self/build@0.1.1
- @gradio/core@0.2.0
## 4.43.2
### Fixes
- [#9528](https://github.com/gradio-app/gradio/pull/9528) [`9004b11`](https://github.com/gradio-app/gradio/commit/9004b110640bdb54995343a870bf080ee15da02d) - Fix Lite to work on FireFox. Thanks @whitphx!

View File

@ -1,5 +1,17 @@
# @gradio/markdown
## 0.10.2
### Fixes
- [#9711](https://github.com/gradio-app/gradio/pull/9711) [`7134fc2`](https://github.com/gradio-app/gradio/commit/7134fc272e9e60be4b80dfd294ff8926d5995188) - Custom component fixes. Thanks @freddyaboulton!
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/sanitize@0.1.1
- @gradio/statustracker@0.9.0
## 0.10.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/markdown",
"version": "0.10.1",
"version": "0.10.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,15 @@
# @gradio/model3d
## 0.13.3
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/wasm@0.14.2
## 0.13.2
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/model3d",
"version": "0.13.2",
"version": "0.13.3",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,16 @@
# @gradio/multimodaltextbox
## 0.7.1
### Dependency updates
- @gradio/video@0.11.3
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
- @gradio/client@1.7.0
- @gradio/upload@0.13.2
- @gradio/image@0.16.3
## 0.7.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/multimodaltextbox",
"version": "0.7.0",
"version": "0.7.1",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/nativeplot
## 0.4.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.4.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/nativeplot",
"version": "0.4.1",
"version": "0.4.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/number
## 0.5.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.5.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/number",
"version": "0.5.1",
"version": "0.5.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,12 @@
# @gradio/paramviewer
## 0.5.2
### Dependency updates
- @gradio/atoms@0.9.1
- @gradio/statustracker@0.9.0
## 0.5.1
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/paramviewer",
"version": "0.5.1",
"version": "0.5.2",
"description": "Gradio UI packages",
"type": "module",
"author": "",

Some files were not shown because too many files have changed in this diff Show More