The 0.12.4 release fixes a number of bugs and a regression of the autoreload feature in 0.12.2 and 0.12.3.
Compatibility:
- Fix issues with
--autoreloadcaused by changes in Bokeh 2.4 (#2755)
Enhancements:
- Ensure user is warned if an extension was not loaded in time on server (#2765)
- Allow Viewer classes to be served (#2768)
- Add support for rendering
.icofiles andpathlibobjects (#2757)
Bug fixes:
- Fixed export of vtk.js module (#2562)
- Fix broken
HTMLTemplateFormatteronTabulator(#2730) - Fix serialization issues of Panel components on
ReactiveHTML(#2743) - Ensure
FlexBoxbehaves like a layout and makes its children discoverable (#2779) - Ensure
Plotlyplots can be updated in tabs (#2747) - Fix embedding of Panel apps in Flask (#2727)
- Ensure
Spinnerwidget honors bounds when created fromParamobject (#2740) - Ensure
Tabulatorstyle does not disappear after resize event (#2770) - Fix
PeriodicCallbackerrors (#2764) - Fix syncing of boolean types with URL parameters (#2758)
- Ensure
Tabulator.download_menuapplies kwargs to the filenameTextInput(#2763) - Ensure
Tabulatordoes not error when no Styler is defined (#2785)
Documentation: