Skip to content

Commit 64e69ce

Browse files
committed
docs: changelog for log/sqrt limits
1 parent c3f0dfe commit 64e69ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- feat: `labs()` fields default to `auto`; pass `none` to suppress an axis or legend title and reclaim the space it reserved. (#12)
1313
- feat: `element-blank()` on a text surface (axis, plot, or legend title) collapses the space the text would reserve. (#12)
1414
- 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)
1516
- 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)
1617
- 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)
1718
- 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

Comments
 (0)