·
368 commits
to main
since this release
Features
- #9712
bad46f3
- Set min FastAPI version. Thanks @freddyaboulton! - #9699
ea2367c
- allow setting initial value ofgr.Dropdown
toNone
to designate that no value should be initially selected. Thanks @abidlabs! - #9681
2ed2361
- Allow setting title in gr.Info/Warning/Error. Thanks @ABucket!
Fixes
- #9716
3c7f2ad
- Restore light/dark custom setting. Thanks @aliabid94! - #9719
7ec57cb
- Fix Lite dependencies. Thanks @whitphx! - #9711
7134fc2
- Custom component fixes. Thanks @freddyaboulton! - #9659
b1a0f6d
- Fix the behavior ofgr.LoginButton
locally and on Spaces. Thanks @abidlabs! - #9693
c45b466
- Fix progress bar compatibility with generators. Thanks @brody715! - #9728
d0b2ce8
- Ensure tabs render in SSR mode and reduce time it takes for them to render. Thanks @pngwn! - #9709
31418ef
- fix table type check. Thanks @hannahblair! - #9731
ea283e7
- fix css syntax error. Thanks @pngwn! - #9652
35bebf3
- Hide default slider background. Thanks @hannahblair! - #9678
a25a26e
- Fix:file_types
checking bug. Thanks @jasongzy!