Skip to content

Releases: plouc/nivo

v0.62.0

20 Oct 00:00

Choose a tag to compare

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
    • add a references page to the website (#725) (bdd45de5)
    • add link to d3-format documentation for line & scatterplot value formatters (98a4f439)

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
    • typings fix for custom layer props (#887) (a293a648)
    • fix typescript definition for areaBaselineValue prop. (#961) (9b1ed9cd)
    • add types for pointLabel function (b5464bba)
    • fix onMouseLeave firing (f2816f44)
    • add missing layer 'crosshair' to TypeScript definition (#917) (81d8fa0b)
  • 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

v0.61.2...v0.62.0

v0.61.2

20 Oct 00:01

Choose a tag to compare

Features

  • sankey add support for layers to Sankey (842ae0df)

v0.61.1...v0.61.2

v0.61.1

20 Oct 00:02

Choose a tag to compare

Bug Fixes

  • geo add missing dependency for legend data memoization (887c57e7)
  • legends
    • make sure to pass the theme object when using canvas legends (ae621162)
    • honor theme font settings for labels (e4a65fc4)
    • fix vertical alignment of canvas labels (559e3c78)

v0.61.0...v0.61.1

v0.61.0

20 Oct 00:03

Choose a tag to compare

Bug Fixes

  • bump fix points keys & motion and code formatting (d92a9655)
  • prop-types fix missing prop types on various packages (8d0fe0d9)
  • publish
    • add missing npm-normalize-package-bin package (91acdf21)
    • fix lerna arg (97fcb868)
  • scatterplot fix scatterplot unit tests (c6b01ff1)

Features

  • bump add support for function for start/end labels (80c3e92b)

v0.60.1...v0.61.0

v0.60.1

20 Oct 00:04

Choose a tag to compare

Bug Fixes

  • bar add ability to use number for grid lines (#669) (3d48b94d)

Features

  • bump
    • skip serie labels for missing data (04a13a72)
    • add support for missing data to Bump component (7275fa89)
    • add active/inactive state to points (ee906f41)
    • pass original datum to each point (b4c739d2)
    • add ability to use custom point component (b29fed2a)
  • line add option to format x/y values in tooltip (#731) (f92abbed)

v0.60.0...v0.60.1

v0.60.0

20 Oct 00:05

Choose a tag to compare

Bug Fixes

  • bar
    • add missing borderColor type to nivo/bar (#704) (050f0a98)
    • add missing renderTick type to Bar's definition (#697) (61fc2078)
  • calendar add missing exports for canvas calendar (#700) (3f9bc623)
  • line
    • update PropType for Line markers when using dates for the X axis (#653) (2c9bfc2d)
    • add missing pointSymbol prop to typings (c249df83)
  • sankey fix issue with gradient links and spaces in IDs (#676) (52feccbf)
  • scales add useUTC to types (#690) (d7c1da53)
  • storybook fix typo in line's story (#680) (680a6ed3)
  • tooltip update tooltip TypeScript types. (#657) (305a536f)
  • website fix responsive problems with component's tab (#722) (ccbb4de0)

Features

  • calendar add support for custom color scale (#703) (484d3080)
  • legends pass id property to symbolShape (#687) (289e9049)
  • line update TypeScript definitions (c034393a)
  • tooltip add simple fix to keep the tooltip inbounds (#631) (395fc5e7)

v0.59.3...v0.60.0

v0.31.0

04 Dec 21:36

Choose a tag to compare

Features

  • calendar
    • add support for tooltip (149e664e)
    • remove support for motion and align code with other charts (b9b47f75)

v0.30.1

04 Dec 18:06

Choose a tag to compare

Features

  • line
    • fix wrong prop type (df4ac4ea)
    • new prop enableArea was added to Line chart (#82) (6958db18)
    • part of a line with missing data was hidden (#81) (60e47746)
  • tooltip prop to format values in tooltip was added (#69) (0dfafff5)
  • voronoi improve voronoi (#93) (e1ae81a8)

v0.30.0

04 Dec 18:06

Choose a tag to compare

Features

  • axes add onClick handler to axis ticks (#60) (0c9efe4b)
  • interactivity add onClick support for Sankey (#75) (a547917c)
  • pie add ability to use default dataset order (#79) (f4a261d3)
  • react update required react version (4b4865fc)
  • sankey
    • Support complete configuration of the tooltips (#78) (f3aecf6c)
    • Support configurable labels (#77) (5ac962b1)

Bug Fixes

v0.29.3

04 Dec 18:07

Choose a tag to compare

Features

  • axis add support for custom tick values/count (#58) (bd789728)