Features
- #9359
50c3a7f
- Small tweak to how thoughts are shown ingr.Chatbot
. Thanks @abidlabs! - #9323
06babda
- Disable liking user message in chatbot by default but make it configurable. Thanks @freddyaboulton! - #8966
8e52b6a
- Chatbot Examples. Thanks @dawoodkhan82! - #9261
73647a0
- Move icons intoIconButtonWrapper
. Thanks @hannahblair! - #9316
4338f29
- 9227 chatinterface retry bug. Thanks @freddyaboulton! - #9313
1fef9d9
- Standardizeheight
across components and addmax_height
andmin_height
parameters where appropriate. Thanks @abidlabs! - #9339
4c8c6f2
- Ssr part 2. Thanks @pngwn! - #9250
350b0a5
- Improve Icon Button consistency. Thanks @hannahblair! - #9269
e05f568
- Fix reload mode and streaming in 5.0 dev. Thanks @freddyaboulton! - #9356
1daf259
- Usecontainer
param ingr.Markdown
. Thanks @hannahblair! - #9321
81a356d
- Remove two dependencies:importlib_resources
andurllib3
(if not in Wasm). Thanks @abidlabs! - #9253
99648ec
- Adds ability to block event trigger when file is uploading. Thanks @dawoodkhan82! - #9341
02369b3
- Improve is_in_or_equal and fuzzer. Thanks @freddyaboulton! - #9333
5b86e2f
- Enhance Lite E2E tests and fix a networking problem on Lite. Thanks @whitphx! - #9338
19f6b31
- Fix typo intunneling.py
. Thanks @abidlabs! - #9336
736046f
- Object Detection From Webcam Stream Guide. Thanks @freddyaboulton! - #9300
6309a48
- Raise ChecksumMismatchError. Thanks @abidlabs! - #9373
6443062
- Fix Cached Examples for Streamed Media. Thanks @freddyaboulton! - #9367
1c94328
- add local fonts and update themes. Thanks @hannahblair! - #9335
b543465
- Remove lite/theme.css from the Git-managed file tree. Thanks @whitphx! - #9358
16c0485
- Small tweaks to improve the DX for the "tuples"/"messages" argument ingr.Chatbot
. Thanks @abidlabs! - #9303
34f46b0
- Dont move files to cache automatically in chatbot postprocess. Thanks @freddyaboulton! - #9363
3ad28c7
- Prevent HTML and Markdown height changing when status is hidden. Thanks @hannahblair! - #9260
d47dd1f
- Fix overflowing markdown in Chatbot. Thanks @hannahblair! - #9320
98cbcae
- chore: fix docs style. Thanks @imba-tjd! - #9314
299879d
- Makegr.Image
preprocessing more efficient. Thanks @abidlabs! - #9371
7bf3e99
- Fixgr.ImageEditor
toolbar cutoff. Thanks @hannahblair! - #9306
f3f0fef
- Fixes race condition inupdate_root_in_config
. Thanks @abidlabs! - #9312
7c0780b
- Proposal: removegr.make_waveform
and removematplotlib
as a dependency. Thanks @abidlabs! - #9339
4c8c6f2
- Tweaks to SSR mode. Thanks @pngwn! - #9270
b0b8500
- Fix stop recording button colors. Thanks @freddyaboulton! - #9268
c469d40
- Raise error instead of warning if checksums for binary do not match. Thanks @abidlabs! - #9377
618e9fe
- Update babylon.js tov7
forgr.Model3D
. Thanks @abidlabs! - #9282
54ea485
- Further tweak to is_in_or_equal. Thanks @freddyaboulton! - #9326
7afb9a1
- 5.0 merge take 2. Thanks @pngwn! - #9280
7122420
- Match style of textbox stop button to submit button. Thanks @freddyaboulton! - #9348
61f794b
- Do not attachcontent_disposition_type = "attachment"
headers for files explicitly allowed by developer. Thanks @abidlabs! - #9361
5eb860f
- Refactor lazy caching. Thanks @abidlabs! - #9311
c4afdcd
- Added max lines and overflow scrollbar forgr.Code
. Thanks @micpst!
Fixes
- #9299
aa35b07
- Trigger state change event on iterators. Thanks @freddyaboulton! - #9393
53ed0f0
- Fix File Types for MultimodalTextbox. Thanks @dawoodkhan82! - #9328
6a7f631
- Set the color of placeholder in a disabled textbox to gray instead of black, and disable typing while a response is generating ingr.ChatInterface
, allowgr.MultimodalTextbox
to accept string values. Thanks @abidlabs!