Bug Fixes
- bump Add types for defs to AreaBumpSvgProps (#997) (da9ea7f8)
- calendar Add 'monthLegendPosition' definition (#1007) (f58298ef)
- core
- core / swarmplot Improve core and swarmplot typedefs (#1151) (e370ea87)
- dependencies remove forced package resolutions (5be120a1)
- install force resolution of fsevents package (fbcafd14)
- legends Respect theme fill color (#941) (fa847f6a)
- line change points ordering on stacked lines (#1060) (c10edbf0)
- pie tooltip props typing (#1088) (54215e7e)
- radar
- sankey Fix issue with gradient and parentheses in IDs (#1152) (56f0e449)
- scatterplot
- treemap fix treemap package nivo dependencies (dbcd2167)
- website
Features
- a11y
- annotations replace react-motion by react-spring (7acc5721)
- axes replace react-motion by react-spring (50c135d6)
- build
- bullet support ranges that support < 0 (5dc5ce69)
- bump
- calendar
- ci update Node.js version on CI to run v12 (3888a729)
- core
- funnel
- add funnel documentation screenshots (ed1e58a9)
- disable stories (4f6dc92a)
- add TypeScript definitions (2748dc10)
- add support for tooltip (6ce539cb)
- add the ability to disable animations (7055d3d9)
- improve animation management (99359f57)
- add support for custom event handlers (bbdbc373)
- add support for annotations to Funnel component (9fca13ce)
- add support for current part (a69780fd)
- update funnel icon (826c08f6)
- add support for animation to Funnel component (e487a764)
- add widget to be ease creation of d3 value formatters (5f0bf7dc)
- init @nivo/funnel package (e2d1ce88)
- generators add network data generation (#1082) (46bf12c3)
- heatmap
- infrastucture upgrade rollup, babel, typescript and prettier (b08e7917)
- line
- network add support for tooltips (#1080) (4d8e822e)
- parallel-coordinates use hooks instead of recompose and migrate to react-spring (0760d942)
- radar
- sankey
- scales Add support for symlog scale (#1097) (954bef75)
- stream
- sunburst
- swarmplot add time scale support (#1121) (9a19da66)
- tooltip
- treemap
- restore pattern and gradient support for TreeMap component (5e4ea120)
- add stories to demo pages (4b3241cd)
- update treemap documentation screenshots (43e625fa)
- update stories (f90f979d)
- add support for parent labels (c705f3e7)
- add TypeScript definitions (f1d9a3b9)
- use hooks instead of recompose and migrate to react-spring (5ff360ef)
- website