Features
- #7811
b43055b
- Lite playground design changes. Thanks @aliabd! - #7850
2bae1cf
- Adds an "API Recorder" to the view API page, some internal methods have been made async. Thanks @abidlabs! - #7936
b165193
- Restore Markdown formatting for Chatbots, MarkdownCode. Thanks @aliabid94! - #7912
a4782f7
- Allow displaying gr.Code examples by their filename if value is a tuple. Thanks @freddyaboulton! - #7938
8250a1a
- Handle the case of multiple headers when constructing root url. Thanks @abidlabs! - #7932
b78129d
- Use asyncio.Event to stop stream in heartbeat route. Thanks @freddyaboulton! - #7961
eae97c2
- Fix task bug in python 3.9. Thanks @freddyaboulton! - #7967
1a7851c
- Fix handling of single font name in theme. Thanks @sd109!
Fixes
- #7963
1eb4c20
- ensure kwargs are always in sync across the whole application. Thanks @pngwn! - #7916
7c9a964
- Fix programmatic tab selection. Thanks @aliabid94! - #7754
057d171
- Correctly handle device selection inImage
andImageEditor
. Thanks @hannahblair! - #7756
b729f10
- Bugfix: Fix color and size keys in theme builder app. Thanks @shubhamofbce! - #7918
be46ab1
- ensure entire dropdown is clickable. Thanks @dawoodkhan82! - #7966
bad3836
- Adding hintlist[list]
for example parameter. Thanks @WH-Yoshi! - #7817
867ff16
- Trigger the "clear" event of Image Editor. Thanks @uebian! - #7935
919afff
- Adds a Guide on deploying Gradio apps with Docker. Thanks @abidlabs! - #7915
efd9524
- Fix gr.CheckboxGroup change event. Thanks @freddyaboulton! - #7926
9666854
- Fixes streaming event race condition. Thanks @aliabid94!