Features
- BarCanvas
- axes adjustments for react-spring@next (46dbb5a4)
- bar add BarItem component to the exposed package API (#1261) (df211c03)
- bullet
- colors
- update package typings according to TypeScript migration (e98d8e07)
- migrate ordinalColorScale to TypeScript (7bb42c68)
- migrate prop types to TypeScript (6bf1f7d4)
- rename InheritedColorProp to InheritedColor in all package typings (29a73083)
- migrate inheritedColor to TypeScript (436117da)
- migrate motion to TypeScript (e1785918)
- add typings for color schemes and interpolators (1093da12)
- init TypeScript migration (2383b4d5)
- core
- line forward ref to the canvas element (4be9c8ab)
- marimekko
- fix doc typos and add missing custom layer props to the doc (ae4c329c)
- update README preview (ca4a0d66)
- add support for legends (f39f12a7)
- add story about custom layers (8560b6ad)
- add support for value formatter (c5429db2)
- add icons and preview for README (71b06a84)
- add bar groups position and dimensions to layers context (8ba4c018)
- add support for patterns and gradients (d75a3952)
- fix vertical layout and diverging offset (604b523f)
- add support for axes and grid (8e4cd0d6)
- add support for custom tooltip (ed74e9f1)
- expose thickness and dimensions scale (914f1857)
- add the ability to configure the stack offset (a8437cca)
- add stories (6b6aa949)
- pass default props to InnerMarimekko (bb85398f)
- improve motion configuration (7df05809)
- add support for mouse handlers (4f244ea3)
- improve documentation about data props (3178ce81)
- compute bars from top level component and pass them to custom layers (146a04b2)
- use react-spring@next and add animation support to bars (001b6719)
- add to website and improve bars (5f18b057)
- init package (35556143)
- parallel-coordinates adjustments for react-spring@next (df7d665c)
- scales exclude null and undefined values in log scale validation (#1099) (c87eba7d)
- sunburst add mouse events and some labels (#880) (1b3dd8f0)
- tooltip
- add a display name to memoized components to ease testing (218e237f)
- migrate TableTooltip component to TypeScript (0a54e62f)
- migrate Crosshair component to TypeScript (1416e8cf)
- ensure we only render the tooltip when the charts are interactive (6623000f)
- remove usage of tooltip prop types from other packages (8addc8d4)
- adapt BasicTooltip for new typings (cb87d9a4)
- remove prop types (b187c618)
- init TypeScript migration (3413142d)
- treemap adjustments for react-spring@next (e5611c30)
Bug Fixes
- BarCanvas stories demonstrating the canvas ref (96cff43e)
- bar
- bullet
- core add useDimensions hook to types (4ce35386)
- funnel fix lint errors (e66b51c5)
- geo fix lint errors (bc398839)
- legends fix lint errors (275b2b55)
- line
- motion replace deprecated method with the new helper (57b27d8d)
- packages allow react 17 in peer dependencies (a4f370b4)
- pie
- storybook move bar/race chart story to main bar stories (#1258) (e9c5932d)
- sunburst apply my own fixes from pr review (cbb9e37a)
- tooltip
- website