Version 0.10.2
This is another micro-release primarily fixing various minor bugs in functionality introduced as part of the 0.10.0 release. Many thanks to @MarcSkovMadsen, @ahuang11, @xavArtley, @hoxbro, @jbednar and @philippjfr.
Bug fixes:
- Fix various issues with Template CSS (#1663, #1742)
- Fix BytesIO/StringIO buffers as input to image panes (#1711)
- Fix out-of-bounds errors when assigning to
GridSpec
with fixed ncols (#1721) - Fix deserialization issues for
Plotly.hover_data
(#1722) - Fixed updating of
Alert
parameters after initialization (#1725) - Fix ordering of items added to Template areas (#1736)
- Fix interactivity for items in Card (#1750)
- Ensure onload callbacks are only run once (#1746)
- Allow overriding items in grid based templates (#1741)
- Ensure
ECharts
andipywidget
rerender when inCard
(#1765) - Ensure template dark theme persists on HoloViews plots (#1764)
- Fix responsive height in Plotly pane (#1770)
- Ensure image panes resize in width and height (#1777)
- Fix issues with Location.sync serialization (#1784)
- ECharts pane now loads echarts-gl for 3D support (#1785)
- Ensure CheckBoxGroup and CheckButtonGroup support arbitrary objects as options (#1793)
Enhancements: