Skip to content

Releases: d3/d3

v5.15.1

01 Apr 19:25
Compare
Choose a tag to compare
  • Fix sign of near-zero negative values when using the + sign directive.

v5.15.0

29 Dec 16:56
Compare
Choose a tag to compare

v5.14.2

20 Nov 15:35
Compare
Choose a tag to compare

v5.14.1

17 Nov 22:52
Compare
Choose a tag to compare
  • Propagate the this context to interpolators in transition.styleTween, transition.attrTween and transition.textTween.

v5.14.0

17 Nov 17:20
Compare
Choose a tag to compare

v5.13.1

16 Nov 21:00
Compare
Choose a tag to compare
  • Fix crash initializing d3.brush.

v5.13.0

16 Nov 19:55
Compare
Choose a tag to compare
  • Add d3.csvFormatRow.
  • Add d3.csvFormatValue.
  • Add d3.tsvFormatRow.
  • Add d3.tsvFormatValue.
  • Add dsv.formatRow.
  • Add dsv.formatValue.
  • Add support for parsing 4- and 8-digit hexadecimal colors in d3.color. Thanks, @zerovox!
  • Allow shorthand for current time intervals (e.g., d3.timeDay() returns today’s midnight).
  • Disallow whitespace and periods in type names passed to d3.dispatch.
  • Add fa-IR d3-time-format locale. Thanks, @mohsentaleb!
  • Add %q directive for quarter of the year as a decimal number. Thanks, @jheer!
  • Fix off-by-one error formatting %U when the year starts with Sunday.
  • Fix off-by-one error formatting %W when the year starts with Monday.
  • Fix off-by-one error parsing week and weekday numbers with d3.utcParse.
  • Fix string coercion of specifier passed to d3.utcParse.
  • Fix parsing of %L or %f in conjunction with %s.

v5.12.0

07 Sep 03:56
Compare
Choose a tag to compare

v5.11.0

21 Aug 06:40
Compare
Choose a tag to compare

v5.10.1

21 Aug 04:01
Compare
Choose a tag to compare
  • Fix broken brush corner resizers.
  • Fix brush multitouch filtering.