This release primarily addresses a critical regression in notebook comm channel handling introduced in 1.4.3 and includes a few minor fixes for Tabulator and documentation related issues. Many thanks to @justinwiley for his first contribution to Panel, @twobitunicorn as a returning contributor and the core contributors @maximlt and @philippjfr for their continued work.
Bug fixes
- Fix notebook CommManager extraction of buffers (#6880)
- Fix issue when editing timezone-aware datetime column
Tabulator(#6879) - Ensure
Tabulatordoes not rebuild children when usingembed_contentwithrow_content(#6881) - Ensure
ParamRef,ParamFunctionandParamMethodresolve synchronous generators asynchronously (#6885) - Ensure periodic callback cleanup does not error on session warmup (#6886)