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_toa particular object onColumn(#7206) - Add pointer when hovering on
Markdowncopy button (#7490) - Allow streaming to
ChatStep(#7520) - Improve
ChatMessagerepr (#7521) - Add
ChatInterfacebutton tooltips (#7552)
Bug fixes
- Ensure Notifications are cleaned up correctly (#4964)
- Ensure
FileDownloadlabel text updates correctly (#7489) - Fix
Tabulatoraggregation behavior (#7450) - Fix typing for
.servablemethod (#7530) - Ensure
NestedSelectrespectsdisabledparameter (#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)