Releases: plouc/nivo
Releases · plouc/nivo
v0.81.0
v0.80.0
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
v0.79.0
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
v0.77.0
What's Changed
- Add support for custom tooltips in Funnel #1169 by @onionhammer in #1871
- Migrate @nivo/network to TypeScript by @plouc in #1767
Full Changelog: v0.76.0...v0.77.0
v0.76.0
v0.75.0
What's Changed
- feat(api): migrate API to TypeScript and fix stale mappings and examples by @plouc in #1859
- bar docs: fix typo (legeds -> legends) by @davidcalhoun in #1858
- fix(core): export linearGradientDef in typings by @victoransel1 in #1836
- fix(swarmplot): use the borderWidth property - fixes #1813 by @benjamintd in #1814
- fix(bar): avoid to redefine react forwardRef type by @adriengibrat in #1793
- fix(core): import missing SVGProps type by @plouc in #1860
New Contributors
- @davidcalhoun made their first contribution in #1858
- @victoransel1 made their first contribution in #1836
- @adriengibrat made their first contribution in #1793
Full Changelog: v0.74.1...v0.75.0
v0.74.1
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
- @adamberro made their first contribution in #1807
- @benjamintd made their first contribution in #1812
- @keenahn made their first contribution in #1849
Full Changelog: v0.74.0...v0.74.1
v0.74.0
What's Changed
- feat(bullet): add custom tooltip by @jquintozamora in #1694
- Allow fontWeight set in theme to effect canvas axes by @vanbujm in #1708
- Grammar corrections by @codepharmer in #1696
- Add link to header image by @meesvandongen in #1692
- Fix: ResponsiveSwarmPlotCanvas does not work with valueScale type time by @Patil2099 in #1707
- Improve SVG bar chart accessibility by @plouc in #1719
- Migrate stream package to TypeScript by @plouc in #1721
- feat(timerange): add from, to, and emptyColor props by @vgeary96 in #1722
- Migrate @nivo/scatterplot package to typescript by @plouc in #1726
- Fix autoscale of linechart when data have holes. by @PierrVanRoy in #1729
- Cleanup examples by @plouc in #1744
- Upgrade gatsby by @plouc in #1745
- feat(core): remove unused withCurve and withHierarchy HOCs by @plouc in #1746
- Modifying Radar's Axis to be drawn by Axis.domain.line of the Theme by @GoodGoodJM in #1754
- Sankey typescript migration by @plouc in #1748
- Migrate @nivo/funnel to TypeScript by @plouc in #1760
- @nivo/radar TypeScript migration by @plouc in #1761
- @nivo/radial-bar by @plouc in #1769
- Add missing line props in Bump TS definition by @filahf in #1787
- fix(radar): improve radar's legend data to be customizable by @minemanemo in #1786
- feat(core): upgrade react-spring by @plouc in #1798
New Contributors
- @jquintozamora made their first contribution in #1694
- @vanbujm made their first contribution in #1708
- @codepharmer made their first contribution in #1696
- @meesvandongen made their first contribution in #1692
- @Patil2099 made their first contribution in #1707
- @vgeary96 made their first contribution in #1722
- @PierrVanRoy made their first contribution in #1729
- @GoodGoodJM made their first contribution in #1754
- @filahf made their first contribution in #1787
- @minemanemo made their first contribution in #1786
Full Changelog: v0.73.1...v0.74.0