Skip to content

Releases: d3/d3

v7.1.1

03 Oct 03:19
8a1d06d
Compare
Choose a tag to compare
  • d3.rank can now take a comparator in addition to an accessor.
  • d3.rank, d3.sort, d3.bisector, and d3.groupSort now require comparators to have exactly two arguments.

v7.1.0

01 Oct 15:15
75669e2
Compare
Choose a tag to compare

v7.0.4

24 Sep 18:37
978036b
Compare
Choose a tag to compare
  • Default the base-10 log tick format to ~s (SI) instead of .0e (exponential).

v7.0.3

20 Sep 03:17
1563524
Compare
Choose a tag to compare
  • Don’t mangle InternMap or InternSet in the generated UMD bundle.

v7.0.2

19 Sep 18:34
70383cd
Compare
Choose a tag to compare

v7.0.1

16 Aug 20:02
0baee7d
Compare
Choose a tag to compare
  • Fix d3.sort, d3.bisector, and related methods to handle undefined order. #217

v7.0.0

11 Jun 18:13
1b8bada
Compare
Choose a tag to compare

Breaking changes:

Non-breaking changes:

D3 now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v6.7.0

16 Apr 00:13
5149a2f
Compare
Choose a tag to compare

v6.6.2

29 Mar 16:42
31d73d1
Compare
Choose a tag to compare
  • Fix handling of null with quantitative scales; null is now considered an “unknown” value, not zero.

v6.6.1

24 Mar 16:49
76c92ca
Compare
Choose a tag to compare