chore: update versions (#7992)

* chore: update versions

* changeset

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2024-04-18 14:09:10 -04:00 committed by GitHub
parent 79d5285f0e
commit ddc5d3866c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
132 changed files with 716 additions and 190 deletions

View File

@ -1,7 +0,0 @@
---
"@gradio/chatbot": patch
"@gradio/theme": patch
"gradio": patch
---
feat:Restore chatbot formatting

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix multimode interface double box on file upload

View File

@ -1,7 +0,0 @@
---
"@gradio/app": patch
"@gradio/dataset": patch
"gradio": patch
---
fix:ensure maps are correctly shallow cloned when updating state

View File

@ -1,6 +0,0 @@
---
"@gradio/client": patch
"gradio": patch
---
fix:Fix heartbeat in the js client to be Lite compatible

View File

@ -1,7 +0,0 @@
---
"@gradio/multimodaltextbox": patch
"@gradio/upload": patch
"gradio": patch
---
fix:Add show_progress prop to Upload Component to bring back upload progress animation

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:GRADIO_SHARE Environment Variable

View File

@ -1,6 +0,0 @@
---
"@gradio/app": minor
"gradio": minor
---
feat:Update dependency iframe-resizer to v4.3.10

View File

@ -1,6 +0,0 @@
---
"@gradio/imageeditor": patch
"gradio": patch
---
fix:round [x, y, w, h] before cropping to avoid unexpected interpolation on pixel values

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
fix:Fixes Chatbot Image Sizing

View File

@ -1,8 +0,0 @@
---
"@gradio/atoms": minor
"@gradio/icons": minor
"@gradio/imageeditor": minor
"gradio": minor
---
feat:refresh the `ImageEditor` UI

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Fix internal server error in HF OAuth workflow

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
fix:Add an explicit dependency of `urllib3~=2.0` and update `processing_utils.save_url_to_cache` to use `urllib3` for Lite support

View File

@ -1,6 +0,0 @@
---
"@gradio/app": patch
"gradio": patch
---
feat:When authenticating with HF OAuth, stay in same tab

View File

@ -1,6 +0,0 @@
---
"@gradio/app": patch
"gradio": patch
---
fix:Fix example loading for custom components

View File

@ -1,7 +0,0 @@
---
"@gradio/icons": minor
"@gradio/imageeditor": minor
"gradio": minor
---
feat:ensure the `ImageEditor` works correctly with layers and `change` events

View File

@ -1,7 +0,0 @@
---
"@gradio/client": minor
"@gradio/imageeditor": minor
"gradio": minor
---
feat:ensure `ImageEditor` events work as expected

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Patch `async_save_url_to_cache` for Lite

View File

@ -1,6 +0,0 @@
---
"@gradio/imageeditor": patch
"gradio": patch
---
fix:ensure `ImageEditor` always draws at the correct position

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Update `typer` to drop `[all]` as it is no longer needed

View File

@ -1,6 +0,0 @@
---
"@gradio/app": minor
"gradio": minor
---
feat:Update the Lite custom element parser

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
feat:Document that show_copy_button in gr.Textbox is not visible when show_label=False

View File

@ -1,5 +1,51 @@
# gradio
## 4.27.0
### Highlights
#### Refreshed `ImageEditor`
The `ImageEditor` component has been refreshed to make it more user-friendly and reliable.
This release contains a host of improvements to the `ImageEditor` component, that will be of particular interest to those builing real-time image editing applications or complex image processing pipelines:
- Cleaner and more compact interface.
- New option to hide the layer controls for a more minimal UI.
- Improved stability when updating the sources programmatically.
- Improved support for `input`, `upload`, `change` and `apply` events.
- Support for realtime drawing via the `change` event.
- Many bug fixes!
![output](https://github.com/gradio-app/gradio/assets/12937446/826dde7d-942b-4e1f-9a3e-aa4dc1f74402)
### Features
- [#7998](https://github.com/gradio-app/gradio/pull/7998) [`06bdf0e`](https://github.com/gradio-app/gradio/commit/06bdf0eddf59bf79b6b4d1268fc9290955ef2490) - Restore chatbot formatting. Thanks @aliabid94!
- [#7986](https://github.com/gradio-app/gradio/pull/7986) [`05f935c`](https://github.com/gradio-app/gradio/commit/05f935c8d8e5bb7133affc50da8443cad0d4986d) - GRADIO_SHARE Environment Variable. Thanks @cocktailpeanut!
- [#8062](https://github.com/gradio-app/gradio/pull/8062) [`cecd6e4`](https://github.com/gradio-app/gradio/commit/cecd6e4c4accb3ef220284dc54a87510b3503ec9) - Update dependency iframe-resizer to v4.3.10. Thanks @renovate!
- [#8042](https://github.com/gradio-app/gradio/pull/8042) [`92139f3`](https://github.com/gradio-app/gradio/commit/92139f3d7d6b832b649ff1f6c10c87e6fb522cde) - refresh the `ImageEditor` UI. Thanks @pngwn!
- [#8000](https://github.com/gradio-app/gradio/pull/8000) [`a0c2848`](https://github.com/gradio-app/gradio/commit/a0c2848ab510623b29e215f543e935e275ca35c6) - Fix internal server error in HF OAuth workflow. Thanks @Wauplin!
- [#7887](https://github.com/gradio-app/gradio/pull/7887) [`5f0248e`](https://github.com/gradio-app/gradio/commit/5f0248e797af087c7fd0ad35ea7f2bd778a7cc41) - When authenticating with HF OAuth, stay in same tab. Thanks @Wauplin!
- [#8059](https://github.com/gradio-app/gradio/pull/8059) [`074ce38`](https://github.com/gradio-app/gradio/commit/074ce3805ada6ba829c17da3af5f186d9f5f9865) - ensure the `ImageEditor` works correctly with layers and `change` events. Thanks @pngwn!
- [#7845](https://github.com/gradio-app/gradio/pull/7845) [`dbb7373`](https://github.com/gradio-app/gradio/commit/dbb7373dde69d4ed2741942b5a1898f8620cec24) - ensure `ImageEditor` events work as expected. Thanks @pngwn!
- [#7975](https://github.com/gradio-app/gradio/pull/7975) [`c9ddd84`](https://github.com/gradio-app/gradio/commit/c9ddd847d6c57d5efc4e887180d219f2a0b5b98d) - Update the Lite custom element parser. Thanks @whitphx!
- [#8012](https://github.com/gradio-app/gradio/pull/8012) [`299c87c`](https://github.com/gradio-app/gradio/commit/299c87c47717b42387ac323b4c7f6fcab9097b1c) - Document that show_copy_button in gr.Textbox is not visible when show_label=False. Thanks @lappemic!
### Fixes
- [#8025](https://github.com/gradio-app/gradio/pull/8025) [`55ef4a5`](https://github.com/gradio-app/gradio/commit/55ef4a52c3d600344d8cf1a667f3f352c52c8e57) - Fixes Chatbot Image Sizing. Thanks @dawoodkhan82!
- [#8014](https://github.com/gradio-app/gradio/pull/8014) [`e10ec6a`](https://github.com/gradio-app/gradio/commit/e10ec6a6124cecb2454266609b951d4768675e50) - Fix multimode interface double box on file upload. Thanks @TALLEC-Scott!
- [#8028](https://github.com/gradio-app/gradio/pull/8028) [`6fafce0`](https://github.com/gradio-app/gradio/commit/6fafce06704ab8f2cd5fe6fbdb58b842e144e44d) - ensure maps are correctly shallow cloned when updating state. Thanks @pngwn!
- [#7974](https://github.com/gradio-app/gradio/pull/7974) [`79e0aa8`](https://github.com/gradio-app/gradio/commit/79e0aa81c94e755faa6e85d76ac5d5a666313e6a) - Fix heartbeat in the js client to be Lite compatible. Thanks @whitphx!
- [#8002](https://github.com/gradio-app/gradio/pull/8002) [`8903415`](https://github.com/gradio-app/gradio/commit/8903415e49b1526d31ff454b2235ea238e319c2c) - Add show_progress prop to Upload Component to bring back upload progress animation. Thanks @freddyaboulton!
- [#8046](https://github.com/gradio-app/gradio/pull/8046) [`d6c289b`](https://github.com/gradio-app/gradio/commit/d6c289b34668f0011676737ee8edb4cb62b0620a) - round [x, y, w, h] before cropping to avoid unexpected interpolation on pixel values. Thanks @ernestchu!
- [#8011](https://github.com/gradio-app/gradio/pull/8011) [`f17d1a0`](https://github.com/gradio-app/gradio/commit/f17d1a0a6fa61869dc78fb12fb153f6b7abaa5f5) - Add an explicit dependency of `urllib3~=2.0` and update `processing_utils.save_url_to_cache` to use `urllib3` for Lite support. Thanks @whitphx!
- [#7981](https://github.com/gradio-app/gradio/pull/7981) [`c1df2f8`](https://github.com/gradio-app/gradio/commit/c1df2f818ce285a8e7871d43b76c4959beb00956) - Fix example loading for custom components. Thanks @freddyaboulton!
- [#8026](https://github.com/gradio-app/gradio/pull/8026) [`522daf7`](https://github.com/gradio-app/gradio/commit/522daf787a8427b92ed769ccea3c71a490cbca29) - Patch `async_save_url_to_cache` for Lite. Thanks @whitphx!
- [#7959](https://github.com/gradio-app/gradio/pull/7959) [`2a5cb97`](https://github.com/gradio-app/gradio/commit/2a5cb978240960fd8b150a1eae6ae8328a5c0c59) - ensure `ImageEditor` always draws at the correct position. Thanks @hrrbay!
- [#8050](https://github.com/gradio-app/gradio/pull/8050) [`0424c75`](https://github.com/gradio-app/gradio/commit/0424c759d8a790529406229c52f47cb469e78d3e) - Update `typer` to drop `[all]` as it is no longer needed. Thanks @joennlae!
## 4.26.0
### Features

View File

@ -1,5 +1,15 @@
# @gradio/client
## 0.16.0
### Features
- [#7845](https://github.com/gradio-app/gradio/pull/7845) [`dbb7373`](https://github.com/gradio-app/gradio/commit/dbb7373dde69d4ed2741942b5a1898f8620cec24) - ensure `ImageEditor` events work as expected. Thanks @pngwn!
### Fixes
- [#7974](https://github.com/gradio-app/gradio/pull/7974) [`79e0aa8`](https://github.com/gradio-app/gradio/commit/79e0aa81c94e755faa6e85d76ac5d5a666313e6a) - Fix heartbeat in the js client to be Lite compatible. Thanks @whitphx!
## 0.15.1
### Fixes

View File

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

View File

@ -1,5 +1,34 @@
# gradio
## 4.27.0
### Features
- [#7998](https://github.com/gradio-app/gradio/pull/7998) [`06bdf0e`](https://github.com/gradio-app/gradio/commit/06bdf0eddf59bf79b6b4d1268fc9290955ef2490) - Restore chatbot formatting. Thanks @aliabid94!
- [#7986](https://github.com/gradio-app/gradio/pull/7986) [`05f935c`](https://github.com/gradio-app/gradio/commit/05f935c8d8e5bb7133affc50da8443cad0d4986d) - GRADIO_SHARE Environment Variable. Thanks @cocktailpeanut!
- [#8062](https://github.com/gradio-app/gradio/pull/8062) [`cecd6e4`](https://github.com/gradio-app/gradio/commit/cecd6e4c4accb3ef220284dc54a87510b3503ec9) - Update dependency iframe-resizer to v4.3.10. Thanks @renovate!
- [#8042](https://github.com/gradio-app/gradio/pull/8042) [`92139f3`](https://github.com/gradio-app/gradio/commit/92139f3d7d6b832b649ff1f6c10c87e6fb522cde) - refresh the `ImageEditor` UI. Thanks @pngwn!
- [#8000](https://github.com/gradio-app/gradio/pull/8000) [`a0c2848`](https://github.com/gradio-app/gradio/commit/a0c2848ab510623b29e215f543e935e275ca35c6) - Fix internal server error in HF OAuth workflow. Thanks @Wauplin!
- [#7887](https://github.com/gradio-app/gradio/pull/7887) [`5f0248e`](https://github.com/gradio-app/gradio/commit/5f0248e797af087c7fd0ad35ea7f2bd778a7cc41) - When authenticating with HF OAuth, stay in same tab. Thanks @Wauplin!
- [#8059](https://github.com/gradio-app/gradio/pull/8059) [`074ce38`](https://github.com/gradio-app/gradio/commit/074ce3805ada6ba829c17da3af5f186d9f5f9865) - ensure the `ImageEditor` works correctly with layers and `change` events. Thanks @pngwn!
- [#7845](https://github.com/gradio-app/gradio/pull/7845) [`dbb7373`](https://github.com/gradio-app/gradio/commit/dbb7373dde69d4ed2741942b5a1898f8620cec24) - ensure `ImageEditor` events work as expected. Thanks @pngwn!
- [#7975](https://github.com/gradio-app/gradio/pull/7975) [`c9ddd84`](https://github.com/gradio-app/gradio/commit/c9ddd847d6c57d5efc4e887180d219f2a0b5b98d) - Update the Lite custom element parser. Thanks @whitphx!
- [#8012](https://github.com/gradio-app/gradio/pull/8012) [`299c87c`](https://github.com/gradio-app/gradio/commit/299c87c47717b42387ac323b4c7f6fcab9097b1c) - Document that show_copy_button in gr.Textbox is not visible when show_label=False. Thanks @lappemic!
### Fixes
- [#8025](https://github.com/gradio-app/gradio/pull/8025) [`55ef4a5`](https://github.com/gradio-app/gradio/commit/55ef4a52c3d600344d8cf1a667f3f352c52c8e57) - Fixes Chatbot Image Sizing. Thanks @dawoodkhan82!
- [#8014](https://github.com/gradio-app/gradio/pull/8014) [`e10ec6a`](https://github.com/gradio-app/gradio/commit/e10ec6a6124cecb2454266609b951d4768675e50) - Fix multimode interface double box on file upload. Thanks @TALLEC-Scott!
- [#8028](https://github.com/gradio-app/gradio/pull/8028) [`6fafce0`](https://github.com/gradio-app/gradio/commit/6fafce06704ab8f2cd5fe6fbdb58b842e144e44d) - ensure maps are correctly shallow cloned when updating state. Thanks @pngwn!
- [#7974](https://github.com/gradio-app/gradio/pull/7974) [`79e0aa8`](https://github.com/gradio-app/gradio/commit/79e0aa81c94e755faa6e85d76ac5d5a666313e6a) - Fix heartbeat in the js client to be Lite compatible. Thanks @whitphx!
- [#8002](https://github.com/gradio-app/gradio/pull/8002) [`8903415`](https://github.com/gradio-app/gradio/commit/8903415e49b1526d31ff454b2235ea238e319c2c) - Add show_progress prop to Upload Component to bring back upload progress animation. Thanks @freddyaboulton!
- [#8046](https://github.com/gradio-app/gradio/pull/8046) [`d6c289b`](https://github.com/gradio-app/gradio/commit/d6c289b34668f0011676737ee8edb4cb62b0620a) - round [x, y, w, h] before cropping to avoid unexpected interpolation on pixel values. Thanks @ernestchu!
- [#8011](https://github.com/gradio-app/gradio/pull/8011) [`f17d1a0`](https://github.com/gradio-app/gradio/commit/f17d1a0a6fa61869dc78fb12fb153f6b7abaa5f5) - Add an explicit dependency of `urllib3~=2.0` and update `processing_utils.save_url_to_cache` to use `urllib3` for Lite support. Thanks @whitphx!
- [#7981](https://github.com/gradio-app/gradio/pull/7981) [`c1df2f8`](https://github.com/gradio-app/gradio/commit/c1df2f818ce285a8e7871d43b76c4959beb00956) - Fix example loading for custom components. Thanks @freddyaboulton!
- [#8026](https://github.com/gradio-app/gradio/pull/8026) [`522daf7`](https://github.com/gradio-app/gradio/commit/522daf787a8427b92ed769ccea3c71a490cbca29) - Patch `async_save_url_to_cache` for Lite. Thanks @whitphx!
- [#7959](https://github.com/gradio-app/gradio/pull/7959) [`2a5cb97`](https://github.com/gradio-app/gradio/commit/2a5cb978240960fd8b150a1eae6ae8328a5c0c59) - ensure `ImageEditor` always draws at the correct position. Thanks @hrrbay!
- [#8050](https://github.com/gradio-app/gradio/pull/8050) [`0424c75`](https://github.com/gradio-app/gradio/commit/0424c759d8a790529406229c52f47cb469e78d3e) - Update `typer` to drop `[all]` as it is no longer needed. Thanks @joennlae!
## 4.26.0
### Features

View File

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

View File

@ -4,6 +4,14 @@
### Dependency updates
- @gradio/theme@0.2.2
- @gradio/client@0.16.0
- @gradio/form@0.1.14
## 0.0.1
### Dependency updates
- @gradio/theme@0.2.1
- @gradio/client@0.15.1
- @gradio/form@0.1.13

View File

@ -1,5 +1,11 @@
# website
## 0.26.1
### Dependency updates
- @gradio/code@0.5.12
## 0.26.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.26.0",
"version": "0.26.1",
"private": true,
"scripts": {
"dev": "python generate_jsons/generate.py && vite dev",
@ -22,7 +22,7 @@
},
"type": "module",
"dependencies": {
"@gradio/code": "0.5.11",
"@gradio/code": "0.5.12",
"@sindresorhus/slugify": "^2.2.0",
"@sveltejs/adapter-vercel": "^3.0.3",
"hast-util-to-string": "^3.0.0",

View File

@ -1,5 +1,13 @@
# @gradio/accordion
## 0.3.9
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.3.8
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/accordion",
"version": "0.3.8",
"version": "0.3.9",
"description": "Gradio UI packages",
"type": "module",
"author": "",
@ -11,7 +11,7 @@
"@gradio/atoms": "workspace:^",
"@gradio/column": "workspace:^",
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:0.3.1"
"@gradio/utils": "workspace:0.3.2"
},
"exports": {
".": "./Index.svelte",

View File

@ -1,5 +1,16 @@
# @gradio/annotatedimage
## 0.5.12
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.5.11
### Dependency updates

View File

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

View File

@ -1,5 +1,69 @@
# @gradio/app
## 1.32.0
### Features
- [#8062](https://github.com/gradio-app/gradio/pull/8062) [`cecd6e4`](https://github.com/gradio-app/gradio/commit/cecd6e4c4accb3ef220284dc54a87510b3503ec9) - Update dependency iframe-resizer to v4.3.10. Thanks @renovate!
- [#7887](https://github.com/gradio-app/gradio/pull/7887) [`5f0248e`](https://github.com/gradio-app/gradio/commit/5f0248e797af087c7fd0ad35ea7f2bd778a7cc41) - When authenticating with HF OAuth, stay in same tab. Thanks @Wauplin!
- [#7975](https://github.com/gradio-app/gradio/pull/7975) [`c9ddd84`](https://github.com/gradio-app/gradio/commit/c9ddd847d6c57d5efc4e887180d219f2a0b5b98d) - Update the Lite custom element parser. Thanks @whitphx!
### Fixes
- [#8028](https://github.com/gradio-app/gradio/pull/8028) [`6fafce0`](https://github.com/gradio-app/gradio/commit/6fafce06704ab8f2cd5fe6fbdb58b842e144e44d) - ensure maps are correctly shallow cloned when updating state. Thanks @pngwn!
- [#7981](https://github.com/gradio-app/gradio/pull/7981) [`c1df2f8`](https://github.com/gradio-app/gradio/commit/c1df2f818ce285a8e7871d43b76c4959beb00956) - Fix example loading for custom components. Thanks @freddyaboulton!
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/tabs@0.2.6
- @gradio/statustracker@0.4.12
- @gradio/code@0.5.12
- @gradio/theme@0.2.2
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
- @gradio/audio@0.9.12
- @gradio/image@0.9.12
- @gradio/video@0.6.12
- @gradio/markdown@0.6.10
- @gradio/chatbot@0.8.3
- @gradio/dataset@0.1.31
- @gradio/multimodaltextbox@0.2.5
- @gradio/imageeditor@0.5.0
- @gradio/highlightedtext@0.4.15
- @gradio/plot@0.3.7
- @gradio/annotatedimage@0.5.12
- @gradio/button@0.2.31
- @gradio/downloadbutton@0.1.8
- @gradio/file@0.5.12
- @gradio/fileexplorer@0.3.32
- @gradio/gallery@0.8.8
- @gradio/model3d@0.8.11
- @gradio/simpleimage@0.3.12
- @gradio/uploadbutton@0.5.8
- @gradio/dataframe@0.6.13
- @gradio/accordion@0.3.9
- @gradio/box@0.1.14
- @gradio/checkbox@0.2.15
- @gradio/checkboxgroup@0.4.9
- @gradio/colorpicker@0.2.15
- @gradio/dropdown@0.6.7
- @gradio/fallback@0.2.15
- @gradio/form@0.1.14
- @gradio/html@0.1.15
- @gradio/json@0.1.15
- @gradio/label@0.2.15
- @gradio/number@0.3.15
- @gradio/paramviewer@0.4.8
- @gradio/radio@0.4.10
- @gradio/simpledropdown@0.1.15
- @gradio/simpletextbox@0.1.15
- @gradio/slider@0.3.3
- @gradio/textbox@0.4.16
- @gradio/tabitem@0.2.6
## 1.31.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/app",
"version": "1.31.0",
"version": "1.32.0",
"private": true,
"type": "module",
"scripts": {

View File

@ -1,5 +1,16 @@
# @gradio/atoms
## 0.7.0
### Features
- [#8042](https://github.com/gradio-app/gradio/pull/8042) [`92139f3`](https://github.com/gradio-app/gradio/commit/92139f3d7d6b832b649ff1f6c10c87e6fb522cde) - refresh the `ImageEditor` UI. Thanks @pngwn!
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/icons@0.4.0
## 0.6.2
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/audio
## 0.9.12
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
- @gradio/button@0.2.31
## 0.9.11
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/box
## 0.1.14
### Dependency updates
- @gradio/atoms@0.7.0
## 0.1.13
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/button
## 0.2.31
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
## 0.2.30
### Dependency updates

View File

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

View File

@ -1,5 +1,29 @@
# @gradio/chatbot
## 0.8.3
### Features
- [#7998](https://github.com/gradio-app/gradio/pull/7998) [`06bdf0e`](https://github.com/gradio-app/gradio/commit/06bdf0eddf59bf79b6b4d1268fc9290955ef2490) - Restore chatbot formatting. Thanks @aliabid94!
### Fixes
- [#8025](https://github.com/gradio-app/gradio/pull/8025) [`55ef4a5`](https://github.com/gradio-app/gradio/commit/55ef4a52c3d600344d8cf1a667f3f352c52c8e57) - Fixes Chatbot Image Sizing. Thanks @dawoodkhan82!
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/theme@0.2.2
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
- @gradio/audio@0.9.12
- @gradio/image@0.9.12
- @gradio/video@0.6.12
- @gradio/markdown@0.6.10
## 0.8.2
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/checkbox
## 0.2.15
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.2.14
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/checkboxgroup
## 0.4.9
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.4.8
### Fixes

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/code
## 0.5.12
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.5.11
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/colorpicker
## 0.2.15
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.2.14
### Dependency updates

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/dataframe
## 0.6.13
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/markdown@0.6.10
- @gradio/button@0.2.31
## 0.6.12
### Dependency updates

View File

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

View File

@ -1,5 +1,18 @@
# @gradio/dataset
## 0.1.31
### Fixes
- [#8028](https://github.com/gradio-app/gradio/pull/8028) [`6fafce0`](https://github.com/gradio-app/gradio/commit/6fafce06704ab8f2cd5fe6fbdb58b842e144e44d) - ensure maps are correctly shallow cloned when updating state. Thanks @pngwn!
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
## 0.1.30
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/downloadbutton
## 0.1.8
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/client@0.16.0
- @gradio/button@0.2.31
## 0.1.7
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/dropdown
## 0.6.7
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.6.6
### Fixes

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/fallback
## 0.2.15
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.2.14
### Dependency updates

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/file
## 0.5.12
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.5.11
### Dependency updates

View File

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

View File

@ -1,5 +1,18 @@
# @gradio/fileexplorer
## 0.3.32
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
- @gradio/file@0.5.12
- @gradio/checkbox@0.2.15
## 0.3.31
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/form
## 0.1.14
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.1.13
### Dependency updates

View File

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

View File

@ -1,5 +1,18 @@
# @gradio/gallery
## 0.8.8
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
- @gradio/image@0.9.12
- @gradio/file@0.5.12
## 0.8.7
### Dependency updates

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/highlightedtext
## 0.4.15
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/theme@0.2.2
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.4.14
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/html
## 0.1.15
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.1.14
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/icons
## 0.4.0
### Features
- [#8042](https://github.com/gradio-app/gradio/pull/8042) [`92139f3`](https://github.com/gradio-app/gradio/commit/92139f3d7d6b832b649ff1f6c10c87e6fb522cde) - refresh the `ImageEditor` UI. Thanks @pngwn!
- [#8059](https://github.com/gradio-app/gradio/pull/8059) [`074ce38`](https://github.com/gradio-app/gradio/commit/074ce3805ada6ba829c17da3af5f186d9f5f9865) - ensure the `ImageEditor` works correctly with layers and `change` events. Thanks @pngwn!
## 0.3.4
### Fixes

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/image
## 0.9.12
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.9.11
### Fixes

View File

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

View File

@ -1,5 +1,28 @@
# @gradio/imageeditor
## 0.5.0
### Features
- [#8042](https://github.com/gradio-app/gradio/pull/8042) [`92139f3`](https://github.com/gradio-app/gradio/commit/92139f3d7d6b832b649ff1f6c10c87e6fb522cde) - refresh the `ImageEditor` UI. Thanks @pngwn!
- [#8059](https://github.com/gradio-app/gradio/pull/8059) [`074ce38`](https://github.com/gradio-app/gradio/commit/074ce3805ada6ba829c17da3af5f186d9f5f9865) - ensure the `ImageEditor` works correctly with layers and `change` events. Thanks @pngwn!
- [#7845](https://github.com/gradio-app/gradio/pull/7845) [`dbb7373`](https://github.com/gradio-app/gradio/commit/dbb7373dde69d4ed2741942b5a1898f8620cec24) - ensure `ImageEditor` events work as expected. Thanks @pngwn!
### Fixes
- [#8046](https://github.com/gradio-app/gradio/pull/8046) [`d6c289b`](https://github.com/gradio-app/gradio/commit/d6c289b34668f0011676737ee8edb4cb62b0620a) - round [x, y, w, h] before cropping to avoid unexpected interpolation on pixel values. Thanks @ernestchu!
- [#7959](https://github.com/gradio-app/gradio/pull/7959) [`2a5cb97`](https://github.com/gradio-app/gradio/commit/2a5cb978240960fd8b150a1eae6ae8328a5c0c59) - ensure `ImageEditor` always draws at the correct position. Thanks @hrrbay!
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
- @gradio/image@0.9.12
## 0.4.11
### Fixes

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/json
## 0.1.15
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.1.14
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/label
## 0.2.15
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.2.14
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/lite
## 4.27.0
### Dependency updates
- gradio@4.27.0
## 4.26.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/lite",
"version": "4.26.0",
"version": "4.27.0",
"description": "Serverless Gradio",
"type": "module",
"main": "dist/lite.js",

View File

@ -1,5 +1,13 @@
# @gradio/markdown
## 0.6.10
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.6.9
### Features

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/model3d
## 0.8.11
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.8.10
### Dependency updates

View File

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

View File

@ -1,5 +1,21 @@
# @gradio/multimodaltextbox
## 0.2.5
### Fixes
- [#8002](https://github.com/gradio-app/gradio/pull/8002) [`8903415`](https://github.com/gradio-app/gradio/commit/8903415e49b1526d31ff454b2235ea238e319c2c) - Add show_progress prop to Upload Component to bring back upload progress animation. Thanks @freddyaboulton!
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/client@0.16.0
- @gradio/upload@0.8.5
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
- @gradio/image@0.9.12
## 0.2.4
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/number
## 0.3.15
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.3.14
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/paramviewer
## 0.4.8
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.4.7
### Dependency updates

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/plot
## 0.3.7
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/theme@0.2.2
- @gradio/atoms@0.7.0
- @gradio/icons@0.4.0
## 0.3.6
### Dependency updates

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/plot",
"version": "0.3.6",
"version": "0.3.7",
"description": "Gradio UI packages",
"type": "module",
"author": "",

View File

@ -1,5 +1,13 @@
# gradio_test
## 0.3.12
### Dependency updates
- @gradio/utils@0.3.2
- @gradio/statustracker@0.4.12
- @gradio/atoms@0.7.0
## 0.3.11
### Dependency updates

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