Skip to content

Commit 477bdea

Browse files
committed
Update CHANGELOG
1 parent 3b3979a commit 477bdea

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ All marks now support the **pointerEvents** option to set the [pointer-events at
1818

1919
The frame decoration mark now supports the **rx** and **ry** options.
2020

21+
Fix a bug where arrow heads would not render correctly when the **strokeWidth** was exactly one.
22+
23+
Fix the *scale*.**zero** option when the domain is negative.
24+
25+
Fix a crash in the bar and tick mark when the associated band scale is not present, as when these marks are used (erroneously) with the dodge transform.
26+
27+
Fix the **clip** mark option when *x* or *y* is a *band* scale.
28+
29+
Fix the fill color of text marks using the **href** option.
30+
31+
Improve the error message when the **facet** option is used without **data**.
32+
33+
Throw an error if initializers attempt to create position scales.
34+
35+
Throw an error if an implicit ordinal position domain has more than 10,000 values.
36+
2137
## 0.5.0
2238

2339
[Released June 7, 2022.](https://github.com/observablehq/plot/releases/tag/v0.5.0)

0 commit comments

Comments
 (0)