Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
11 KiB
@gradio/client
0.8.1
Fixes
- #6383
324867f63
- Fix event target. Thanks @aliabid94!
0.8.0
Features
- #6307
f1409f95e
- Provide status updates on file uploads. Thanks @freddyaboulton!
0.7.2
Fixes
- #6327
bca6c2c80
- Restore query parameters in request. Thanks @aliabid94!
0.7.1
Features
- #6137
2ba14b284
- JS Param. Thanks @dawoodkhan82!
0.7.0
Features
- #5498
287fe6782
- fix circular dependency with client + upload. Thanks @pngwn! - #5498
287fe6782
- Image v4. Thanks @pngwn! - #5498
287fe6782
- Swap websockets for SSE. Thanks @pngwn!
0.7.0-beta.1
Features
- #6143
e4f7b4b40
- fix circular dependency with client + upload. Thanks @pngwn! - #6094
c476bd5a5
- Image v4. Thanks @pngwn! - #6069
bf127e124
- Swap websockets for SSE. Thanks @aliabid94!
0.7.0-beta.0
Features
- #6016
83e947676
- Format js in v4 branch. Thanks @freddyaboulton!
Fixes
0.6.0
Features
- #5972
11a300791
- Lite: Support opening the entrypoint HTML page directly in browser via thefile:
protocol. Thanks @whitphx!
0.5.2
Fixes
- #5840
4e62b8493
- Ensure websocket polyfill doesn't load if there is already aglobal.Webocket
property set. Thanks @Jay2theWhy!
0.5.1
Fixes
- #5816
796145e2c
- Fix calls to the component server so thatgr.FileExplorer
works on Spaces. Thanks @abidlabs!
0.5.0
Highlights
new FileExplorer
component (#5672 e4a307ed6
)
Thanks to a new capability that allows components to communicate directly with the server without passing data via the value, we have created a new FileExplorer
component.
This component allows you to populate the explorer by passing a glob, but only provides the selected file(s) in your prediction function.
Users can then navigate the virtual filesystem and select files which will be accessible in your predict function. This component will allow developers to build more complex spaces, with more flexible input options.
For more information check the FileExplorer
documentation.
Thanks @aliabid94!
Features
- #5787
caeee8bf7
- ensure the client does not depend onwindow
when running in a node environment. Thanks @gibiee!
Fixes
- #5776
c0fef4454
- Revert replica proxy logic and instead implement using theroot
variable. Thanks @freddyaboulton!
0.4.2
Features
0.4.1
Fixes
- #5705
78e7cf516
- ensure internal data has updated before dispatchingsuccess
orthen
events. Thanks @pngwn!
0.4.0
Features
- #5682
c57f1b75e
- Fix functional tests. Thanks @abidlabs! - #5681
40de3d217
- add query parameters to thegr.Request
object through thequery_params
attribute. Thanks @DarhkVoyd! - #5653
ea0e00b20
- Prevent Clients from accessing API endpoints that setapi_name=False
. Thanks @abidlabs!
0.3.1
Fixes
- #5412
26fef8c7
- Skip view_api request in js client when auth enabled. Thanks @freddyaboulton!
0.3.0
Features
- #5267
119c8343
- Faster reload mode. Thanks @freddyaboulton!
0.2.1
Features
- #5173
730f0c1d
- Ensure gradio client works as expected for functions that return nothing. Thanks @raymondtri!
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.