Skip to content

Commit 6d524e5

Browse files
committed
docs: changelog for coord-cartesian zoom
1 parent 6d3cf3a commit 6d524e5

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: `coord-cartesian(xlim:/ylim:)` zooms continuous axes instead of being ignored. (#43)
1516
- fix: `coord-flip(reverse: true)` preserves a `log10`/`sqrt` axis transform instead of overwriting it. (#42)
1617
- fix: `geom-col()` on a continuous x with a single distinct value no longer panics when inferring the bar width. (#41)
1718
- fix: `log10`/`sqrt` scales validate user `limits` and report a clear error for non-positive bounds. (#40)

0 commit comments

Comments
 (0)