You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
- feat: `labs()` fields default to `auto`; pass `none` to suppress an axis or legend title and reclaim the space it reserved. (#12)
13
13
- feat: `element-blank()` on a text surface (axis, plot, or legend title) collapses the space the text would reserve. (#12)
14
14
- feat: `width`/`height` accept `auto` to fill the available space of a bounded container. (#10)
15
+
- fix: `log10`/`sqrt` scales validate user `limits` and report a clear error for non-positive bounds. (#40)
15
16
- fix: legend guides reserve space for multi-line labels, measuring the resolved custom `labels:` for both width and line count across swatch, size-ladder, and colourbar guides, so two-line content no longer clips or overlaps. (#33)
16
17
- fix: a column mapped to both a positional aesthetic (`x`/`y`) and a grouping aesthetic (`fill`/`colour`/`group`/...), e.g., `aes(x: "class", fill: "class")`, now resolves the grouping aesthetic across aggregating stats (`boxplot`, `summary`, `count`/`sum`, histograms) instead of drawing every mark in the ink colour with an empty guide. (#31)
17
18
- fix: continuous scales honour an explicit `breaks` argument for axis ticks and continuous legend guides instead of ignoring it; breaks outside the domain are dropped. (#30)
0 commit comments