This release brings a wide range of new features, enhancements, and compatibility improvements. Highlights include support for JSCode in ECharts and Tabulator, reworked WebSocket reconnection, and the ability to bundle resources into WASM apps, and numerous bug fixes to improve stability across components and templates. It also includes compatibility updates for Bokeh 3.8 and several improvements for use in Pyodide, JupyterLite, and authentication-based deployments. Many thanks to our returning contributors @dalthviz and @etihwo, a very warm welcome to our new contributors @c-meier and @flxmr and as usual many thanks to our core team including @maximlt, @hoxbro, @ahuang11, @MarcSkovMadsen and @philippjfr.
🚀 Features
- Support for inline JavaScript functions in
EChartsandTabulatorviaJSCodewrapper (#8162) - Add support for reconnecting to a session after network disruption (#8120)
- Add support for
AVIFimages (#8164) - Add support for bundling local resources into WASM apps (#8181)
✨ Enhancements
- Improve
.from_param()behavior and error messages (#8047, #8079) - Add
--reuse-sessions warmoption to reduce session cold starts (#8087) - Enable event dispatch immediately after WebSocket connect (#8101)
- Improve error message display in
LiteralInput(#8102) - Allow
holdusage from a thread (#8113) - Improve uniformity and consistency in
Tabulatorcolumn configuration (#8127) - Trigger
param.Eventcorrectly on value change (#8148) - Allow registering external
extension_cdnfor JS resources (#8175) - Allow overriding the
default_widgetsonHoloViewspane (#8186)
🐛 Bug Fixes
- Ensure
Terminalresizes correctly (#8109) - Bundle correct
AceEditorversion (#8111) - Remove
bokeh-sampledatadependency from Pyodide builds (#8138) - Correct resource handling when resources are symlinked (#8143)
- Correct behavior when
FileDownloadresets cursor before reading (#8154) - Fix handling of
NaTvalues (#8156) - Apply template design after rendering template (#8155)
- Prevent
select-allcheckbox from being hidden in Material theme (#8147) - Fix handling of exclusive bounds in
Paramwidgets (#8165) - Fix layout of
Cardheaders withrowflex mode (#8166) - Uncap height of children in scrollable
Columnlayouts (#8167) - Fix errors in
EChartswhen chart has already been destroyed (#8168) - Fix
Tabulatorfilter behavior with list-based filters (#8169) - Allow
Cardto overflow container (#8170) - Fix
pyodidemodel syncing (#8174)
⚠️ Deprecations
- Removed
panel.io.model.hold(was moved topanel.io.document.holdin 1.6.0) (#8188) - Deprecated
panel.chat.langchain.PanelCallbackHandler(to be removed in 1.9.0) (#8188)
📦 Compatibility & Infrastructure
- Update component versions (#7447)
DeckGLversion from 9.0.20 to 9.1.14EChartsversion from 5.6.0 to 6.0.0KaTeXversion from 0.6.0 to 0.16.22Perspectiveversion from 3.6.1 to 3.8.0Plotlyversion from 3.0.1 to 3.1.0Vegaversion from 5 to 6.1.2 and vega-lite dependency from 5 to 6.3.0Vizzuversion from 0.15 to 0.17.1
- Drop support for Bokeh 3.5 and 3.6 (#8116)
- Full compatibility with Bokeh 3.8 (#8160)