Features
- #9160
8f5a895
- Fix native plot lite demos. Thanks @aliabd! - #9185
2daf3d1
- Addingmaxlength
attribute handling oftextarea
andinput
HTML element for thegr.TextBox()
component via amax_length
parameter. Thanks @WH-Yoshi! - #9187
5bf00b7
- make all component SSR compatible. Thanks @pngwn! - #9225
5f2e047
- Add a 'None' option to the gradio.Image component to disable image_m…. Thanks @GeeMoose!
Fixes
- #9242
d0e93d7
- Fix for create_or_modify_pyi read_text Windows Issue in component_meta.py. Thanks @SmirkingKitsune! - #9189
ab142ee
- Fix serialization error in curl api. Thanks @freddyaboulton! - #9277
d9c4c86
- Pinfastapi<0.113.0
inrequirements.txt
. Thanks @abidlabs!