Skip to content

v0.15.6

Latest

Choose a tag to compare

@has2k1 has2k1 released this 10 Jun 16:27
· 157 commits to main since this release
v0.15.6

Bug Fixes

  • Fixed last_plot() so that it returns an independent, pristine snapshot of the plot. Previously the plot was stored as a shallow copy and building it mutated shared nested state (e.g. the theme), leaving last_plot() referencing a half-built plot.