Skip to content

Commit c09274d

Browse files
committed
update CHANGELOG
1 parent dd4669a commit c09274d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
*Not yet released.* These notes are a work in progress.
66

7-
[breaking] Plot is now published as an ES module.
7+
[breaking] Plot is now published as an ES module and requires Node 12 or higher. For more on how to upgrade to ES modules, please read [Sindre Sorhus’s FAQ](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
88

99
[breaking] Plot now depends on D3 7 or higher.
1010

11-
[breaking] Plot now requires Node 12 or higher.
12-
1311
### Marks
1412

1513
The [*marks* option](https://github.com/observablehq/plot/blob/main/README.md#mark-options) now accepts render functions, null, and undefined as shorthand mark definitions. Nullish marks produce no output and are useful for conditional display (equivalent to the empty array). Render functions are invoked when plotting and may return an SVG element to insert into the plot, such as a legend or annotation.

0 commit comments

Comments
 (0)