chore: update versions (#9970)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gradio PR Bot 2024-11-27 15:10:49 -08:00 committed by GitHub
parent 5da6c1da47
commit b400706fb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
143 changed files with 671 additions and 201 deletions

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
fix:Ensure Enter is correctly handled in Safari and Firefox

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix issues related to examples and example caching in `gr.ChatInterface`

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
fix:Ensure chatbot messages are aligned correctly

View File

@ -1,6 +0,0 @@
---
"@gradio/datetime": minor
"gradio": minor
---
feat:Add `gr.datetime` a param `interactive:bool`

View File

@ -1,6 +0,0 @@
---
"@gradio/image": minor
"gradio": minor
---
feat:Allow full screen mode in interactive gr.Image

View File

@ -1,6 +0,0 @@
---
"gradio": minor
"gradio_client": minor
---
feat:fix small bug when join src & api_prefix

View File

@ -1,6 +0,0 @@
---
"@gradio/html": minor
"gradio": minor
---
feat:Add `container parameter` to `gr.HTML` component

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix state serialization issue

View File

@ -1,6 +0,0 @@
---
"@gradio/gallery": patch
"gradio": patch
---
fix:Fix double gallery close button in preview

View File

@ -1,6 +0,0 @@
---
"@gradio/core": patch
"gradio": patch
---
fix:Fix css preload when serving from proxied subpaths

View File

@ -1,6 +0,0 @@
---
"@gradio/imageeditor": patch
"gradio": patch
---
fix:Ensure toolbar stays visible for large images in ImageEditor

View File

@ -1,6 +0,0 @@
---
"@gradio/label": minor
"gradio": minor
---
feat:Add `show_heading` param to gr.Label

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:fix typing of launcher function

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:enable lazy caching for chatinterface

View File

@ -1,9 +0,0 @@
---
"@gradio/chatbot": minor
"@gradio/markdown": minor
"@gradio/textbox": minor
"@gradio/utils": minor
"gradio": minor
---
feat:Adds copy event to `gr.Markdown`, `gr.Chatbot`, and `gr.Textbox`

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": minor
"gradio": minor
---
feat:Add ability to provide preset response options in `gr.Chatbot` / `gr.ChatInterface`

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Call `run_extra_startup_events` in Lite

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix example loading issue

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix Starlette templating deprecation warning

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix Node.js start in Windows

View File

@ -1,5 +0,0 @@
---
"gradio": minor
---
feat:Add api_name for ChatInterface

View File

@ -1,6 +0,0 @@
---
"@gradio/highlightedtext": patch
"gradio": patch
---
fix:Ensure `show_label` param is used in HighlightedText

View File

@ -1,6 +0,0 @@
---
"@gradio/slider": patch
"gradio": patch
---
fix:Allow negative values in gr.Slider

View File

@ -1,6 +0,0 @@
---
"@gradio/imageeditor": patch
"gradio": patch
---
fix:Ensure ImageEditor brush colour is updated when changed

View File

@ -1,6 +0,0 @@
---
"@gradio/chatbot": patch
"gradio": patch
---
fix:Remove duplicated share icon in gr.Chatbot

View File

@ -1,5 +1,38 @@
# gradio
## 5.7.0
### Features
- [#10013](https://github.com/gradio-app/gradio/pull/10013) [`5d36c80`](https://github.com/gradio-app/gradio/commit/5d36c8088d4d7f7dccce55a3f2be3bcd8b345332) - Add `gr.datetime` a param `interactive:bool`. Thanks @yinsumirage!
- [#10054](https://github.com/gradio-app/gradio/pull/10054) [`458941c`](https://github.com/gradio-app/gradio/commit/458941c508f11d43debf1cef6950f330145e336d) - Allow full screen mode in interactive gr.Image. Thanks @hannahblair!
- [#10017](https://github.com/gradio-app/gradio/pull/10017) [`a95fda1`](https://github.com/gradio-app/gradio/commit/a95fda1f85e80ce8423f4373bb238422b9b7aa32) - fix small bug when join src & api_prefix. Thanks @Chandler-Bing!
- [#10014](https://github.com/gradio-app/gradio/pull/10014) [`4aa0e88`](https://github.com/gradio-app/gradio/commit/4aa0e887a6e4b0245c01aac5a57f2adce67ade9a) - Add `container parameter` to `gr.HTML` component. Thanks @yinsumirage!
- [#9987](https://github.com/gradio-app/gradio/pull/9987) [`a2a3cd4`](https://github.com/gradio-app/gradio/commit/a2a3cd466c25e99949d5c49ed5710825dc796030) - Add `show_heading` param to gr.Label. Thanks @hannahblair!
- [#10030](https://github.com/gradio-app/gradio/pull/10030) [`ba05a7c`](https://github.com/gradio-app/gradio/commit/ba05a7cbb93af7ed565c563aa24fef920d14013d) - fix typing of launcher function. Thanks @JackismyShephard!
- [#9979](https://github.com/gradio-app/gradio/pull/9979) [`e7629f7`](https://github.com/gradio-app/gradio/commit/e7629f7eacdc2a8960fae7472669b60405a4a06c) - Adds copy event to `gr.Markdown`, `gr.Chatbot`, and `gr.Textbox`. Thanks @abidlabs!
- [#9989](https://github.com/gradio-app/gradio/pull/9989) [`369a44e`](https://github.com/gradio-app/gradio/commit/369a44e7f8c829b3c0e21830d3c2e92b89b4c243) - Add ability to provide preset response options in `gr.Chatbot` / `gr.ChatInterface`. Thanks @abidlabs!
- [#10053](https://github.com/gradio-app/gradio/pull/10053) [`bea3d2e`](https://github.com/gradio-app/gradio/commit/bea3d2e363ed5471fcdfb12086b1ae4939c3bd35) - Add api_name for ChatInterface. Thanks @freddyaboulton!
### Fixes
- [#9945](https://github.com/gradio-app/gradio/pull/9945) [`e9f0d03`](https://github.com/gradio-app/gradio/commit/e9f0d0315d27325f55a8b1c5c763d07e3d78fd06) - Ensure Enter is correctly handled in Safari and Firefox. Thanks @hannahblair!
- [#9990](https://github.com/gradio-app/gradio/pull/9990) [`c3324d7`](https://github.com/gradio-app/gradio/commit/c3324d7f7f824f17fd1177b2f6b353ab5c803d05) - Fix issues related to examples and example caching in `gr.ChatInterface`. Thanks @abidlabs!
- [#10055](https://github.com/gradio-app/gradio/pull/10055) [`5da6c1d`](https://github.com/gradio-app/gradio/commit/5da6c1da474cc5cfe2e6abfb242a3b1f3dcdfcb7) - Ensure chatbot messages are aligned correctly. Thanks @hannahblair!
- [#10036](https://github.com/gradio-app/gradio/pull/10036) [`ed156e2`](https://github.com/gradio-app/gradio/commit/ed156e258bef2f0db2d9bd828e0748c2e6cb9fb5) - Fix state serialization issue. Thanks @freddyaboulton!
- [#10016](https://github.com/gradio-app/gradio/pull/10016) [`7b8f1e4`](https://github.com/gradio-app/gradio/commit/7b8f1e447acae4506236db9819c7c4a54f8b8153) - Fix double gallery close button in preview. Thanks @freddyaboulton!
- [#9822](https://github.com/gradio-app/gradio/pull/9822) [`2e2cdbf`](https://github.com/gradio-app/gradio/commit/2e2cdbfb609ca992ccc31bb38589486aaaa14012) - Fix css preload when serving from proxied subpaths. Thanks @amol-!
- [#10037](https://github.com/gradio-app/gradio/pull/10037) [`d0b74ba`](https://github.com/gradio-app/gradio/commit/d0b74ba281b37d8883a4e4fbb98c5922600ca41e) - Ensure toolbar stays visible for large images in ImageEditor. Thanks @hannahblair!
- [#10015](https://github.com/gradio-app/gradio/pull/10015) [`db162bf`](https://github.com/gradio-app/gradio/commit/db162bfc5907d16b437443fef3c6972065cfa836) - enable lazy caching for chatinterface. Thanks @abidlabs!
- [#10000](https://github.com/gradio-app/gradio/pull/10000) [`29cfc03`](https://github.com/gradio-app/gradio/commit/29cfc03ecf92e459c538b0e17e942b0af4f5df4c) - Call `run_extra_startup_events` in Lite. Thanks @whitphx!
- [#10038](https://github.com/gradio-app/gradio/pull/10038) [`7d134e0`](https://github.com/gradio-app/gradio/commit/7d134e0b30ea916d208b7b2eacbb4788456d1377) - Fix example loading issue. Thanks @freddyaboulton!
- [#10011](https://github.com/gradio-app/gradio/pull/10011) [`74f22d5`](https://github.com/gradio-app/gradio/commit/74f22d57a153e087d81a8937cc9c918ff7d3eeb9) - Fix Starlette templating deprecation warning. Thanks @abidlabs!
- [#10001](https://github.com/gradio-app/gradio/pull/10001) [`f2fa270`](https://github.com/gradio-app/gradio/commit/f2fa27058ad9170f67bb6a1e1960bfb6ed2a2a76) - Fix Node.js start in Windows. Thanks @rrg92!
- [#10004](https://github.com/gradio-app/gradio/pull/10004) [`0879be7`](https://github.com/gradio-app/gradio/commit/0879be78b3ae220cb303ac275c8fd47d085aad18) - Ensure `show_label` param is used in HighlightedText. Thanks @hannahblair!
- [#9988](https://github.com/gradio-app/gradio/pull/9988) [`2afcad8`](https://github.com/gradio-app/gradio/commit/2afcad80abd489111e47cf586a2a8221cc3dc9b6) - Allow negative values in gr.Slider. Thanks @hannahblair!
- [#10041](https://github.com/gradio-app/gradio/pull/10041) [`c1fa13c`](https://github.com/gradio-app/gradio/commit/c1fa13c9c057ce05a325782e58b409cde79383b8) - Ensure ImageEditor brush colour is updated when changed. Thanks @hannahblair!
- [#10056](https://github.com/gradio-app/gradio/pull/10056) [`e0ed480`](https://github.com/gradio-app/gradio/commit/e0ed480798b237cbf76a711d02a91100e7b6067e) - Remove duplicated share icon in gr.Chatbot. Thanks @hannahblair!
## 5.6.0
### Features

View File

@ -1,5 +1,11 @@
# gradio_client
## 1.5.0
### Features
- [#10017](https://github.com/gradio-app/gradio/pull/10017) [`a95fda1`](https://github.com/gradio-app/gradio/commit/a95fda1f85e80ce8423f4373bb238422b9b7aa32) - fix small bug when join src & api_prefix. Thanks @Chandler-Bing!
## 1.4.3
### Fixes

View File

@ -1,5 +1,11 @@
# gradio_client
## 1.5.0
### Features
- [#10017](https://github.com/gradio-app/gradio/pull/10017) [`a95fda1`](https://github.com/gradio-app/gradio/commit/a95fda1f85e80ce8423f4373bb238422b9b7aa32) - fix small bug when join src & api_prefix. Thanks @Chandler-Bing!
## 1.4.3
### Fixes

View File

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

View File

@ -1,5 +1,38 @@
# gradio
## 5.7.0
### Features
- [#10013](https://github.com/gradio-app/gradio/pull/10013) [`5d36c80`](https://github.com/gradio-app/gradio/commit/5d36c8088d4d7f7dccce55a3f2be3bcd8b345332) - Add `gr.datetime` a param `interactive:bool`. Thanks @yinsumirage!
- [#10054](https://github.com/gradio-app/gradio/pull/10054) [`458941c`](https://github.com/gradio-app/gradio/commit/458941c508f11d43debf1cef6950f330145e336d) - Allow full screen mode in interactive gr.Image. Thanks @hannahblair!
- [#10017](https://github.com/gradio-app/gradio/pull/10017) [`a95fda1`](https://github.com/gradio-app/gradio/commit/a95fda1f85e80ce8423f4373bb238422b9b7aa32) - fix small bug when join src & api_prefix. Thanks @Chandler-Bing!
- [#10014](https://github.com/gradio-app/gradio/pull/10014) [`4aa0e88`](https://github.com/gradio-app/gradio/commit/4aa0e887a6e4b0245c01aac5a57f2adce67ade9a) - Add `container parameter` to `gr.HTML` component. Thanks @yinsumirage!
- [#9987](https://github.com/gradio-app/gradio/pull/9987) [`a2a3cd4`](https://github.com/gradio-app/gradio/commit/a2a3cd466c25e99949d5c49ed5710825dc796030) - Add `show_heading` param to gr.Label. Thanks @hannahblair!
- [#10030](https://github.com/gradio-app/gradio/pull/10030) [`ba05a7c`](https://github.com/gradio-app/gradio/commit/ba05a7cbb93af7ed565c563aa24fef920d14013d) - fix typing of launcher function. Thanks @JackismyShephard!
- [#9979](https://github.com/gradio-app/gradio/pull/9979) [`e7629f7`](https://github.com/gradio-app/gradio/commit/e7629f7eacdc2a8960fae7472669b60405a4a06c) - Adds copy event to `gr.Markdown`, `gr.Chatbot`, and `gr.Textbox`. Thanks @abidlabs!
- [#9989](https://github.com/gradio-app/gradio/pull/9989) [`369a44e`](https://github.com/gradio-app/gradio/commit/369a44e7f8c829b3c0e21830d3c2e92b89b4c243) - Add ability to provide preset response options in `gr.Chatbot` / `gr.ChatInterface`. Thanks @abidlabs!
- [#10053](https://github.com/gradio-app/gradio/pull/10053) [`bea3d2e`](https://github.com/gradio-app/gradio/commit/bea3d2e363ed5471fcdfb12086b1ae4939c3bd35) - Add api_name for ChatInterface. Thanks @freddyaboulton!
### Fixes
- [#9945](https://github.com/gradio-app/gradio/pull/9945) [`e9f0d03`](https://github.com/gradio-app/gradio/commit/e9f0d0315d27325f55a8b1c5c763d07e3d78fd06) - Ensure Enter is correctly handled in Safari and Firefox. Thanks @hannahblair!
- [#9990](https://github.com/gradio-app/gradio/pull/9990) [`c3324d7`](https://github.com/gradio-app/gradio/commit/c3324d7f7f824f17fd1177b2f6b353ab5c803d05) - Fix issues related to examples and example caching in `gr.ChatInterface`. Thanks @abidlabs!
- [#10055](https://github.com/gradio-app/gradio/pull/10055) [`5da6c1d`](https://github.com/gradio-app/gradio/commit/5da6c1da474cc5cfe2e6abfb242a3b1f3dcdfcb7) - Ensure chatbot messages are aligned correctly. Thanks @hannahblair!
- [#10036](https://github.com/gradio-app/gradio/pull/10036) [`ed156e2`](https://github.com/gradio-app/gradio/commit/ed156e258bef2f0db2d9bd828e0748c2e6cb9fb5) - Fix state serialization issue. Thanks @freddyaboulton!
- [#10016](https://github.com/gradio-app/gradio/pull/10016) [`7b8f1e4`](https://github.com/gradio-app/gradio/commit/7b8f1e447acae4506236db9819c7c4a54f8b8153) - Fix double gallery close button in preview. Thanks @freddyaboulton!
- [#9822](https://github.com/gradio-app/gradio/pull/9822) [`2e2cdbf`](https://github.com/gradio-app/gradio/commit/2e2cdbfb609ca992ccc31bb38589486aaaa14012) - Fix css preload when serving from proxied subpaths. Thanks @amol-!
- [#10037](https://github.com/gradio-app/gradio/pull/10037) [`d0b74ba`](https://github.com/gradio-app/gradio/commit/d0b74ba281b37d8883a4e4fbb98c5922600ca41e) - Ensure toolbar stays visible for large images in ImageEditor. Thanks @hannahblair!
- [#10015](https://github.com/gradio-app/gradio/pull/10015) [`db162bf`](https://github.com/gradio-app/gradio/commit/db162bfc5907d16b437443fef3c6972065cfa836) - enable lazy caching for chatinterface. Thanks @abidlabs!
- [#10000](https://github.com/gradio-app/gradio/pull/10000) [`29cfc03`](https://github.com/gradio-app/gradio/commit/29cfc03ecf92e459c538b0e17e942b0af4f5df4c) - Call `run_extra_startup_events` in Lite. Thanks @whitphx!
- [#10038](https://github.com/gradio-app/gradio/pull/10038) [`7d134e0`](https://github.com/gradio-app/gradio/commit/7d134e0b30ea916d208b7b2eacbb4788456d1377) - Fix example loading issue. Thanks @freddyaboulton!
- [#10011](https://github.com/gradio-app/gradio/pull/10011) [`74f22d5`](https://github.com/gradio-app/gradio/commit/74f22d57a153e087d81a8937cc9c918ff7d3eeb9) - Fix Starlette templating deprecation warning. Thanks @abidlabs!
- [#10001](https://github.com/gradio-app/gradio/pull/10001) [`f2fa270`](https://github.com/gradio-app/gradio/commit/f2fa27058ad9170f67bb6a1e1960bfb6ed2a2a76) - Fix Node.js start in Windows. Thanks @rrg92!
- [#10004](https://github.com/gradio-app/gradio/pull/10004) [`0879be7`](https://github.com/gradio-app/gradio/commit/0879be78b3ae220cb303ac275c8fd47d085aad18) - Ensure `show_label` param is used in HighlightedText. Thanks @hannahblair!
- [#9988](https://github.com/gradio-app/gradio/pull/9988) [`2afcad8`](https://github.com/gradio-app/gradio/commit/2afcad80abd489111e47cf586a2a8221cc3dc9b6) - Allow negative values in gr.Slider. Thanks @hannahblair!
- [#10041](https://github.com/gradio-app/gradio/pull/10041) [`c1fa13c`](https://github.com/gradio-app/gradio/commit/c1fa13c9c057ce05a325782e58b409cde79383b8) - Ensure ImageEditor brush colour is updated when changed. Thanks @hannahblair!
- [#10056](https://github.com/gradio-app/gradio/pull/10056) [`e0ed480`](https://github.com/gradio-app/gradio/commit/e0ed480798b237cbf76a711d02a91100e7b6067e) - Remove duplicated share icon in gr.Chatbot. Thanks @hannahblair!
## 5.6.0
### Features

View File

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

View File

@ -1,5 +1,14 @@
# website
## 0.42.2
### Dependency updates
- @gradio/code@0.10.9
- @gradio/paramviewer@0.5.8
- @gradio/tabitem@0.3.5
- @gradio/tabs@0.3.5
## 0.42.1
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/accordion
## 0.5.2
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/column@0.2.0
## 0.5.1
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/annotatedimage
## 0.8.9
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
## 0.8.8
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @self/app
## 1.44.1
### Dependency updates
- @gradio/core@0.4.1
## 1.44.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/atoms
## 0.11.2
### Dependency updates
- @gradio/utils@0.9.0
## 0.11.1
### Dependency updates

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/audio
## 0.14.9
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/button@0.3.8
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
## 0.14.8
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/box
## 0.2.7
### Dependency updates
- @gradio/atoms@0.11.2
## 0.2.6
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/button
## 0.3.8
### Dependency updates
- @gradio/utils@0.9.0
- @gradio/upload@0.14.2
## 0.3.7
### Dependency updates

View File

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

View File

@ -1,5 +1,28 @@
# @gradio/chatbot
## 0.17.0
### Features
- [#9979](https://github.com/gradio-app/gradio/pull/9979) [`e7629f7`](https://github.com/gradio-app/gradio/commit/e7629f7eacdc2a8960fae7472669b60405a4a06c) - Adds copy event to `gr.Markdown`, `gr.Chatbot`, and `gr.Textbox`. Thanks @abidlabs!
- [#9989](https://github.com/gradio-app/gradio/pull/9989) [`369a44e`](https://github.com/gradio-app/gradio/commit/369a44e7f8c829b3c0e21830d3c2e92b89b4c243) - Add ability to provide preset response options in `gr.Chatbot` / `gr.ChatInterface`. Thanks @abidlabs!
### Fixes
- [#10055](https://github.com/gradio-app/gradio/pull/10055) [`5da6c1d`](https://github.com/gradio-app/gradio/commit/5da6c1da474cc5cfe2e6abfb242a3b1f3dcdfcb7) - Ensure chatbot messages are aligned correctly. Thanks @hannahblair!
- [#10056](https://github.com/gradio-app/gradio/pull/10056) [`e0ed480`](https://github.com/gradio-app/gradio/commit/e0ed480798b237cbf76a711d02a91100e7b6067e) - Remove duplicated share icon in gr.Chatbot. Thanks @hannahblair!
### Dependency updates
- @gradio/video@0.11.9
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
- @gradio/gallery@0.13.9
- @gradio/plot@0.9.3
- @gradio/image@0.17.0
## 0.16.3
### Fixes

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/checkbox
## 0.4.8
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.4.7
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/checkboxgroup
## 0.6.8
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.6.7
### Fixes

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/code
## 0.10.9
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
## 0.10.8
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/colorpicker
## 0.4.8
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.4.7
### Dependency updates

View File

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

View File

@ -4,6 +4,13 @@
### Dependency updates
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.2.0
### Dependency updates
- @gradio/utils@0.8.0
- @gradio/statustracker@0.9.5

View File

@ -1,5 +1,11 @@
# @self/component-test
## 0.4.1
### Dependency updates
- @gradio/video@0.11.9
## 0.4.0
### Features

View File

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

View File

@ -1,5 +1,31 @@
# @gradio/core
## 0.4.1
### Fixes
- [#9822](https://github.com/gradio-app/gradio/pull/9822) [`2e2cdbf`](https://github.com/gradio-app/gradio/commit/2e2cdbfb609ca992ccc31bb38589486aaaa14012) - Fix css preload when serving from proxied subpaths. Thanks @amol-!
### Dependency updates
- @gradio/video@0.11.9
- @gradio/atoms@0.11.2
- @gradio/code@0.10.9
- @gradio/paramviewer@0.5.8
- @gradio/tabitem@0.3.5
- @gradio/tabs@0.3.5
- @gradio/utils@0.9.0
- @gradio/button@0.3.8
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
- @gradio/gallery@0.13.9
- @gradio/plot@0.9.3
- @gradio/image@0.17.0
- @gradio/file@0.11.2
- @gradio/textbox@0.9.0
- @gradio/column@0.2.0
- @gradio/checkbox@0.4.8
## 0.4.0
### Features

View File

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

View File

@ -1,5 +1,19 @@
# @gradio/dataframe
## 0.12.4
### Fixes
- [#9945](https://github.com/gradio-app/gradio/pull/9945) [`e9f0d03`](https://github.com/gradio-app/gradio/commit/e9f0d0315d27325f55a8b1c5c763d07e3d78fd06) - Ensure Enter is correctly handled in Safari and Firefox. Thanks @hannahblair!
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/button@0.3.8
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
## 0.12.3
### Fixes

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/dataset
## 0.3.10
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/upload@0.14.2
- @gradio/textbox@0.9.0
## 0.3.9
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/datetime
## 0.3.0
### Features
- [#10013](https://github.com/gradio-app/gradio/pull/10013) [`5d36c80`](https://github.com/gradio-app/gradio/commit/5d36c8088d4d7f7dccce55a3f2be3bcd8b345332) - Add `gr.datetime` a param `interactive:bool`. Thanks @yinsumirage!
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.2.7
### Fixes

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/downloadbutton
## 0.2.8
### Dependency updates
- @gradio/utils@0.9.0
- @gradio/button@0.3.8
## 0.2.7
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/dropdown
## 0.9.6
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.9.5
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/fallback
## 0.4.8
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.4.7
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/file
## 0.11.2
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
## 0.11.1
### Fixes

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/fileexplorer
## 0.5.9
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
- @gradio/file@0.11.2
- @gradio/checkbox@0.4.8
## 0.5.8
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/form
## 0.2.7
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
## 0.2.6
### Dependency updates

View File

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

View File

@ -1,5 +1,21 @@
# @gradio/gallery
## 0.13.9
### Fixes
- [#10016](https://github.com/gradio-app/gradio/pull/10016) [`7b8f1e4`](https://github.com/gradio-app/gradio/commit/7b8f1e447acae4506236db9819c7c4a54f8b8153) - Fix double gallery close button in preview. Thanks @freddyaboulton!
### Dependency updates
- @gradio/video@0.11.9
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
- @gradio/image@0.17.0
- @gradio/file@0.11.2
## 0.13.8
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/highlightedtext
## 0.8.8
### Fixes
- [#10004](https://github.com/gradio-app/gradio/pull/10004) [`0879be7`](https://github.com/gradio-app/gradio/commit/0879be78b3ae220cb303ac275c8fd47d085aad18) - Ensure `show_label` param is used in HighlightedText. Thanks @hannahblair!
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.8.7
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/html
## 0.5.0
### Features
- [#10014](https://github.com/gradio-app/gradio/pull/10014) [`4aa0e88`](https://github.com/gradio-app/gradio/commit/4aa0e887a6e4b0245c01aac5a57f2adce67ade9a) - Add `container parameter` to `gr.HTML` component. Thanks @yinsumirage!
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.4.7
### Dependency updates

View File

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

View File

@ -1,5 +1,18 @@
# @gradio/image
## 0.17.0
### Features
- [#10054](https://github.com/gradio-app/gradio/pull/10054) [`458941c`](https://github.com/gradio-app/gradio/commit/458941c508f11d43debf1cef6950f330145e336d) - Allow full screen mode in interactive gr.Image. Thanks @hannahblair!
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
## 0.16.8
### Dependency updates

View File

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

View File

@ -1,5 +1,20 @@
# @gradio/imageeditor
## 0.11.9
### Fixes
- [#10037](https://github.com/gradio-app/gradio/pull/10037) [`d0b74ba`](https://github.com/gradio-app/gradio/commit/d0b74ba281b37d8883a4e4fbb98c5922600ca41e) - Ensure toolbar stays visible for large images in ImageEditor. Thanks @hannahblair!
- [#10041](https://github.com/gradio-app/gradio/pull/10041) [`c1fa13c`](https://github.com/gradio-app/gradio/commit/c1fa13c9c057ce05a325782e58b409cde79383b8) - Ensure ImageEditor brush colour is updated when changed. Thanks @hannahblair!
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
- @gradio/image@0.17.0
## 0.11.8
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/json
## 0.5.8
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.5.7
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/label
## 0.5.0
### Features
- [#9987](https://github.com/gradio-app/gradio/pull/9987) [`a2a3cd4`](https://github.com/gradio-app/gradio/commit/a2a3cd466c25e99949d5c49ed5710825dc796030) - Add `show_heading` param to gr.Label. Thanks @hannahblair!
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.4.7
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/lite
## 5.7.0
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/core@0.4.1
## 5.6.0
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/markdown
## 0.12.0
### Features
- [#9979](https://github.com/gradio-app/gradio/pull/9979) [`e7629f7`](https://github.com/gradio-app/gradio/commit/e7629f7eacdc2a8960fae7472669b60405a4a06c) - Adds copy event to `gr.Markdown`, `gr.Chatbot`, and `gr.Textbox`. Thanks @abidlabs!
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
## 0.11.3
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/model3d
## 0.13.9
### Dependency updates
- @gradio/atoms@0.11.2
- @gradio/utils@0.9.0
- @gradio/statustracker@0.9.6
- @gradio/upload@0.14.2
## 0.13.8
### Dependency updates

View File

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

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