mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
0bafdcb550
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3.8 KiB
3.8 KiB
@gradio/wasm
0.3.0
Features
0.2.0
0.2.0-beta.2
Features
- #6036
f2cd6cb7f
- lite: install typing-extensions to avoid capping fastapi versions. Thanks @freddyaboulton!
Fixes
0.2.0-beta.1
Features
0.2.0-beta.0
Features
- #5956
f769876e0
- Apply formatter (and small refactoring) to the Lite-related frontend code. Thanks @whitphx! - #5958
6780d660b
- Make the HTTP requests for the Wasm worker wait for the initialrun_code()
orrun_file()
to finish. Thanks @whitphx!
0.1.0
Features
- #5868
4e0d87e9c
- fix @gradio/lite dependencies. Thanks @pngwn! - #5838
ead265c1b
- Lite: Convert an error object caught in the worker to be cloneable. Thanks @whitphx! - #5627
b67115e8e
- Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks @whitphx!