gradio/.changeset
Yuichiro Tachibana (Tsuchiya) 67ddd40b4b
Lite v4 (#6398)
* Fix vite.config.js detecting the development mode

* Fix the imports of @gradio/theme in js/app/src/lite/index.ts

* [WIP] Install Pydantic V1 and mock the RootModel class

* Remove Wasm WebSocket implementations

* Move ASGI-HTTP conversion logic from the worker to the worker-proxy so we have fine controls on the ASGI connection at the worker-proxy level for the HTTP stream connection impl in the future

* Fix asgi-types.ts

* Create `WasmWorkerEventSource` and inject the `EventSource` creation in @gradio/client

* Mock Pydantic V2's BaseModel

* Fix Pydantic V1 installation

* Make <ImageUploader /> and <ImagePreview /> Wasm-compatible

* Create `getHeaderValue()`

* Create `<DownloadLink />` for Wasm-compatible download and fix `<ImagePreview />` to use it

* Make `gr.Video()` Wasm-compatible avoiding unnecessary execution of ffprobe

* Move `<DownloadLink />` to @gradio/wasm and use it in `<VideoPreview />` too

* Fix `<DownloadLink />` making `href` optional and adding `rel="noopener noreferrer"`

* Make the download button of `<StaticAudio>` and `<Code />` Wasm-compatible

* Make the download button of `<FilePreview />` Wasm-compatible

* Improve the RootModel mock class for `.model_dump()` and `.model_json_schame()` to work

* Make `<UploadProgress />` Wasm-compatible

* Fix `WorkerProxy.httpRequest()` to use `decodeURIComponent()` to process `path` and `query_string`

* Fix `<InteractiveAudio />` to make its upload feature Wasm-compatible

* [WIP] Revert "Make `<UploadProgress />` Wasm-compatible"

This reverts commit f96b4b7d5e92bb488cfe1939d25063366f714178.

* Fix Image styles

* Fix `<AudioPlayer />`'s `create_waveform()` to be Wasm-compatible

* add changeset

* formatting

* Fix js/image/shared/Image.svelte to render <img> immediately

* Fix js/image/shared/Image.svelte to avoid race condition

* Fix  js/image/shared/Image.svelte

* Fix  js/image/shared/Image.svelte

* Fix js/image/shared/Image.svelte removing unnecessary styles

* Fix js/video/shared/Video.svelte to use the passed  immediately without waiting for the async resolution

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: aliabd <ali.si3luwa@gmail.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-12-12 22:10:16 +00:00
..
breezy-cougars-flow.md Add editable parameter to Audio (#6745) 2023-12-11 18:42:21 +01:00
changeset.cjs
config.json
crazy-teams-fail.md Add support for OAuth tokens (#6616) 2023-12-07 12:37:38 -08:00
cruel-houses-attack.md Update dependency @sveltejs/vite-plugin-svelte to v3 (#6654) 2023-12-07 20:22:19 +00:00
dark-wolves-sit.md Remove Discourse Forum Link from Website (#6679) 2023-12-06 01:52:05 +00:00
deep-animals-smile.md
eager-snakes-boil.md use gr.Error for audio length errors (#6672) 2023-12-05 13:15:16 -08:00
evil-readers-reply.md Rotate Images to Upright Position in preprocess (#6676) 2023-12-07 13:16:48 -05:00
fix_changelogs.cjs
fresh-dryers-send.md reload on css changes + fix css specificity (#6738) 2023-12-12 15:32:38 +00:00
full-hairs-shine.md Update HF token used in CI tests (#6671) 2023-12-05 12:49:48 -08:00
good-areas-trade.md Fix the download button of the gr.Gallery() component to work (#6487) 2023-12-09 17:58:19 +01:00
great-icons-cut.md Cause gr.ClearButton to reset the value of gr.State (#6680) 2023-12-06 17:35:19 -08:00
happy-rockets-follow.md chore(deps): update dependency marked to v11 (#6603) 2023-12-08 11:32:42 +00:00
hip-needles-mate.md Fix issue with head param when adding more than one script tag (#6639) 2023-12-12 14:00:44 -08:00
legal-geese-agree.md Remove the styles from the Image/Video primitive components and Fix the container styles (#6726) 2023-12-11 23:15:02 +01:00
odd-garlics-teach.md Set gradio api server from env (#6666) 2023-12-05 18:09:42 -08:00
README.md
shiny-news-float.md Lite v4 (#6398) 2023-12-12 22:10:16 +00:00
short-gifts-jam.md Custom component gallery (#6477) 2023-12-11 11:59:36 -05:00
slimy-socks-enter.md Fixed an issue where files could not be filed (#6754) 2023-12-11 15:31:34 -05:00
slow-buttons-cough.md Improve CSS token documentation in Storybook (#6399) 2023-12-08 16:23:14 +01:00
small-crabs-take.md Fix dropdown blur bug when values are provided as tuples (#6694) 2023-12-07 08:03:11 -08:00
strong-cooks-talk.md Ensure checked files persist after FileExplorer rerenders (#6691) 2023-12-08 19:27:25 +01:00
tall-brooms-eat.md Fit video media within Video component (#6698) 2023-12-07 18:19:09 +01:00
tall-regions-wash.md Tweak to our bug issue template (#6677) 2023-12-05 18:05:52 -08:00
tangy-cloths-look.md Issue 5245: consolidate usage of requests and httpx (#6598) 2023-12-05 14:18:09 -08:00
tough-beers-unite.md Hotfix: update huggingface_hub dependency version (#6704) 2023-12-07 15:07:23 -08:00
true-terms-happen.md Lite: Set the home dir path per appId at each runtime (#6432) 2023-12-11 15:31:25 +01:00
two-hounds-stay.md Allow passing height and width as string in Blocks.svelte (#6569) 2023-12-11 15:58:04 +01:00
vast-socks-throw.md Lite: Fix the isMessagePort() type guard in js/wasm/src/worker-proxy.ts (#6416) 2023-12-08 20:32:27 +01:00
wild-planets-sin.md Mount on a FastAPI app with lifespan manager (#6759) 2023-12-12 16:40:03 -05:00
wise-feet-fold.md switch from black to ruff formatter (#6543) 2023-12-06 15:16:32 -08:00

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation