Features
- #9906
eafe22c
- Clearer error message in CheckboxGroup's preprocess function. Thanks @muhammadyaseen! - #9930
eae345e
- Allow settings custom headers in js client. Thanks @elgiano! - #9921
a70ba5e
- Clearer error message in Dropdown's and Radio's preprocess function. Thanks @muhammadyaseen! - #9933
66375ac
- Fix typo in Exception raised by base.py. Thanks @meg-huggingface! - #9950
fc06fe4
- Add ability to read and write from LocalStorage. Thanks @abidlabs! - #9966
da6f191
- Remember token locally withgr.load()
. Thanks @abidlabs!
Fixes
- #9949
cfb62bf
- Allow dataframe column content to wrap. Thanks @hannahblair! - #9897
c0cf80b
- Allow datetime value to be null. Thanks @hannahblair! - #9958
75ad3e3
- SSR Safari Fix. Thanks @dawoodkhan82! - #9905
08f4b8b
- Addallow_file_downloads
param to allow downloading image/video/audio media in chatbot. Thanks @hannahblair! - #9913
d81f430
- fix: Fix filename stripping to preserve extensions. Thanks @TakaSoap! - #9946
a966e9f
- Hide upload button after upload whenfile_count="single"
. Thanks @abidlabs! - #9901
74b4ff0
- Ensure radio radius is consistent with checkbox radius. Thanks @hannahblair! - #9904
f523c91
- Ensure dropped files are validated in MultimediaTextbox. Thanks @hannahblair!