Skip to content

v0.6.11

Compare
Choose a tag to compare
@mbostock mbostock released this 20 Sep 17:01
· 67 commits to main since this release
61d8a74

Please see the 0.6.11 release notes for more!

Features

  • The tip mark option can now pass options to the derived tip mark. #1823
  • The new format tip mark option enables greater control over order and formatting of channels. #1823
  • Axes for ordinal scales now generalize the scale’s temporal or quantitative interval if any. #1790
  • A channel value can now be given a label by specifying it as a {value, label} object. #1838
  • Plot now supports CSS Color Module Level 4 and Level 5 syntax. #1454

Bug fixes

  • Exposed ordinal scale domains are now correctly deduplicated. #1813
  • The default symbol set is now inferred correctly when fill is currentColor. #1830
  • The stack transform now correctly handles the exclude facet option. #1649
  • The tip mark is no longer briefly visible before asynchronous rendering. #1826
  • The bin transform now uses the interval option to reduce x1 & x2 (and y1 & y2). #1828
  • The fontVariant axis option now applies to the axis label in addition to ticks. #1827
  • The bin transform no longer generates undefined colors for empty bins. #1837
  • The tree transform now correctly handles escaping with the delimiter option. #1850