Features
- #7782
2c8cd0a
- Lazy-import altair. Thanks @whitphx! - #7800
b0a3ea9
- Small fix to client.view_api() in the case of default file values. Thanks @abidlabs! - #7684
755157f
- Do not reload code inside gr.NO_RELOAD context. Thanks @freddyaboulton! - #7770
dd3e363
- Fail CI if lint or typecheck fails. Thanks @abidlabs! - #7796
aad209f
- Decrease latency: do not run pre and postprocess in threadpool. Thanks @freddyaboulton! - #7744
d831040
- Remove Ruff and Uvicorn in Wasm env. Thanks @whitphx! - #7732
2efb05e
- Adds support for kwargs and default arguments in the python client, and improves how parameter information is displayed in the "view API" page. Thanks @abidlabs! - #7661
c62a57e
- Convert Docs Demos to Lite. Thanks @aliabd! - #7814
f7df92f
- Improve UX of non-interactive slider. Thanks @Pythongor! - #7789
ff6bf3e
- Remove the aiohttp mock from the Wasm worker as it's removed in #5244. Thanks @whitphx!
Fixes
- #7783
43ae23f
- Fix accidental bug that prevented custom textboxes from being passed to chatinterface. Thanks @freddyaboulton! - #7762
e78bca4
- Trigger input event for Radio even when radio is output component. Thanks @freddyaboulton! - #7787
781678b
- Fix root url resolution fromx_forwarded_host
headers. Thanks @abidlabs! - #7794
cf98c7e
- Adds trigger_mode to gr.on. Use it to set trigger_model="always_last" for live interfaces. Thanks @freddyaboulton! - #7761
ca42748
- Ensurepaginate
updates when samples value changes inDataset
. Thanks @hannahblair!