Skip to content

Commit cb4ca15

Browse files
committed
Update CHANGELOG
1 parent aad0b85 commit cb4ca15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Plot.dot(penguins, {x: "body_mass_g", y: "flipper_length_mm", stroke: "species",
4040

4141
The [text mark](./README.md#text) now supports multiline text! New *lineAnchor* and *lineHeight* options…
4242

43-
The text mark’s *text* channel, and the *title* channel on all marks, now automatically format numbers and dates to improve readability (rather than using string coercion). In addition, when the *text* channel is defined as an array of numbers or dates, the *fontVariant* option default changes to tabular-nums.
43+
When a text mark’s *text* channel, or the *title* channel on any mark, is specified as numbers or dates, the values are now automatically formatted (in the U.S. English locale) to improve readability. For the *text* channel, the default *fontVariant* option additionally changes to tabular-nums.
4444

4545
The text mark now allows the *fontSize* to be specified as a length (*e.g.*, “12pt”), keyword (*e.g.*, “x-large”), or percentage, rather than being limited to a number in pixels.
4646

0 commit comments

Comments
 (0)