mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-23 11:39:17 +08:00
5.0 KiB
5.0 KiB
@gradio/wasm
0.4.0
Features
0.3.1
Fixes
- #6005
e0ed0642a
- Lite: Error handling after initialization. Thanks @whitphx! - #6009
0e0681fce
- Lite: SetwasClean: true
on theCloseEvent
emitted byWebSocket.close()
. Thanks @whitphx! - #5998
584fd97d5
- Lite fix matplotlib install postprocess. Thanks @whitphx!
0.3.0
Features
- #5983
a32aabaf5
- Lite: Show initialization progress messages. Thanks @whitphx! - #5987
d8a6491a1
- Specify FastAPI version for the Wasm runtime as a workaround. Thanks @whitphx! - #5982
ab1e5da55
- Lite: Fix error handling on the ASGI app. Thanks @whitphx!
Fixes
- #5980
686719a3b
- Lite: Explicitly install a specific version ofanyio
to avoid version conflicts. Thanks @whitphx!
0.2.0
Features
- #5956
f769876e0
- Apply formatter (and small refactoring) to the Lite-related frontend code. Thanks @whitphx! - #5972
11a300791
- Lite: Support opening the entrypoint HTML page directly in browser via thefile:
protocol. 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!