Skip to content

v30.0.0

Compare
Choose a tag to compare
@nickofthyme nickofthyme released this 04 Jun 16:02

30.0.0 (2021-06-04)

Bug Fixes

  • domain: custom domain should not filter data (#1181) (76e8dca), closes #1129
  • value_labels: zero as a valid value for textBorder and borderWidth (#1182) (a64f333)
  • annotation tooltip display when remounting specs (#1167) (8408600)
  • render nodeLabel formatted text into the nodes (#1173) (b44bdff)

Features

BREAKING CHANGES

  • value_labels: the textBorder of ValueFillDefinition is now optional or a number only
  • axis: domain.padding now only takes a number value. If you are using a percent-based padding such as '10%' please set domain.padding to 0.1 and domain.paddingUnit to DomainPaddingUnit.DomainRatio.
  • axis: yScaleToDataExtent is removed in favor of domain.fit. The functionality is the
    same.