Features
- bar pass showTooltip and hideTooltip functions to custom layers (f1bff166)
- bump add support for defs/fill properties to AreaBump (#926) (c5d5d86f)
- line
- scatterplot Add support for annotations on scatterplots (#882) (ffc759ea)
- website
Bug Fixes
- axes add typedef exports for all components (354ef248)
- bar
- core add missing crosshair definitions to theme (#915) (211d76d8)
- heatmap add missing type for tooltip property (f4d4ea62)
- line
- pie address some issues with data label prop (#967) (d4714b6c)
- sankey add missing motion typedefs and proptypes (bc5489c9)
- scales fix timeScale min/max values and typings (#743) (bcb45167)
- scatter plot add gridValues to ScatterPlot (#853) (cf0fd6bd)
- scatterplot
- storybook add useUTC:false to line timeScale (f3ba3f98)
- types improve typings for onMouseLeave/Enter in Bar/Pie (#939) (422ef569)
- website