Releases: plouc/nivo
Releases · plouc/nivo
v0.88.0
What's Changed
- feat(bar): added aria hidden and disabled flag by @jingcai86 in #2566
- feat(Bar): Add option to chose label position by @evasseure in #2585
- feat(radar): add onClick handler by @Nino3103 in #2601
- (feat)Line: add support for hiding line charts by default by @clcatalan in #2540
- Allow custom legendNode for markers by @Bigood in #2432
- Add getColor to props provided to custom layers by @lemps in #2651
- Allow for actual motionConfig proptypes on by @Josh-a-e in #2653
New Contributors
- @jingcai86 made their first contribution in #2566
- @evasseure made their first contribution in #2585
- @Nino3103 made their first contribution in #2601
- @clcatalan made their first contribution in #2540
- @Bigood made their first contribution in #2432
- @lemps made their first contribution in #2651
Full Changelog: v0.87.0...v0.88.0
v0.87.0
What's Changed
- Fix area rendering disparity of line canvas compared to line svg by @MatinAniss in #2558
- Add mesh to bump chart by @santiperone in #2496
- fix: Add missing key to BarTotals by @dbuhon in #2575
- Bump mesh improvements by @plouc in #2572
- feat(line): remove prop-types as we're supposed to rely on TS by @plouc in #2576
- feat(recompose): completely remove recompose from the project by @plouc in #2577
- fix(bar): fix canvas grid lines not considering margin by @plouc in #2578
- feat(Line): passing the full Point info to the
AccessorFunc
for Label by @akassaei in #2541 - fix(core): use readonly arrays for props as the libraries do not modify them by @pcorpet in #2588
- @nivo/tree by @plouc in #2582
New Contributors
- @MatinAniss made their first contribution in #2558
- @santiperone made their first contribution in #2496
- @dbuhon made their first contribution in #2575
- @akassaei made their first contribution in #2541
Full Changelog: v0.86.0...v0.87.0
v0.86.0
What's Changed
- fix(website): fix time based scale ticks demos by @plouc in #2532
- feat(Bar): add bar totals by @joaopedromatias in #2525
- Rewrite componentId to support react17 by @Alex-Spike in #2545
- Bugfix/2490 tooltip theme by @gtibrett in #2552
New Contributors
- @joaopedromatias made their first contribution in #2525
- @Alex-Spike made their first contribution in #2545
- @gtibrett made their first contribution in #2552
Full Changelog: v0.85.1...v0.86.0
v0.85.1
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
- @DimaAmega made their first contribution in #2480
Full Changelog: v0.85.0...v0.85.1
v0.85.0
What's Changed
- refactor default props to fix error message by @andre19980 in #2452
- fix(sankey): update onClick types in sankey chart to respect generics by @stas-demydiuk in #2509
- chore: upgrade d3-color and d3-scale-chromatic by @icco in #2466
- Fix: add initial property for truncateTickAt by @scalabw in #2504
- fix tooltip default color by @scalabw in #2521
- Touch crosshair for line graphs by @WilliamABradley in #2524
- fix(marimekko): use readonly arrays for props as the library does not modify them by @pcorpet in #2493
- fix(line): use readonly arrays for props as the library does not modify them by @pcorpet in #2494
- Fix (peer) dependencies by @marvinruder in #2528
New Contributors
- @andre19980 made their first contribution in #2452
- @stas-demydiuk made their first contribution in #2509
- @icco made their first contribution in #2466
- @scalabw made their first contribution in #2504
- @WilliamABradley made their first contribution in #2524
- @marvinruder made their first contribution in #2528
Full Changelog: v0.84.0...v0.85.0
v0.84.0
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
- @pcorpet made their first contribution in #2377
- @OleksandrRakovets made their first contribution in #2464
Full Changelog: v0.83.1...v0.84.0
v0.83.1
What's Changed
- @nivo/parallel-coordinates next by @plouc in #2329
- Add tests for gradients attribute by @hyjoong in #2338
- fix: Lodash - use module imports by @vio in #2349
- Resolved BoxPlot types not being included in build output by @NicolasNewman in #2351
- Fix website component search by @aautem in #2371
- fix: waffle types missing from dist by @brammitch in #2375
- Fix arcLinkLabelsOffset for pie chart by @aautem in #2369
- feat/export responsive bar props TypeScript types by @ollwenjones in #2396
- fix(stream): fix stream diagram overflowing by @baldulin in #2392
- fix GitHub workflow badge URL by @shoito in #2453
- Fix failing builds by @plouc in #2460
- shiftArray in calendar/src/compute/timeRange.ts should not mutate its argument by @wirhabenzeit in #2420
- fix(core): upgrade d3-interpolate and d3-scale-chromatic by @plouc in #2461
- Feature/bar chart truncate axes ticks by @SebasQuirogaUCP in #2405
- feat(legends): export SymbolProps by @plouc in #2462
New Contributors
- @hyjoong made their first contribution in #2338
- @vio made their first contribution in #2349
- @NicolasNewman made their first contribution in #2351
- @aautem made their first contribution in #2371
- @baldulin made their first contribution in #2392
- @shoito made their first contribution in #2453
- @wirhabenzeit made their first contribution in #2420
- @SebasQuirogaUCP made their first contribution in #2405
Full Changelog: v0.83.0...v0.83.1
v0.83.0
v0.82.1
v0.82.0
What's Changed
- fix(canvas): fix getRelativeCursor for non SVG implementations by @plouc in #2125
- fix(website): remove orient prop from axisBottom and axisLeft by @hayawata3626 in #2134
- Minor docs fix for specifying color by @Josh-a-e in #2139
- chore(deps): bump luxon from 1.28.0 to 1.28.1 by @dependabot in #2215
- chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #2212
- chore(deps): bump express from 4.17.1 to 4.17.3 by @dependabot in #2200
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #2195
- chore(deps): bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in #2179
- Check if ResizeObserver is defined instead of checking window object by @andriuss in #2222
- chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 by @dependabot in #2227
- chore(deps): bump qs from 6.5.2 to 6.5.3 by @dependabot in #2193
- chore(deps): bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #2183
- chore(deps): bump d3-color from 2.0.0 to 3.1.0 by @dependabot in #2142
- chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #2260
- bugfix: fix CustomLayerProps lineGenerator type by removing unnecessary Array type by @kendrickt in #2238
- Add mouse events to line slices by @sigmike in #2128
- Bugfix/website/bar add legends fix by @Nanak360 in #2282
- fix: Relax constraints on
@react-spring/web
by @dubzzz in #2280 - Introduce a @nivo/boxplot package by @tkonopka in #1991
- Add firstWeekday attr to calendar/TimeRange by @yzalvov in #2299
- Infrastructure maintenance by @plouc in #2313
- Upgrade Gatsby by @plouc in #2315
- Boxplot doc by @plouc in #2316
- Add support for end-to-end tests via cypress by @plouc in #2317
- Upgrade Lerna by @plouc in #2318
New Contributors
- @hayawata3626 made their first contribution in #2134
- @Josh-a-e made their first contribution in #2139
- @andriuss made their first contribution in #2222
- @kendrickt made their first contribution in #2238
- @sigmike made their first contribution in #2128
- @Nanak360 made their first contribution in #2282
- @dubzzz made their first contribution in #2280
- @yzalvov made their first contribution in #2299
Full Changelog: v0.80.0...v0.82.0