Skip to content

Commit 7e7de5e

Browse files
committed
Update CHANGELOG
1 parent 14ded29 commit 7e7de5e

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
@@ -1,5 +1,21 @@
11
# Observable Plot - Changelog
22

3+
## 0.2.8
4+
5+
Released October 1, 2021.
6+
7+
The map transform now supports *rank* and *quantile* map methods. These compute the 0-based ordinal rank or the *p*-quantile of the data, respectively.
8+
9+
The bin transform now allows bin options (*domain*, *cumulative*, and *thresholds*) to be specified on the *outputs* object; this avoids ambiguity when composing multiple bin transforms. To facilitate transform composition, the bin and group transforms now consume the *x1* and *x2* channels when *x* is an output, and the *y1* and *y2* channels when *y* is an output. Also, the bin, group, and stack transforms now consume their respective transform options rather than propagating them in the returned options. The bin and group transform no longer use the channel name as the default lable for the *count* reducer. The bin transform now automatically coerces values to dates when the *thresholds* are specified as a time interval or an array of dates.
10+
11+
The new shuffle transform randomizes the order of data. It takes an optional *seed* for deterministic order.
12+
13+
Position scales (*x*, *y*, *fx*, and *fy*) now support asymmetric insets via the *scale*.**insetLeft**, *scale*.**insetRight**, *scale*.**insetTop**, and *scale*.**insetBottom** options. Threshold and quantile scales can now be used as position scales without requiring an explicit range.
14+
15+
The radius scale (*r*) now limits the maximum default radius to 30 pixels.
16+
17+
Text marks now default strokeLinejoin to “round” to reduce the effect of miter joins.
18+
319
## 0.2.7
420

521
Released September 27, 2021.

0 commit comments

Comments
 (0)