Skip to content

v1.1.0

Compare
Choose a tag to compare
@emeeks emeeks released this 20 Sep 22:48
· 2610 commits to main since this release

The major change is a switch from d3-svg-annotation to react-annotation. With this change comes a breaking change in the names of annotation elements, as the new react-annotation uses capitalized component names and that could cause problems.

Fixes:

  • rExtent in ORFrame should work in all cases with the pattern of using undefined in the array if you only want to set the top or bottom
  • rBaseline is deprecated
  • Visualization layer elements are now wrapped in an absolute positioned
    which fixes an annoying CSS isse
  • Titles weren't being properly honored in ORFrame
  • Remove clip paths from rectangular and circular sketchy Marks, since this runs into an SVG bug in Chrome

Changes:

  • Annotations now use react-annotation instead of d3-svg-annotation. Better performance and composable annotations.
  • Bucketized ORFrame summaries (histogram, heatmap, joy, violin) now have shared scales instead of column-dependent scales.

Features:

  • Histogram summaryType in ORFrame now accepts an axis property so you can make bunches of axes
  • You can move summary visualizations using summaryPosition