Fixes
- #13250
2e9eb51- Restore select-all checkbox in boolean column headers ofgr.Dataframe. Thanks @pngwn! - #13259
b5e6491- Dataframe: allow native context menu and text selection on static cells. Thanks @pngwn! - #13305
1d5994d- Dataframe: fix extreme rendering slowdown withdatatype="date"(and any future dtype with asymmetric string casts) by firingEditableCell's shim-blur only on edit teardown instead of every render. Also makes the hidden sizing-row computation faster by avoiding Date rendering for every entry. Thanks @pngwn! - #13303
79c5776- ReworkDataframewrapping, truncation, and column width sizing. Thanks @pngwn!
Dependency updates
- @gradio/atoms@0.24.0
- @gradio/statustracker@0.14.1
- @gradio/checkbox@0.7.0
- @gradio/upload@0.17.9