Skip to content

Commit 3b3979a

Browse files
committed
Update CHANGELOG
1 parent 2cdaf18 commit 3b3979a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Observable Plot - Changelog
22

3+
## 0.5.1
4+
5+
*Not yet released. These are forthcoming changes in the main branch.*
6+
7+
The new density mark creates density contours.
8+
9+
The new linear regression marks produce linear regressions with confidence interval bands.
10+
11+
The new Delaunay marks produce Delaunay triangulations. Plot.delaunayLink, Plot.delaunayMesh, and Plot.hull.
12+
13+
The new Voronoi marks produce Voronoi tesselations. Plot.voronoi and Plot.voronoiMesh.
14+
15+
For data at regular intervals, such as integer values or daily samples, the new *scale*.**interval** option can be used to enforce uniformity. The specified *interval*—such as d3.utcMonth—must expose an *interval*.floor(*value*), *interval*.offset(*value*), and *interval*.range(*start*, *stop*) functions. The option can also be specified as a number, in which case it will be promoted to a numeric interval with the given step. This option sets the default *scale*.transform to the given interval’s *interval*.floor function. In addition, the default *scale*.domain is an array of uniformly-spaced values spanning the extent of the values associated with the scale.
16+
17+
All marks now support the **pointerEvents** option to set the [pointer-events attribute](https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events).
18+
19+
The frame decoration mark now supports the **rx** and **ry** options.
20+
321
## 0.5.0
422

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

0 commit comments

Comments
 (0)