Skip to content

Releases: plouc/nivo

v0.76.0

29 Dec 12:42

Choose a tag to compare

What's Changed

  • feat(website): normalize charts properties definition by @plouc in #1864
  • Improve website by @plouc in #1866
  • feat(website): continue migration to TypeScript by @plouc in #1868
  • @nivo/bump TypeScript migration by @plouc in #1869

Full Changelog: v0.75.0...v0.76.0

v0.75.0

17 Dec 01:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.74.1...v0.75.0

v0.74.1

13 Dec 05:29

Choose a tag to compare

What's Changed

  • feat(radar): add support for patterns and gradients by @adamberro in #1807
  • feat(defs): allow gradientTransform to be passed to gradient definitions by @benjamintd in #1812
  • fix(radial-bar): remove unnecessary console log by @benjamintd in #1830
  • chore: update @react-spring/web to 9.3.1 by @keenahn in #1849

New Contributors

Full Changelog: v0.74.0...v0.74.1

v0.74.0

11 Dec 13:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.73.1...v0.74.0

v0.73.1

14 Jul 23:58
7ff0e72

Choose a tag to compare

Bug Fixes

v0.73.0

14 Jul 20:39
919f213

Choose a tag to compare

Bug Fixes

Chore

Breaking Changes

  • upgrade react minimum peer deps range to v16.14.0 (#1677) (11bc6fcd)

v0.72.0

29 Jun 13:23
26098f6

Choose a tag to compare

Features

  • bar:
    • add custom renderer support (459e74c8)
    • add layers support to canvas flavor (c39e91f5)
    • add annotations/borderRadius to canvas flavor (31438233)
    • enable labels for canvas flavor (602c1c3c)
    • convert canvas flavor to functional component (3cac1d56)
    • add support for valueFormat (e142895f)
    • add ability to customize legend label (3f0bb4e2)
    • support initialHiddeIds prop (29a80c6f)
    • switch from react-motion to react-spring (abef1fae)
    • migrate package to typescript (10ae918f)
  • bullet: support minValue/maxValue properties (#1635) (86c5d81e)
  • calendar: expose weekdayTicks prop on TimeRange component (#1634) (efafa016)

Bug Fixes

  • axes: update scale types to use @nivo/scales (0f4271d2)
  • bar:
  • build:
    • move scales above axes (e9ba49ec)
    • move voronoi up in the references (33a0cdbc)
  • bullet: fix broken tests (d508d10b)
  • bump: provide datum to InheritedColorConfig type (48373c13)
  • chord:
    • provide datum to InheritedColorConfig type (a9f392eb)
    • fix missing typescript properties (#1636) (8752e396)
  • radar: provide datum to InheritedColorConfig type (dcf85170)
  • sankey: use node color for link color (#1615) (1002edb5)
  • storybook: add configuration to make it work again (eb308f1c)
  • website: update bar tooltip to prevent crash (#1627) (0dd20f1d)

Chore

  • bar:
    • reuse a few types (1295d1f4)
    • refactor tooltip label customization (13629296)
    • convert stories to typescript (3cbca763)
    • convert test to typescript (718e4f5c)
    • replace snapshot tests (b8c497a9)
    • refactor commonProps for reuse (82262a25)
    • refactor layerById to be more like pie (44358859)
    • switch from LegacyContainer to Container (312b64d2)
  • bullet: switch from d3-scale to @nivo/scales (dfd0099f)
  • deps: upgrade react to v17.0.2 (#1612) (fe388ff3)
  • website: update bar information (f04e9ea1)

v0.71.0

22 Jun 13:29
232b613

Choose a tag to compare

Features

  • annotations:
  • bar: add ability to toggle serie via legend item (#1556) (0def428c)
  • bump: add additional props to custom layers (#1560) (8bd5a77a)
  • calendar:
  • deps: upgrade d3-time-format (ed792656)
  • generators: add generateOrderedDayCounts function (fbcadd70)
  • line: add ability to toggle serie via legend item (#1555) (463d380e)
  • network: add onClick support for node (#1568) (c9156aac)
  • pie: add ability to toggle serie via legend item (#1582) (23059e02)
  • scales:
  • scatterplot: add ability to specify nodeId accessor (343ef6f1)
  • stream: add ability to customize legend label (780954af)
  • swarmplot:
  • website:

Bug Fixes

  • axes: fix time scale bug with days crossing a new month (#1565) (cc27a856)
  • bar:
    • get working with scales updates (48880b43)
    • fix when values are updated from 0 in grouped mode (#1585) (8ff82034)
    • fix inconsistency with custom tooltip (2479df38)
  • calendar: update TimeRange component for consistency (23d569c6)
  • legends: update proptypes to avoid generated type error (f0acb818)
  • line: get working with scales updates (c2e9631b)
  • pie:
    • correct argument type to usePie hook (191e3e0b)
    • use legend.data property if supplied (acdfa902)
  • scales:
  • scatterplot: get working with scales updates (d9e3a5bc)
  • stream: get working with scales updates (73a0812c)
  • swarmplot:
  • website: update imports from @nivo/calendar (c7f9876e)

Chore

  • annotations: refactor package (f91e8f2a)
  • bar: add tests for tooltip (12d84504)
  • core: revert "fix(core): avoid occasional "ResizeObserver loop" error (#1466)" (8a999326)
  • deps:
  • pie: add test (5e9efe20)
  • scatterplot: respond to pr feedback (0f6f3425)
  • stream: respond to pr feedback (54dc1c29)
  • swarmplot: refactor package (6c906c0a)
  • website: update swarmplot information (d87f5dcb)

v0.70.1

27 May 18:08
460d79b

Choose a tag to compare

Bug Fixes

v0.70.0

24 May 13:28
77cbd6a

Choose a tag to compare

Features

Bug Fixes

Chore