mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
fac5a7fafe
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9.6 KiB
9.6 KiB
@gradio/wasm
0.13.0
Features
- #8935
f6b2b97
- Initialize the client with the fake host for Lite server. Thanks @whitphx! - #9118
e1c404d
- setup npm-previews of all packages. Thanks @pngwn! - #9102
efdc323
- Initial SSR refactor. Thanks @pngwn!
0.12.0
Features
Fixes
0.11.0
Features
Fixes
0.10.1
Fixes
- #8204
376dfaa
- Specify the fastapi version on Lite to avoid ujson installation which is not available on Pyodide yet. Thanks @whitphx!
0.10.0
Features
- #7744
d831040
- Remove Ruff and Uvicorn in Wasm env. Thanks @whitphx! - #7789
ff6bf3e
- Remove the aiohttp mock from the Wasm worker as it's removed in https://github.com/gradio-app/gradio/pull/5244. Thanks @whitphx!
0.9.0
Features
0.8.0
Features
0.7.0
Features
- #7119
9c6de6d
- Upgrade Pyodide to 0.25.0. Thanks @whitphx! - #7340
4b0d589
- chore(deps): update all non-major dependencies. Thanks @renovate! - #7345
561579d
- fix-tests. Thanks @pngwn!
0.6.0
Features
0.5.1
Fixes
- #7150
be56c76
- Lite: Add thehome_dir
tosys.path
. Thanks @whitphx! - #7133
8c355a4
- Add ruff mock for Lite. Thanks @whitphx!
0.5.0
Features
0.4.1
Features
Fixes
0.4.0
Features
- #6398
67ddd40
- Lite v4. Thanks @whitphx! - #6432
bdf81fe
- Lite: Set the home dir path per appId at each runtime. Thanks @whitphx! - #6416
5177132
- Lite: Fix theisMessagePort()
type guard in js/wasm/src/worker-proxy.ts. Thanks @whitphx!
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!