chore: update versions (#10516)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Gradio PR Bot 2025-02-11 17:58:27 -08:00 committed by GitHub
parent b8ff5d6bfe
commit 899ebb88af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
155 changed files with 769 additions and 219 deletions

View File

@ -1,6 +0,0 @@
---
"@gradio/plot": patch
"gradio": patch
---
fix:Fix gr.Plot change/load events and plotly css loaded

View File

@ -1,7 +0,0 @@
---
"@gradio/core": patch
"@gradio/dataframe": patch
"gradio": patch
---
fix:Ensure row numbers functionality in dataframe works as expected

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix Auth

View File

@ -1,7 +0,0 @@
---
"@gradio/lite": patch
"@gradio/wasm": patch
"gradio": patch
---
fix:Fix the wrapper function of micropip.install to throw the original error for better debug experience

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": minor
"gradio": minor
---
feat:Allow freezing columns in `gr.Dataframe`

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Fix DF Postprocess for tuples

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": minor
"gradio": minor
---
feat:Add optional search bar to `gr.Dataframe`'s toolbar

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": minor
"gradio": minor
---
feat:Select entire row or column in dataframe

View File

@ -1,6 +0,0 @@
---
"@gradio/nativeplot": patch
"gradio": patch
---
fix:Native Plot respects the height parameters

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
feat:Fix spacing issue with `gr.Dataframe` in Safari

View File

@ -1,5 +0,0 @@
---
"website": patch
---
fix:Fixed wrong example usage of docs/gradio/selectdata

View File

@ -1,6 +0,0 @@
---
"@gradio/core": patch
"gradio": patch
---
fix:Footer alignment fix

View File

@ -1,7 +0,0 @@
---
"@gradio/client": minor
"@gradio/core": minor
"gradio": minor
---
feat:Allow showing progress updates on arbitrary components

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
fix:Ensure `max_height` is applied in `gr.Dataframe`

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": minor
"gradio": minor
---
feat:Prevent scrolling when the dataframe cell menu is open

View File

@ -1,6 +0,0 @@
---
"@gradio/client": patch
"gradio": patch
---
fix:quick_fix_client

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": minor
"gradio": minor
---
feat:Add copy button feedback to `gr.Dataframe`

View File

@ -1,5 +0,0 @@
---
"@self/app": patch
---
fix:support URL params for themes in SSR mode

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
fix:Change word-break prop in dataframe headers

View File

@ -1,6 +0,0 @@
---
"@gradio/plot": patch
"gradio": patch
---
fix:Plotly 6.0 Fix: Install latest plotly js version

View File

@ -1,7 +0,0 @@
---
"@gradio/chatbot": minor
"@gradio/markdown-code": minor
"gradio": minor
---
feat:Chatbot `allow_tags`

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
fix:Ensure links work as expected in dataframe

View File

@ -1,5 +0,0 @@
---
"gradio": patch
---
fix:Expand tabs in row by default

View File

@ -1,8 +0,0 @@
---
"@gradio/core": minor
"@gradio/theme": minor
"gradio": minor
"website": minor
---
feat:Add 1920px wide resolution for wide monitors

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": minor
"gradio": minor
---
feat:Revert editable text changes

View File

@ -1,6 +0,0 @@
---
"@gradio/nativeplot": patch
"gradio": patch
---
fix:Fix bug where plots wouldn't load when initial value provided

View File

@ -1,5 +1,37 @@
# gradio
## 5.16.0
### Features
- [#10561](https://github.com/gradio-app/gradio/pull/10561) [`26494ce`](https://github.com/gradio-app/gradio/commit/26494cea570ffe0ead1f8b7a7135ab5a89c6bcbd) - Allow freezing columns in `gr.Dataframe`. Thanks @hannahblair!
- [#10554](https://github.com/gradio-app/gradio/pull/10554) [`b8ff5d6`](https://github.com/gradio-app/gradio/commit/b8ff5d6bfe1a9f3379580754b1e23857e2f0c96b) - Add optional search bar to `gr.Dataframe`'s toolbar. Thanks @hannahblair!
- [#10529](https://github.com/gradio-app/gradio/pull/10529) [`196b600`](https://github.com/gradio-app/gradio/commit/196b600b3962b85781b53c512e17708644b86f6f) - Select entire row or column in dataframe. Thanks @hannahblair!
- [#10558](https://github.com/gradio-app/gradio/pull/10558) [`1113002`](https://github.com/gradio-app/gradio/commit/111300242fdf135724a304920a93fc34a8037f7d) - Fix spacing issue with `gr.Dataframe` in Safari. Thanks @hannahblair!
- [#10492](https://github.com/gradio-app/gradio/pull/10492) [`29880d5`](https://github.com/gradio-app/gradio/commit/29880d51fbe7fbd222b0765a83c95134dc7d0e90) - Allow showing progress updates on arbitrary components. Thanks @abidlabs!
- [#10553](https://github.com/gradio-app/gradio/pull/10553) [`4c08b9f`](https://github.com/gradio-app/gradio/commit/4c08b9f3c0bcafb0edc56330d8d81e78a6e3763b) - Prevent scrolling when the dataframe cell menu is open. Thanks @hannahblair!
- [#10541](https://github.com/gradio-app/gradio/pull/10541) [`e505fab`](https://github.com/gradio-app/gradio/commit/e505fabecb17c50e073483ed7d6aab2e04c9fcf2) - Add copy button feedback to `gr.Dataframe`. Thanks @hannahblair!
- [#10507](https://github.com/gradio-app/gradio/pull/10507) [`3748e4c`](https://github.com/gradio-app/gradio/commit/3748e4c902683ff406fdd246fa8c07dbbbed3ad5) - Chatbot `allow_tags`. Thanks @dawoodkhan82!
- [#10552](https://github.com/gradio-app/gradio/pull/10552) [`ed25a10`](https://github.com/gradio-app/gradio/commit/ed25a1053a55ddd2cf7d3067c72bdf77185ada8d) - Add 1920px wide resolution for wide monitors. Thanks @Oncorporation!
- [#10540](https://github.com/gradio-app/gradio/pull/10540) [`deeebfb`](https://github.com/gradio-app/gradio/commit/deeebfba46f15bb3641b86e25156215d2d727087) - Revert editable text changes. Thanks @hannahblair!
### Fixes
- [#10544](https://github.com/gradio-app/gradio/pull/10544) [`9b87e12`](https://github.com/gradio-app/gradio/commit/9b87e12f1a44e1bcee1373a877a6d39f4e6395e9) - Fix gr.Plot change/load events and plotly css loaded. Thanks @freddyaboulton!
- [#10515](https://github.com/gradio-app/gradio/pull/10515) [`1269ad0`](https://github.com/gradio-app/gradio/commit/1269ad0f0096323d613e7c8d15728bb491bcc409) - Plotly 6.0 Fix: Install latest plotly js version. Thanks @freddyaboulton!
- [#10490](https://github.com/gradio-app/gradio/pull/10490) [`178311b`](https://github.com/gradio-app/gradio/commit/178311b72d72a3c5f4a67bee5e0098be4232e68c) - Ensure row numbers functionality in dataframe works as expected. Thanks @hannahblair!
- [#10560](https://github.com/gradio-app/gradio/pull/10560) [`4e72dfe`](https://github.com/gradio-app/gradio/commit/4e72dfef99b2614c00931a828ed78876f8f945d0) - Fix Auth. Thanks @freddyaboulton!
- [#10466](https://github.com/gradio-app/gradio/pull/10466) [`8e2cf2f`](https://github.com/gradio-app/gradio/commit/8e2cf2f32c4ffe4540aed0dd8448089f0a19eedd) - Fix the wrapper function of micropip.install to throw the original error for better debug experience. Thanks @whitphx!
- [#10548](https://github.com/gradio-app/gradio/pull/10548) [`bcbb7b6`](https://github.com/gradio-app/gradio/commit/bcbb7b69f5bda624f9d5537c6557258e70afb3a7) - Fix DF Postprocess for tuples. Thanks @freddyaboulton!
- [#10546](https://github.com/gradio-app/gradio/pull/10546) [`27155cf`](https://github.com/gradio-app/gradio/commit/27155cfc0ca49b8d2727f3271ff413105b4da59e) - Native Plot respects the height parameters. Thanks @freddyaboulton!
- [#10534](https://github.com/gradio-app/gradio/pull/10534) [`855d870`](https://github.com/gradio-app/gradio/commit/855d87001a492afce1aff9c2eb3de765d8855828) - Footer alignment fix. Thanks @aliabid94!
- [#10535](https://github.com/gradio-app/gradio/pull/10535) [`d909868`](https://github.com/gradio-app/gradio/commit/d9098681f8883686a617c8f98b22c77057febed1) - Ensure `max_height` is applied in `gr.Dataframe`. Thanks @hannahblair!
- [#10547](https://github.com/gradio-app/gradio/pull/10547) [`083d68b`](https://github.com/gradio-app/gradio/commit/083d68b223be82a65f18c553df9ae690a8118a49) - quick_fix_client. Thanks @aliabid94!
- [#10521](https://github.com/gradio-app/gradio/pull/10521) [`79937fd`](https://github.com/gradio-app/gradio/commit/79937fd76021b31abdbc3f8f2c32ef123fd676aa) - Change word-break prop in dataframe headers. Thanks @hannahblair!
- [#10520](https://github.com/gradio-app/gradio/pull/10520) [`2a1fc2a`](https://github.com/gradio-app/gradio/commit/2a1fc2a92888f622579e4b2daf86be487c73004d) - Ensure links work as expected in dataframe. Thanks @hannahblair!
- [#10524](https://github.com/gradio-app/gradio/pull/10524) [`ccf590c`](https://github.com/gradio-app/gradio/commit/ccf590c6df0329eca653d94c2508b3bb19db8a29) - Expand tabs in row by default. Thanks @aliabid94!
- [#10531](https://github.com/gradio-app/gradio/pull/10531) [`a18ac9c`](https://github.com/gradio-app/gradio/commit/a18ac9c56a67dbc0a1d0fb464fa12f531998b170) - Fix bug where plots wouldn't load when initial value provided. Thanks @freddyaboulton!
## 5.15.0
### Features

View File

@ -1,5 +1,15 @@
# @gradio/client
## 1.12.0
### Features
- [#10492](https://github.com/gradio-app/gradio/pull/10492) [`29880d5`](https://github.com/gradio-app/gradio/commit/29880d51fbe7fbd222b0765a83c95134dc7d0e90) - Allow showing progress updates on arbitrary components. Thanks @abidlabs!
### Fixes
- [#10547](https://github.com/gradio-app/gradio/pull/10547) [`083d68b`](https://github.com/gradio-app/gradio/commit/083d68b223be82a65f18c553df9ae690a8118a49) - quick_fix_client. Thanks @aliabid94!
## 1.11.0
### Features

View File

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

View File

@ -1,5 +1,37 @@
# gradio
## 5.16.0
### Features
- [#10561](https://github.com/gradio-app/gradio/pull/10561) [`26494ce`](https://github.com/gradio-app/gradio/commit/26494cea570ffe0ead1f8b7a7135ab5a89c6bcbd) - Allow freezing columns in `gr.Dataframe`. Thanks @hannahblair!
- [#10554](https://github.com/gradio-app/gradio/pull/10554) [`b8ff5d6`](https://github.com/gradio-app/gradio/commit/b8ff5d6bfe1a9f3379580754b1e23857e2f0c96b) - Add optional search bar to `gr.Dataframe`'s toolbar. Thanks @hannahblair!
- [#10529](https://github.com/gradio-app/gradio/pull/10529) [`196b600`](https://github.com/gradio-app/gradio/commit/196b600b3962b85781b53c512e17708644b86f6f) - Select entire row or column in dataframe. Thanks @hannahblair!
- [#10558](https://github.com/gradio-app/gradio/pull/10558) [`1113002`](https://github.com/gradio-app/gradio/commit/111300242fdf135724a304920a93fc34a8037f7d) - Fix spacing issue with `gr.Dataframe` in Safari. Thanks @hannahblair!
- [#10492](https://github.com/gradio-app/gradio/pull/10492) [`29880d5`](https://github.com/gradio-app/gradio/commit/29880d51fbe7fbd222b0765a83c95134dc7d0e90) - Allow showing progress updates on arbitrary components. Thanks @abidlabs!
- [#10553](https://github.com/gradio-app/gradio/pull/10553) [`4c08b9f`](https://github.com/gradio-app/gradio/commit/4c08b9f3c0bcafb0edc56330d8d81e78a6e3763b) - Prevent scrolling when the dataframe cell menu is open. Thanks @hannahblair!
- [#10541](https://github.com/gradio-app/gradio/pull/10541) [`e505fab`](https://github.com/gradio-app/gradio/commit/e505fabecb17c50e073483ed7d6aab2e04c9fcf2) - Add copy button feedback to `gr.Dataframe`. Thanks @hannahblair!
- [#10507](https://github.com/gradio-app/gradio/pull/10507) [`3748e4c`](https://github.com/gradio-app/gradio/commit/3748e4c902683ff406fdd246fa8c07dbbbed3ad5) - Chatbot `allow_tags`. Thanks @dawoodkhan82!
- [#10552](https://github.com/gradio-app/gradio/pull/10552) [`ed25a10`](https://github.com/gradio-app/gradio/commit/ed25a1053a55ddd2cf7d3067c72bdf77185ada8d) - Add 1920px wide resolution for wide monitors. Thanks @Oncorporation!
- [#10540](https://github.com/gradio-app/gradio/pull/10540) [`deeebfb`](https://github.com/gradio-app/gradio/commit/deeebfba46f15bb3641b86e25156215d2d727087) - Revert editable text changes. Thanks @hannahblair!
### Fixes
- [#10544](https://github.com/gradio-app/gradio/pull/10544) [`9b87e12`](https://github.com/gradio-app/gradio/commit/9b87e12f1a44e1bcee1373a877a6d39f4e6395e9) - Fix gr.Plot change/load events and plotly css loaded. Thanks @freddyaboulton!
- [#10515](https://github.com/gradio-app/gradio/pull/10515) [`1269ad0`](https://github.com/gradio-app/gradio/commit/1269ad0f0096323d613e7c8d15728bb491bcc409) - Plotly 6.0 Fix: Install latest plotly js version. Thanks @freddyaboulton!
- [#10490](https://github.com/gradio-app/gradio/pull/10490) [`178311b`](https://github.com/gradio-app/gradio/commit/178311b72d72a3c5f4a67bee5e0098be4232e68c) - Ensure row numbers functionality in dataframe works as expected. Thanks @hannahblair!
- [#10560](https://github.com/gradio-app/gradio/pull/10560) [`4e72dfe`](https://github.com/gradio-app/gradio/commit/4e72dfef99b2614c00931a828ed78876f8f945d0) - Fix Auth. Thanks @freddyaboulton!
- [#10466](https://github.com/gradio-app/gradio/pull/10466) [`8e2cf2f`](https://github.com/gradio-app/gradio/commit/8e2cf2f32c4ffe4540aed0dd8448089f0a19eedd) - Fix the wrapper function of micropip.install to throw the original error for better debug experience. Thanks @whitphx!
- [#10548](https://github.com/gradio-app/gradio/pull/10548) [`bcbb7b6`](https://github.com/gradio-app/gradio/commit/bcbb7b69f5bda624f9d5537c6557258e70afb3a7) - Fix DF Postprocess for tuples. Thanks @freddyaboulton!
- [#10546](https://github.com/gradio-app/gradio/pull/10546) [`27155cf`](https://github.com/gradio-app/gradio/commit/27155cfc0ca49b8d2727f3271ff413105b4da59e) - Native Plot respects the height parameters. Thanks @freddyaboulton!
- [#10534](https://github.com/gradio-app/gradio/pull/10534) [`855d870`](https://github.com/gradio-app/gradio/commit/855d87001a492afce1aff9c2eb3de765d8855828) - Footer alignment fix. Thanks @aliabid94!
- [#10535](https://github.com/gradio-app/gradio/pull/10535) [`d909868`](https://github.com/gradio-app/gradio/commit/d9098681f8883686a617c8f98b22c77057febed1) - Ensure `max_height` is applied in `gr.Dataframe`. Thanks @hannahblair!
- [#10547](https://github.com/gradio-app/gradio/pull/10547) [`083d68b`](https://github.com/gradio-app/gradio/commit/083d68b223be82a65f18c553df9ae690a8118a49) - quick_fix_client. Thanks @aliabid94!
- [#10521](https://github.com/gradio-app/gradio/pull/10521) [`79937fd`](https://github.com/gradio-app/gradio/commit/79937fd76021b31abdbc3f8f2c32ef123fd676aa) - Change word-break prop in dataframe headers. Thanks @hannahblair!
- [#10520](https://github.com/gradio-app/gradio/pull/10520) [`2a1fc2a`](https://github.com/gradio-app/gradio/commit/2a1fc2a92888f622579e4b2daf86be487c73004d) - Ensure links work as expected in dataframe. Thanks @hannahblair!
- [#10524](https://github.com/gradio-app/gradio/pull/10524) [`ccf590c`](https://github.com/gradio-app/gradio/commit/ccf590c6df0329eca653d94c2508b3bb19db8a29) - Expand tabs in row by default. Thanks @aliabid94!
- [#10531](https://github.com/gradio-app/gradio/pull/10531) [`a18ac9c`](https://github.com/gradio-app/gradio/commit/a18ac9c56a67dbc0a1d0fb464fa12f531998b170) - Fix bug where plots wouldn't load when initial value provided. Thanks @freddyaboulton!
## 5.15.0
### Features

View File

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

View File

@ -4,6 +4,13 @@
### Dependency updates
- @gradio/theme@0.4.0
- @gradio/client@1.12.0
## 0.0.1
### Dependency updates
- @gradio/client@1.11.0
## 0.0.1

View File

@ -1,5 +1,23 @@
# website
## 0.49.0
### Features
- [#10552](https://github.com/gradio-app/gradio/pull/10552) [`ed25a10`](https://github.com/gradio-app/gradio/commit/ed25a1053a55ddd2cf7d3067c72bdf77185ada8d) - Add 1920px wide resolution for wide monitors. Thanks @Oncorporation!
### Fixes
- [#10510](https://github.com/gradio-app/gradio/pull/10510) [`71e4cd4`](https://github.com/gradio-app/gradio/commit/71e4cd483e9b43b2aa770db9f834036bb70f9420) - Fixed wrong example usage of docs/gradio/selectdata. Thanks @PatZer0!
### Dependency updates
- @gradio/code@0.10.17
- @gradio/paramviewer@0.7.1
- @gradio/statustracker@0.10.3
- @gradio/tabitem@0.4.2
- @gradio/tabs@0.4.2
## 0.48.0
### Features

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/accordion
## 0.5.7
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/column@0.2.0
## 0.5.6
### Dependency updates

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/annotatedimage
## 0.9.7
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
- @gradio/wasm@0.17.3
## 0.9.6
### Dependency updates

View File

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

View File

@ -1,5 +1,19 @@
# @self/app
## 1.47.1
### Fixes
- [#10533](https://github.com/gradio-app/gradio/pull/10533) [`59c892d`](https://github.com/gradio-app/gradio/commit/59c892d5620951ca404bd72cae6765cf25f15bc5) - support URL params for themes in SSR mode. Thanks @aliabid94!
### Dependency updates
- @gradio/theme@0.4.0
- @gradio/client@1.12.0
- @gradio/core@0.10.0
- @gradio/wasm@0.17.3
- @self/build@0.2.1
## 1.47.0
### Features

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/atoms
## 0.13.2
### Dependency updates
- @gradio/utils@0.10.1
- @gradio/markdown-code@0.4.0
## 0.13.1
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/audio
## 0.17.1
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
- @gradio/button@0.4.6
- @gradio/wasm@0.17.3
## 0.17.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/box
## 0.2.11
### Dependency updates
- @gradio/atoms@0.13.2
## 0.2.10
### Dependency updates

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/browserstate
## 0.3.1
### Dependency updates
- @gradio/utils@0.10.1
## 0.3.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @self/build
## 0.2.1
### Dependency updates
- @gradio/theme@0.4.0
## 0.2.0
### Features

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/button
## 0.4.6
### Dependency updates
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
## 0.4.5
### Dependency updates

View File

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

View File

@ -1,5 +1,26 @@
# @gradio/chatbot
## 0.23.0
### Features
- [#10507](https://github.com/gradio-app/gradio/pull/10507) [`3748e4c`](https://github.com/gradio-app/gradio/commit/3748e4c902683ff406fdd246fa8c07dbbbed3ad5) - Chatbot `allow_tags`. Thanks @dawoodkhan82!
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/video@0.14.1
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/theme@0.4.0
- @gradio/client@1.12.0
- @gradio/markdown-code@0.4.0
- @gradio/upload@0.15.1
- @gradio/wasm@0.17.3
- @gradio/plot@0.9.8
- @gradio/gallery@0.15.6
- @gradio/image@0.21.1
## 0.22.4
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/checkbox
## 0.4.13
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.4.12
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/checkboxgroup
## 0.6.13
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.6.12
### Dependency updates

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/code
## 0.10.17
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/upload@0.15.1
- @gradio/wasm@0.17.3
## 0.10.16
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/colorpicker
## 0.4.13
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.4.12
### Dependency updates

View File

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

View File

@ -4,6 +4,13 @@
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/utils@0.10.1
## 0.2.0
### Dependency updates
- @gradio/statustracker@0.10.2
## 0.2.0

View File

@ -1,5 +1,12 @@
# @self/component-test
## 0.5.7
### Dependency updates
- @gradio/video@0.14.1
- @self/build@0.2.1
## 0.5.6
### Dependency updates

View File

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

View File

@ -1,5 +1,40 @@
# @gradio/core
## 0.10.0
### Features
- [#10492](https://github.com/gradio-app/gradio/pull/10492) [`29880d5`](https://github.com/gradio-app/gradio/commit/29880d51fbe7fbd222b0765a83c95134dc7d0e90) - Allow showing progress updates on arbitrary components. Thanks @abidlabs!
- [#10552](https://github.com/gradio-app/gradio/pull/10552) [`ed25a10`](https://github.com/gradio-app/gradio/commit/ed25a1053a55ddd2cf7d3067c72bdf77185ada8d) - Add 1920px wide resolution for wide monitors. Thanks @Oncorporation!
### Fixes
- [#10490](https://github.com/gradio-app/gradio/pull/10490) [`178311b`](https://github.com/gradio-app/gradio/commit/178311b72d72a3c5f4a67bee5e0098be4232e68c) - Ensure row numbers functionality in dataframe works as expected. Thanks @hannahblair!
- [#10534](https://github.com/gradio-app/gradio/pull/10534) [`855d870`](https://github.com/gradio-app/gradio/commit/855d87001a492afce1aff9c2eb3de765d8855828) - Footer alignment fix. Thanks @aliabid94!
### Dependency updates
- @gradio/code@0.10.17
- @gradio/paramviewer@0.7.1
- @gradio/statustracker@0.10.3
- @gradio/tabitem@0.4.2
- @gradio/tabs@0.4.2
- @gradio/video@0.14.1
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/column@0.2.0
- @gradio/theme@0.4.0
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
- @gradio/button@0.4.6
- @gradio/wasm@0.17.3
- @gradio/plot@0.9.8
- @gradio/gallery@0.15.6
- @gradio/image@0.21.1
- @gradio/textbox@0.10.3
- @gradio/file@0.12.6
- @gradio/checkbox@0.4.13
## 0.9.0
### Features

View File

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

View File

@ -1,5 +1,34 @@
# @gradio/dataframe
## 0.16.0
### Features
- [#10561](https://github.com/gradio-app/gradio/pull/10561) [`26494ce`](https://github.com/gradio-app/gradio/commit/26494cea570ffe0ead1f8b7a7135ab5a89c6bcbd) - Allow freezing columns in `gr.Dataframe`. Thanks @hannahblair!
- [#10554](https://github.com/gradio-app/gradio/pull/10554) [`b8ff5d6`](https://github.com/gradio-app/gradio/commit/b8ff5d6bfe1a9f3379580754b1e23857e2f0c96b) - Add optional search bar to `gr.Dataframe`'s toolbar. Thanks @hannahblair!
- [#10529](https://github.com/gradio-app/gradio/pull/10529) [`196b600`](https://github.com/gradio-app/gradio/commit/196b600b3962b85781b53c512e17708644b86f6f) - Select entire row or column in dataframe. Thanks @hannahblair!
- [#10558](https://github.com/gradio-app/gradio/pull/10558) [`1113002`](https://github.com/gradio-app/gradio/commit/111300242fdf135724a304920a93fc34a8037f7d) - Fix spacing issue with `gr.Dataframe` in Safari. Thanks @hannahblair!
- [#10553](https://github.com/gradio-app/gradio/pull/10553) [`4c08b9f`](https://github.com/gradio-app/gradio/commit/4c08b9f3c0bcafb0edc56330d8d81e78a6e3763b) - Prevent scrolling when the dataframe cell menu is open. Thanks @hannahblair!
- [#10541](https://github.com/gradio-app/gradio/pull/10541) [`e505fab`](https://github.com/gradio-app/gradio/commit/e505fabecb17c50e073483ed7d6aab2e04c9fcf2) - Add copy button feedback to `gr.Dataframe`. Thanks @hannahblair!
- [#10540](https://github.com/gradio-app/gradio/pull/10540) [`deeebfb`](https://github.com/gradio-app/gradio/commit/deeebfba46f15bb3641b86e25156215d2d727087) - Revert editable text changes. Thanks @hannahblair!
### Fixes
- [#10490](https://github.com/gradio-app/gradio/pull/10490) [`178311b`](https://github.com/gradio-app/gradio/commit/178311b72d72a3c5f4a67bee5e0098be4232e68c) - Ensure row numbers functionality in dataframe works as expected. Thanks @hannahblair!
- [#10535](https://github.com/gradio-app/gradio/pull/10535) [`d909868`](https://github.com/gradio-app/gradio/commit/d9098681f8883686a617c8f98b22c77057febed1) - Ensure `max_height` is applied in `gr.Dataframe`. Thanks @hannahblair!
- [#10521](https://github.com/gradio-app/gradio/pull/10521) [`79937fd`](https://github.com/gradio-app/gradio/commit/79937fd76021b31abdbc3f8f2c32ef123fd676aa) - Change word-break prop in dataframe headers. Thanks @hannahblair!
- [#10520](https://github.com/gradio-app/gradio/pull/10520) [`2a1fc2a`](https://github.com/gradio-app/gradio/commit/2a1fc2a92888f622579e4b2daf86be487c73004d) - Ensure links work as expected in dataframe. Thanks @hannahblair!
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/markdown-code@0.4.0
- @gradio/upload@0.15.1
- @gradio/button@0.4.6
## 0.15.0
### Features

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/dataset
## 0.4.6
### Dependency updates
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
- @gradio/textbox@0.10.3
## 0.4.5
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/datetime
## 0.3.5
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.3.4
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/downloadbutton
## 0.3.6
### Dependency updates
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/button@0.4.6
## 0.3.5
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/dropdown
## 0.9.11
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.9.10
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/fallback
## 0.4.13
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.4.12
### Dependency updates

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/file
## 0.12.6
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
- @gradio/wasm@0.17.3
## 0.12.5
### Dependency updates

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/fileexplorer
## 0.5.17
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
- @gradio/file@0.12.6
- @gradio/checkbox@0.4.13
## 0.5.16
### Dependency updates

View File

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

View File

@ -1,5 +1,12 @@
# @gradio/form
## 0.2.11
### Dependency updates
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.2.10
### Dependency updates

View File

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

View File

@ -1,5 +1,18 @@
# @gradio/gallery
## 0.15.6
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/video@0.14.1
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
- @gradio/image@0.21.1
- @gradio/file@0.12.6
## 0.15.5
### Dependency updates

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/highlightedtext
## 0.8.13
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/theme@0.4.0
## 0.8.12
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/html
## 0.6.4
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.6.3
### Dependency updates

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/image
## 0.21.1
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
- @gradio/wasm@0.17.3
## 0.21.0
### Features

View File

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

View File

@ -1,5 +1,17 @@
# @gradio/imageeditor
## 0.12.8
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
- @gradio/client@1.12.0
- @gradio/upload@0.15.1
- @gradio/wasm@0.17.3
- @gradio/image@0.21.1
## 0.12.7
### Features

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/json
## 0.5.13
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.5.12
### Dependency updates

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/label
## 0.5.5
### Dependency updates
- @gradio/statustracker@0.10.3
- @gradio/atoms@0.13.2
- @gradio/utils@0.10.1
## 0.5.4
### Dependency updates

View File

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

View File

@ -1,5 +1,19 @@
# @gradio/lite
## 5.16.0
### Fixes
- [#10466](https://github.com/gradio-app/gradio/pull/10466) [`8e2cf2f`](https://github.com/gradio-app/gradio/commit/8e2cf2f32c4ffe4540aed0dd8448089f0a19eedd) - Fix the wrapper function of micropip.install to throw the original error for better debug experience. Thanks @whitphx!
### Dependency updates
- @gradio/atoms@0.13.2
- @gradio/theme@0.4.0
- @gradio/core@0.10.0
- @gradio/wasm@0.17.3
- @self/build@0.2.1
## 5.15.1
### Features

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