Skip to content

Releases: plouc/nivo

v0.86.0

29 Apr 23:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.85.1...v0.86.0

v0.85.1

08 Mar 01:56
Compare
Choose a tag to compare

What's Changed

  • Tooltip: avoid a flash effect and weird initial transition by @DimaAmega in #2480
  • feat(deps): upgrade d3-scale due to vulnerability by @plouc in #2531

New Contributors

Full Changelog: v0.85.0...v0.85.1

v0.85.0

07 Mar 00:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.84.0...v0.85.0

v0.84.0

20 Nov 07:14
Compare
Choose a tag to compare

What's Changed

  • fix(bar): use readonly arrays for props as the library does not modif… by @pcorpet in #2377
  • fix(pie): use readonly arrays for props as the library does not modif… by @pcorpet in #2431
  • Fix Bar SSR by @OleksandrRakovets in #2464
  • Pie: Add the ability to programmatically control the activeId by @plouc in #2465

New Contributors

Full Changelog: v0.83.1...v0.84.0

v0.83.1

20 Nov 06:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.83.0...v0.83.1

v0.83.0

07 May 22:01
Compare
Choose a tag to compare

What's Changed

  • Waffle next by @plouc in #2320
  • Remove all references to react-motion by @plouc in #2324
  • Move @nivo/core as a regular dependency in all dependent packages by @plouc in #2325
  • feat(infrastructure): remove bump-peer-deps script by @plouc in #2326

Full Changelog: v0.82.1...v0.83.0

v0.82.1

02 May 13:31
Compare
Choose a tag to compare

Attempt to fix #2319, but it's still an issue.

v0.82.0

01 May 08:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.80.0...v0.82.0

v0.81.0

26 Apr 10:56
Compare
Choose a tag to compare
v0.81.0

v0.80.0

08 Sep 23:05
Compare
Choose a tag to compare

v0.80.0 (2022-09-08)

Features

  • canvas: add custom ref to ScatterPlotCanvas and NetworkCanvas (#1953) (b0210744)
  • choropleth: add support for defs and fill to the choropleth (#2072) (e18733e7)
  • deps: upgrade package constraints to include React 18 (#2056) (9df8a0ae)
  • radar: add support for global rotation to the radar chart (#1985) (d57345a7)
  • radial-bar: implement defs/fill, modeled after Bar implementation (#1957) (c40006f5)
  • react-18: upgrade react-spring to 9.4.5 (#1993) (1b539a4c)

Bug Fixes

  • remove required for labelYOffset in DotsItem (d4daf2ce)
  • axes: Avoid duplicate key error with time scales at millisecond precision (#1756) (b372ec95)
  • bar:
  • codesandbox: fix typo in jsx prop assignment (#1960) (2d8aaafc)
  • core: ignore useMeasure hook if not in a browser context (2763c4a2)
  • line: make copy of points data before reversing (45c31e94)
  • linting: fix bug in makefile script for linting an individual package (#1982) (17e33766)
  • pie: fix custom tooltip not updated due to missing hook deps (#2089) (9634f318)
  • sankey: include link's index in the React Component key when creating the SVG element (#2037) (5985ab40)
  • scales: fix a TypeScript bug when creating log scales (#2001) (43af675e)
  • tooltip: fix positioning when charts are rendered inside an scaled div (#2034) (a1a529c9)
  • xss: Fixed XSS security bug (#1929) (f83ad7bd)

Chore

  • deps:
    • update yarn.lock (fb6cc9fb)
    • bump terser from 4.8.0 to 4.8.1 (9bc03db5)
    • bump moment from 2.29.2 to 2.29.4 (2b0037cb)
    • bump parse-url from 6.0.0 to 6.0.2 (f1a0f116)
    • bump devcert from 1.2.0 to 1.2.1 (b78c3d10)
    • bump jpeg-js from 0.4.3 to 0.4.4 (86312950)
    • bump nanoid from 3.1.30 to 3.3.4 (eebfb94a)
    • bump moment from 2.29.1 to 2.29.2 (165d8a86)
    • bump minimist from 1.2.5 to 1.2.6 (b52fbbf2)