mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-09 02:00:44 +08:00
9d1bd28bdf
* chore: update versions * update actions * update changelog * other changelgo * extra --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
3.5 KiB
3.5 KiB
@gradio/client
0.2.0
Features
- #5133
61129052
- Update dependency esbuild to ^0.19.0. Thanks @renovate! - #5035
8b4eb8ca
- JS Client: Fixes cannot read properties of null (reading 'is_file'). Thanks @raymondtri!
Fixes
0.1.4
Patch Changes
0.1.3
Patch Changes
0.1.2
Patch Changes
-
#4273
1d0f0a9d
Thanks @pngwn! - Ensure websocket error messages are correctly handled. -
#4271
1151c525
Thanks @pngwn! - Ensure the full root path is always respected when making requests to a gradio app server.
0.1.1
Patch Changes
-
#4201
da5b4ee1
Thanks @pngwn! - Ensure semiver is bundled so CDN links work correctly. -
#4202
a26e9afd
Thanks @pngwn! - Ensure all URLs returned by the client are complete URLs with the correct host instead of an absolute path relative to a server.