Skip to content

Releases: plouc/nivo

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)

v0.79.1

12 Jan 21:53
Compare
Choose a tag to compare

What's Changed

  • Remove react-motion from @nivo/colors by @plouc in #1885

Full Changelog: v0.79.0...v0.79.1

v0.79.0

12 Jan 21:08
Compare
Choose a tag to compare

What's Changed

  • feat(website): inline global styles by @plouc in #1877
  • chore(core): export useMeasure in typings by @hehex9 in #1881
  • Migrate @nivo/heatmap to TypeScript by @plouc in #1880
  • Use static images for the homepage rather than components to avoid a "big hit" when launching just the home by @plouc in #1884

New Contributors

Full Changelog: v0.78.0...v0.79.0

v0.78.0

12 Jan 21:08
Compare
Choose a tag to compare

What's Changed

  • feat(network): improve stories by @plouc in #1873
  • Migrate @nivo/chord to TypeScript and react-spring by @plouc in #1874
  • feat(website): fix api client layout by @plouc in #1875
  • Migrate @nivo/treemap to TypeScript by @plouc in #1876

Full Changelog: v0.77.0...v0.78.0

v0.77.0

31 Dec 18:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.76.0...v0.77.0

v0.76.0

29 Dec 12:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes