Skip to content

Commit 406f6b9

Browse files
committed
DOC: Add changelog entries for v0.15.5 and v0.15.6
1 parent 6e52461 commit 406f6b9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

doc/changelog.qmd

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
title: Changelog
33
---
44

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+
### Bug Fixes
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+
526
## v0.15.4
627
(2026-05-05)
728

0 commit comments

Comments
 (0)