We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e52461 commit 406f6b9Copy full SHA for 406f6b9
1 file changed
doc/changelog.qmd
@@ -2,6 +2,27 @@
2
title: Changelog
3
---
4
5
+## v0.15.6
6
+(2026-06-08)
7
+
8
+### Bug Fixes
9
10
+- Fixed `last_plot()` so that it returns an independent, pristine snapshot of
11
+ the plot. Previously the plot was stored as a shallow copy and building it
12
+ mutated shared nested state (e.g. the theme), leaving `last_plot()`
13
+ referencing a half-built plot.
14
15
+## v0.15.5
16
+(2026-06-03)
17
18
19
20
+- Fixed the MIME bundle returned for a plot so that binary images
21
+ (`image/png`, `image/jpeg` and `application/pdf`) are base64-encoded. This
22
+ makes the bundle valid for consumers that read it directly, e.g.
23
+ quarto-live's pyodide engine.
24
25
26
## v0.15.4
27
(2026-05-05)
28
0 commit comments