This release fixes a regression causing .node_modules to be bundled into our released wheel and introduces a number of bug fixes and enhancements. Many thanks to @mayonnaisecolouredbenz7, @pmeier, @Italirz, @Coderambling and our maintainer team @MarcSkovMadsen, @hoxbro, @ahuang11, @thuydotm, @maximlt and @philippjfr.
Enhancements
- Add ability to
scroll_to
a particular object onColumn
(#7206) - Add pointer when hovering on
Markdown
copy button (#7490) - Allow streaming to
ChatStep
(#7520) - Improve
ChatMessage
repr (#7521) - Add
ChatInterface
button tooltips (#7552)
Bug fixes
- Ensure Notifications are cleaned up correctly (#4964)
- Ensure
FileDownload
label text updates correctly (#7489) - Fix
Tabulator
aggregation behavior (#7450) - Fix typing for
.servable
method (#7530) - Ensure
NestedSelect
respectsdisabled
parameter (#7533) - Ensure errors in hooks aren't masked by fallback to different signature (#7502)
- Ensure Notifications are only shown once if scheduled onload (#7504)
Documentation
Maintenance
- Enable strict type checking (#7497)
- Ensure node_modules aren't bundled into package (#7526)
- Internal cleanup of compatibility code for older param versions (#7527)