Features
- #11429
1a718e7
- Add placeholder support to number component. Thanks @seb-goodman! - #11447
58631ef
- Revert .only marker in e2e tests. Thanks @freddyaboulton! - #11392
dc760a6
- Add column-specific filtering togr.Dataframe
. Thanks @tiago-gsantos! - #11442
f114f7f
- Downsample heavy line plots. Thanks @aliabid94!
Fixes
- #11426
fa4018a
- Remove gap parametger from gr.Column. Thanks @deckar01! - #11041
474aa30
- Attach cookies to client after first request (to support multiple-replica setups with cookie-based affinity). Thanks @abidlabs! - #11433
a37f9b8
- Fix potential DoS vulnerability. Thanks @rllj! - #11432
dd1eee5
- Fix bug where cancelling an event would close the event stream. Thanks @freddyaboulton! - #11456
4de7169
- Fix Lite + Playground. Thanks @freddyaboulton! - #11407
f3f9590
- Fix Styled DataFrame Sorting. Thanks @deckar01! - #11421
c2acf6e
- Preserve value in reload mode. Thanks @aliabid94! - #11439
4a208fd
- Fix hot reload bug where indirectly referenced modules are not loaded. Thanks @freddyaboulton! - #11396
eaf3b93
- Ensure Sync generators get closed if they are cancelled. Thanks @freddyaboulton!