Skip to content

v5.13.0

Compare
Choose a tag to compare
@mbostock mbostock released this 16 Nov 19:55
  • 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.