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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,22 @@ All marks now support the **pointerEvents** option to set the [pointer-events at
18
18
19
19
The frame decoration mark now supports the **rx** and **ry** options.
20
20
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
+
21
37
## 0.5.0
22
38
23
39
[Released June 7, 2022.](https://github.com/observablehq/plot/releases/tag/v0.5.0)
0 commit comments