chore: update versions (#5940)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
pngwn 2023-10-18 07:38:35 +01:00 committed by GitHub
parent 11a3007916
commit 35f58db405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
91 changed files with 451 additions and 100 deletions

View File

@ -1,7 +0,0 @@
---
"@gradio/app": minor
"@gradio/theme": minor
"gradio": minor
---
feat:Lite: Support the custom HTML element syntax `<gradio-lite>`

View File

@ -1,5 +0,0 @@
---
"@gradio/wasm": minor
---
feat:Make the HTTP requests for the Wasm worker wait for the initial `run_code()` or `run_file()` to finish

View File

@ -1,7 +0,0 @@
---
"@gradio/app": minor
"@gradio/wasm": minor
"gradio": minor
---
feat:Apply formatter (and small refactoring) to the Lite-related frontend code

View File

@ -1,8 +0,0 @@
---
"@gradio/app": minor
"@gradio/client": minor
"@gradio/wasm": minor
"gradio": minor
---
feat:Lite: Support opening the entrypoint HTML page directly in browser via the `file:` protocol

View File

@ -1,7 +0,0 @@
---
"@gradio/atoms": patch
"@gradio/json": patch
"gradio": patch
---
fix:Show empty JSON icon when `value` is `null`

View File

@ -1,6 +0,0 @@
---
"@gradio/dataframe": minor
"gradio": minor
---
feat:Adds `column_widths` to `gr.Dataframe` and hide overflowing text when `wrap=False`

View File

@ -1,5 +1,18 @@
# gradio
## 3.49.0
### Features
- [#5953](https://github.com/gradio-app/gradio/pull/5953) [`921334526`](https://github.com/gradio-app/gradio/commit/921334526ff1ed0fc75c20db5d43733004c7d6ae) - Lite: Support the custom HTML element syntax `<gradio-lite>`. Thanks [@whitphx](https://github.com/whitphx)!
- [#5956](https://github.com/gradio-app/gradio/pull/5956) [`f769876e0`](https://github.com/gradio-app/gradio/commit/f769876e0fa62336425c4e8ada5e09f38353ff01) - Apply formatter (and small refactoring) to the Lite-related frontend code. Thanks [@whitphx](https://github.com/whitphx)!
- [#5972](https://github.com/gradio-app/gradio/pull/5972) [`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3) - Lite: Support opening the entrypoint HTML page directly in browser via the `file:` protocol. Thanks [@whitphx](https://github.com/whitphx)!
- [#5894](https://github.com/gradio-app/gradio/pull/5894) [`fee3d527e`](https://github.com/gradio-app/gradio/commit/fee3d527e83a615109cf937f6ca0a37662af2bb6) - Adds `column_widths` to `gr.Dataframe` and hide overflowing text when `wrap=False`. Thanks [@abidlabs](https://github.com/abidlabs)!
### Fixes
- [#5944](https://github.com/gradio-app/gradio/pull/5944) [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1) - Show empty JSON icon when `value` is `null`. Thanks [@hannahblair](https://github.com/hannahblair)!
## 3.48.0
### Features

View File

@ -1,5 +1,11 @@
# @gradio/client
## 0.6.0
### Features
- [#5972](https://github.com/gradio-app/gradio/pull/5972) [`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3) - Lite: Support opening the entrypoint HTML page directly in browser via the `file:` protocol. Thanks [@whitphx](https://github.com/whitphx)!
## 0.5.2
### Fixes

View File

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

View File

@ -1,5 +1,18 @@
# gradio
## 3.49.0
### Features
- [#5953](https://github.com/gradio-app/gradio/pull/5953) [`921334526`](https://github.com/gradio-app/gradio/commit/921334526ff1ed0fc75c20db5d43733004c7d6ae) - Lite: Support the custom HTML element syntax `<gradio-lite>`. Thanks [@whitphx](https://github.com/whitphx)!
- [#5956](https://github.com/gradio-app/gradio/pull/5956) [`f769876e0`](https://github.com/gradio-app/gradio/commit/f769876e0fa62336425c4e8ada5e09f38353ff01) - Apply formatter (and small refactoring) to the Lite-related frontend code. Thanks [@whitphx](https://github.com/whitphx)!
- [#5972](https://github.com/gradio-app/gradio/pull/5972) [`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3) - Lite: Support opening the entrypoint HTML page directly in browser via the `file:` protocol. Thanks [@whitphx](https://github.com/whitphx)!
- [#5894](https://github.com/gradio-app/gradio/pull/5894) [`fee3d527e`](https://github.com/gradio-app/gradio/commit/fee3d527e83a615109cf937f6ca0a37662af2bb6) - Adds `column_widths` to `gr.Dataframe` and hide overflowing text when `wrap=False`. Thanks [@abidlabs](https://github.com/abidlabs)!
### Fixes
- [#5944](https://github.com/gradio-app/gradio/pull/5944) [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1) - Show empty JSON icon when `value` is `null`. Thanks [@hannahblair](https://github.com/hannahblair)!
## 3.48.0
### Features

View File

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

View File

@ -1,5 +1,13 @@
# @gradio/accordion
## 0.1.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/statustracker@0.2.4
## 0.1.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/accordion",
"version": "0.1.3",
"version": "0.1.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,15 @@
# @gradio/annotatedimage
## 0.2.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/annotatedimage",
"version": "0.2.3",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,13 @@
# @gradio/app
## 1.9.0
### Features
- [#5953](https://github.com/gradio-app/gradio/pull/5953) [`921334526`](https://github.com/gradio-app/gradio/commit/921334526ff1ed0fc75c20db5d43733004c7d6ae) - Lite: Support the custom HTML element syntax `<gradio-lite>`. Thanks [@whitphx](https://github.com/whitphx)!
- [#5956](https://github.com/gradio-app/gradio/pull/5956) [`f769876e0`](https://github.com/gradio-app/gradio/commit/f769876e0fa62336425c4e8ada5e09f38353ff01) - Apply formatter (and small refactoring) to the Lite-related frontend code. Thanks [@whitphx](https://github.com/whitphx)!
- [#5972](https://github.com/gradio-app/gradio/pull/5972) [`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3) - Lite: Support opening the entrypoint HTML page directly in browser via the `file:` protocol. Thanks [@whitphx](https://github.com/whitphx)!
## 1.8.0
### Features

View File

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

View File

@ -1,5 +1,11 @@
# @gradio/atoms
## 0.2.1
### Fixes
- [#5944](https://github.com/gradio-app/gradio/pull/5944) [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1) - Show empty JSON icon when `value` is `null`. Thanks [@hannahblair](https://github.com/hannahblair)!
## 0.2.0
### Features

View File

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

View File

@ -1,17 +1,29 @@
# @gradio/audio
## 0.4.1
### Patch Changes
- Updated dependencies [[`6780d660b`](https://github.com/gradio-app/gradio/commit/6780d660bb8f3b969a4bd40644a49f3274a779a9), [`f769876e0`](https://github.com/gradio-app/gradio/commit/f769876e0fa62336425c4e8ada5e09f38353ff01), [`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3), [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/wasm@0.2.0
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
- @gradio/button@0.2.4
## 0.4.0
### Features
- [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)!
- [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)!
- [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)!
- [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)!
## 0.3.7
### Fixes
- [#5794](https://github.com/gradio-app/gradio/pull/5794) [`f096c3ae1`](https://github.com/gradio-app/gradio/commit/f096c3ae168c0df00f90fe131c1e48c572e0574b) - Throw helpful error when media devices are not found. Thanks [@hannahblair](https://github.com/hannahblair)!
- [#5794](https://github.com/gradio-app/gradio/pull/5794) [`f096c3ae1`](https://github.com/gradio-app/gradio/commit/f096c3ae168c0df00f90fe131c1e48c572e0574b) - Throw helpful error when media devices are not found. Thanks [@hannahblair](https://github.com/hannahblair)!
## 0.3.6
@ -100,4 +112,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)!
- [#4993](https://github.com/gradio-app/gradio/pull/4993) [`dc07a9f9`](https://github.com/gradio-app/gradio/commit/dc07a9f947de44b419d8384987a02dcf94977851) - Bringing back the "Add download button for audio" PR by [@leuryr](https://github.com/leuryr). Thanks [@abidlabs](https://github.com/abidlabs)!

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/audio",
"version": "0.4.0",
"version": "0.4.1",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,12 @@
# @gradio/box
## 0.0.8
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
## 0.0.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/box",
"version": "0.0.7",
"version": "0.0.8",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.svelte",

View File

@ -1,5 +1,13 @@
# @gradio/button
## 0.2.4
### Patch Changes
- Updated dependencies []:
- @gradio/utils@0.1.3
- @gradio/upload@0.3.4
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/button",
"version": "0.2.3",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,10 +1,22 @@
# @gradio/chatbot
## 0.5.4
### Patch Changes
- Updated dependencies [[`921334526`](https://github.com/gradio-app/gradio/commit/921334526ff1ed0fc75c20db5d43733004c7d6ae), [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/theme@0.3.0
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/markdown@0.3.3
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.5.3
### Fixes
- [#5827](https://github.com/gradio-app/gradio/pull/5827) [`48e09ee88`](https://github.com/gradio-app/gradio/commit/48e09ee88799efa38a5cc9b1b61e462f72ec6093) - Quick fix: Chatbot change event. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
- [#5827](https://github.com/gradio-app/gradio/pull/5827) [`48e09ee88`](https://github.com/gradio-app/gradio/commit/48e09ee88799efa38a5cc9b1b61e462f72ec6093) - Quick fix: Chatbot change event. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
## 0.5.2
@ -149,4 +161,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- @gradio/theme@0.0.2
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2
- @gradio/upload@0.0.2

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/chatbot",
"version": "0.5.3",
"version": "0.5.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,14 @@
# @gradio/checkbox
## 0.2.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/checkbox",
"version": "0.2.3",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,14 @@
# @gradio/checkboxgroup
## 0.3.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.3.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/checkboxgroup",
"version": "0.3.3",
"version": "0.3.4",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",

View File

@ -1,5 +1,15 @@
# @gradio/code
## 0.2.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/code",
"version": "0.2.3",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,14 @@
# @gradio/colorpicker
## 0.1.6
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.1.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/colorpicker",
"version": "0.1.5",
"version": "0.1.6",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,11 @@
# @gradio/dataframe
## 0.5.0
### Features
- [#5894](https://github.com/gradio-app/gradio/pull/5894) [`fee3d527e`](https://github.com/gradio-app/gradio/commit/fee3d527e83a615109cf937f6ca0a37662af2bb6) - Adds `column_widths` to `gr.Dataframe` and hide overflowing text when `wrap=False`. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.4.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dataframe",
"version": "0.4.0",
"version": "0.5.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,10 +1,19 @@
# @gradio/dropdown
## 0.3.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.3.3
### Fixes
- [#5839](https://github.com/gradio-app/gradio/pull/5839) [`b83064da0`](https://github.com/gradio-app/gradio/commit/b83064da0005ca055fc15ee478cf064bf91702a4) - Fix error when scrolling dropdown with scrollbar. Thanks [@Kit-p](https://github.com/Kit-p)!
- [#5839](https://github.com/gradio-app/gradio/pull/5839) [`b83064da0`](https://github.com/gradio-app/gradio/commit/b83064da0005ca055fc15ee478cf064bf91702a4) - Fix error when scrolling dropdown with scrollbar. Thanks [@Kit-p](https://github.com/Kit-p)!
## 0.3.2
@ -104,4 +113,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Fixes
- [#5062](https://github.com/gradio-app/gradio/pull/5062) [`7d897165`](https://github.com/gradio-app/gradio/commit/7d89716519d0751072792c9bbda668ffeb597296) - `gr.Dropdown` now has correct behavior in static mode as well as when an option is selected. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5039](https://github.com/gradio-app/gradio/pull/5039) [`620e4645`](https://github.com/gradio-app/gradio/commit/620e46452729d6d4877b3fab84a65daf2f2b7bc6) - `gr.Dropdown()` now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks [@abidlabs](https://github.com/abidlabs)!

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/dropdown",
"version": "0.3.3",
"version": "0.3.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,16 @@
# @gradio/file
## 0.2.3
### Patch Changes
- Updated dependencies [[`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3), [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/client@0.6.0
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.2.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/file",
"version": "0.2.2",
"version": "0.2.3",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,18 @@
# @gradio/fileexplorer
## 0.2.3
### Patch Changes
- Updated dependencies [[`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3), [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/client@0.6.0
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/file@0.2.3
- @gradio/checkbox@0.2.4
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.2.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/fileexplorer",
"version": "0.2.2",
"version": "0.2.3",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,13 @@
# @gradio/form
## 0.0.9
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
## 0.0.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/form",
"version": "0.0.8",
"version": "0.0.9",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,16 @@
# @gradio/gallery
## 0.5.2
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/image@0.4.1
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.5.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/gallery",
"version": "0.5.1",
"version": "0.5.2",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,15 @@
# @gradio/highlightedtext
## 0.3.5
### Patch Changes
- Updated dependencies [[`921334526`](https://github.com/gradio-app/gradio/commit/921334526ff1ed0fc75c20db5d43733004c7d6ae), [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/theme@0.3.0
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.3.4
### Patch Changes

View File

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

View File

@ -1,5 +1,14 @@
# @gradio/html
## 0.0.8
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.0.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/html",
"version": "0.0.7",
"version": "0.0.8",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,11 +1,22 @@
# @gradio/image
## 0.4.1
### Patch Changes
- Updated dependencies [[`6780d660b`](https://github.com/gradio-app/gradio/commit/6780d660bb8f3b969a4bd40644a49f3274a779a9), [`f769876e0`](https://github.com/gradio-app/gradio/commit/f769876e0fa62336425c4e8ada5e09f38353ff01), [`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3), [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/wasm@0.2.0
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.4.0
### Features
- [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)!
- [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)!
- [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)!
- [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)!
## 0.3.2
@ -103,4 +114,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/image",
"version": "0.4.0",
"version": "0.4.1",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,11 @@
# @gradio/json
## 0.1.4
### Fixes
- [#5944](https://github.com/gradio-app/gradio/pull/5944) [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1) - Show empty JSON icon when `value` is `null`. Thanks [@hannahblair](https://github.com/hannahblair)!
## 0.1.3
### Patch Changes
@ -81,4 +87,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Patch Changes
- Updated dependencies []:
- @gradio/atoms@0.0.2
- @gradio/atoms@0.0.2

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/json",
"version": "0.1.3",
"version": "0.1.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,14 @@
# @gradio/label
## 0.2.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/label",
"version": "0.2.3",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,11 +1,20 @@
# @gradio/markdown
## 0.3.3
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.3.2
### Fixes
- [#5897](https://github.com/gradio-app/gradio/pull/5897) [`0592c301d`](https://github.com/gradio-app/gradio/commit/0592c301df9cd949b52159c85b7042f38d113e86) - Fix Dataframe `line_breaks`. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
- [#5878](https://github.com/gradio-app/gradio/pull/5878) [`fbce277e5`](https://github.com/gradio-app/gradio/commit/fbce277e50c5885371fd49c68adf8565c25c1d39) - Keep Markdown rendered lists within dataframe cells. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5897](https://github.com/gradio-app/gradio/pull/5897) [`0592c301d`](https://github.com/gradio-app/gradio/commit/0592c301df9cd949b52159c85b7042f38d113e86) - Fix Dataframe `line_breaks`. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
- [#5878](https://github.com/gradio-app/gradio/pull/5878) [`fbce277e5`](https://github.com/gradio-app/gradio/commit/fbce277e50c5885371fd49c68adf8565c25c1d39) - Keep Markdown rendered lists within dataframe cells. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.3.1
@ -83,4 +92,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
### Features
- [#5268](https://github.com/gradio-app/gradio/pull/5268) [`f49028cf`](https://github.com/gradio-app/gradio/commit/f49028cfe3e21097001ddbda71c560b3d8b42e1c) - Move markdown & latex processing to the frontend for the gr.Markdown and gr.DataFrame components. Thanks [@abidlabs](https://github.com/abidlabs)!
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/markdown",
"version": "0.3.2",
"version": "0.3.3",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,15 @@
# @gradio/model3d
## 0.2.6
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.2.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/model3d",
"version": "0.2.5",
"version": "0.2.6",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,14 @@
# @gradio/number
## 0.3.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.3.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/number",
"version": "0.3.3",
"version": "0.3.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,15 @@
# @gradio/plot
## 0.2.4
### Patch Changes
- Updated dependencies [[`921334526`](https://github.com/gradio-app/gradio/commit/921334526ff1ed0fc75c20db5d43733004c7d6ae), [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/theme@0.3.0
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/plot",
"version": "0.2.3",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,14 @@
# @gradio/radio
## 0.3.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.3.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/radio",
"version": "0.3.3",
"version": "0.3.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,14 @@
# @gradio/slider
## 0.2.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/slider",
"version": "0.2.3",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.svelte",

View File

@ -1,5 +1,12 @@
# @gradio/statustracker
## 0.2.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
## 0.2.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/statustracker",
"version": "0.2.3",
"version": "0.2.4",
"description": "Gradio UI packages",
"type": "module",
"main": "./index.ts",

View File

@ -1,5 +1,13 @@
# @gradio/tabitem
## 0.0.7
### Patch Changes
- Updated dependencies []:
- @gradio/utils@0.1.3
- @gradio/tabs@0.0.8
## 0.0.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/tabitem",
"version": "0.0.6",
"version": "0.0.7",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,12 @@
# @gradio/tabs
## 0.0.8
### Patch Changes
- Updated dependencies []:
- @gradio/utils@0.1.3
## 0.0.7
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/tabs",
"version": "0.0.7",
"version": "0.0.8",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",

View File

@ -1,5 +1,14 @@
# @gradio/textbox
## 0.4.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
## 0.4.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/textbox",
"version": "0.4.3",
"version": "0.4.4",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",

View File

@ -1,5 +1,11 @@
# @gradio/theme
## 0.3.0
### Features
- [#5953](https://github.com/gradio-app/gradio/pull/5953) [`921334526`](https://github.com/gradio-app/gradio/commit/921334526ff1ed0fc75c20db5d43733004c7d6ae) - Lite: Support the custom HTML element syntax `<gradio-lite>`. Thanks [@whitphx](https://github.com/whitphx)!
## 0.2.0
### Highlights

View File

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

View File

@ -1,5 +1,16 @@
# @gradio/timeseries
## 0.0.10
### Patch Changes
- Updated dependencies [[`921334526`](https://github.com/gradio-app/gradio/commit/921334526ff1ed0fc75c20db5d43733004c7d6ae), [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/theme@0.3.0
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.0.9
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/timeseries",
"version": "0.0.9",
"version": "0.0.10",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",

View File

@ -1,5 +1,12 @@
# @gradio/upload
## 0.3.4
### Patch Changes
- Updated dependencies [[`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/atoms@0.2.1
## 0.3.3
### Patch Changes

View File

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

View File

@ -1,5 +1,15 @@
# @gradio/uploadbutton
## 0.0.13
### Patch Changes
- Updated dependencies [[`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3)]:
- @gradio/client@0.6.0
- @gradio/utils@0.1.3
- @gradio/upload@0.3.4
- @gradio/button@0.2.4
## 0.0.12
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/uploadbutton",
"version": "0.0.12",
"version": "0.0.13",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",

View File

@ -1,5 +1,12 @@
# @gradio/utils
## 0.1.3
### Patch Changes
- Updated dependencies [[`921334526`](https://github.com/gradio-app/gradio/commit/921334526ff1ed0fc75c20db5d43733004c7d6ae)]:
- @gradio/theme@0.3.0
## 0.1.2
### Patch Changes

View File

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

View File

@ -1,11 +1,23 @@
# @gradio/video
## 0.1.1
### Patch Changes
- Updated dependencies [[`6780d660b`](https://github.com/gradio-app/gradio/commit/6780d660bb8f3b969a4bd40644a49f3274a779a9), [`f769876e0`](https://github.com/gradio-app/gradio/commit/f769876e0fa62336425c4e8ada5e09f38353ff01), [`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3), [`465f58957`](https://github.com/gradio-app/gradio/commit/465f58957f70c7cf3e894beef8a117b28339e3c1)]:
- @gradio/wasm@0.2.0
- @gradio/atoms@0.2.1
- @gradio/utils@0.1.3
- @gradio/image@0.4.1
- @gradio/statustracker@0.2.4
- @gradio/upload@0.3.4
## 0.1.0
### Features
- [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)!
- [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)!
- [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)!
- [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)!
## 0.0.11
@ -113,4 +125,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
- @gradio/image@0.1.0
- @gradio/utils@0.0.2
- @gradio/atoms@0.0.2
- @gradio/upload@0.0.2
- @gradio/upload@0.0.2

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/video",
"version": "0.1.0",
"version": "0.1.1",
"description": "Gradio UI packages",
"type": "module",
"main": "index.svelte",

View File

@ -1,5 +1,13 @@
# @gradio/wasm
## 0.2.0
### Features
- [#5956](https://github.com/gradio-app/gradio/pull/5956) [`f769876e0`](https://github.com/gradio-app/gradio/commit/f769876e0fa62336425c4e8ada5e09f38353ff01) - Apply formatter (and small refactoring) to the Lite-related frontend code. Thanks [@whitphx](https://github.com/whitphx)!
- [#5972](https://github.com/gradio-app/gradio/pull/5972) [`11a300791`](https://github.com/gradio-app/gradio/commit/11a3007916071f0791844b0a37f0fb4cec69cea3) - Lite: Support opening the entrypoint HTML page directly in browser via the `file:` protocol. Thanks [@whitphx](https://github.com/whitphx)!
- [#5958](https://github.com/gradio-app/gradio/pull/5958) [`6780d660b`](https://github.com/gradio-app/gradio/commit/6780d660bb8f3b969a4bd40644a49f3274a779a9) - Make the HTTP requests for the Wasm worker wait for the initial `run_code()` or `run_file()` to finish. Thanks [@whitphx](https://github.com/whitphx)!
## 0.1.0
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@gradio/wasm",
"version": "0.1.0",
"version": "0.2.0",
"description": "Gradio Wasm package",
"type": "module",
"main": "./dist/index.js",