Features
- #7299
f35f615
- Added remove button for every file in file preview, to remove individual file in gr.File(). Thanks @shubhamofbce! - #7183
49d9c48
- [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks @abidlabs! - #7333
7e9b206
- Stop using deprecated pydantic config class and filter gradio warnings from tests. Thanks @freddyaboulton! - #7377
6dfd40f
- Make set_documentation_group a no-op. Thanks @freddyaboulton! - #7328
c1a7ea7
- Add SQL Support for gr.Code. Thanks @aersam! - #7369
7b10d97
- Remove the@gradio/wasm
dependency from@gradio/gallery
that is not used. Thanks @whitphx! - #7334
b95d0d0
- Allow setting custom headers in Python Client. Thanks @abidlabs! - #7365
1e68561
- Update Pydantic patch for Lite that emulates PydanticV2 API using V1. Thanks @whitphx! - #6890
cccab27
- E2E tests for Lite. Thanks @whitphx!
Fixes
- #7354
a7fa47a
- ensure Dataframes in background tabs are visible when the tab is selected. Thanks @pngwn! - #7355
2244059
- Ensure CSS.dark
rule selectors are applied. Thanks @hannahblair! - #7375
4dc9ffb
- Storegr.Accordion
'sopen
value. Thanks @hannahblair! - #7374
7f19ba2
- Stop caching root url. Thanks @abidlabs! - #7350
7302a6e
- Fixgr.load
for file-based Spaces. Thanks @abidlabs!