Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @nivo/pie from 0.61.1 to 0.68.0.

Release notes

Sourced from @​nivo/pie's releases.

v0.68.0

Features

  • arcs:
    • fix typo in useArcLinkLabelsTransition comment (62766378)
    • improve label accessor in ArcLinkLabelsProps (3aa12a3b)
    • finalize arc link labels (89c52e60)
    • move canvas helpers to scoped directories (f0d9d19c)
    • improve labels handling (c1bfd514)
    • add the ability to pass custom arc label/arc link label components (8fb574c9)
    • provide generic arc labels/arc link labels layer (547b6352)
    • normalize arc labels props (08b75bff)
    • fix arc border width (f2223d77)
    • move arc hover detection from core to arcs package (30be4925)
    • add configurable transition modes (e76747d7)
    • introduce @​nivo/arcs package (afc6b8cc)
  • chord: use arc hover detection from @​nivo/arcs (3eece0ad)
  • core:
    • improve property accessor utilities (90958bdc)
    • remove ts-ignore directive from useValueFormatter imports (640393ba)
    • improve value formatter typings (5b158797)
    • remove license headers from hook modules (09e3f839)
    • remove license headers from lib modules (e4eb8f72)
    • remove license headers from props utilities (b05913d1)
    • move arc bounding box unit tests to the arcs package (6c30f05a)
  • legends: remove recompose from dependencies (29e7531c)
  • line: use theme values for line slice tooltip (#1471) (0f67123f)
  • linting: add lint --fix option and create new make option (#1484) (dd74cbb3)
  • pie:
    • remove lodash (fe4f6342)
    • add story to showcase custom arc label component (37cb3d15)
    • adjust stories according to refactoring (4ca47ac6)
    • rename slices to arcs (39f06445)
    • fix typings for arc mouse handlers (4d3d303f)
    • use generic ArcsLayer from the arcs package (b14ffcd3)
    • compute radial lables in arcs package (15625766)
    • use mostly the arc package for PieCanvas (46af372a)
    • use @​nivo/arcs to compute PieCanvas slice labels (ce6bb875)
    • use Container instead of withContainer HOC (0fb7756b)
    • fix angle padding (3baba4c6)
    • add radius offsets support for active arcs (cfc0cb63)
    • improve transitions and fix slice labels (9365ae27)
    • restore feature parity for slices (5dbbe0cd)
    • add transitions for arcs (ccb1656d)
  • scales:
  • sunburst:

... (truncated)

Changelog

Sourced from @​nivo/pie's changelog.

v0.68.0 (2021-04-23)

Features

  • arcs:
    • fix typo in useArcLinkLabelsTransition comment (62766378)
    • improve label accessor in ArcLinkLabelsProps (3aa12a3b)
    • finalize arc link labels (89c52e60)
    • move canvas helpers to scoped directories (f0d9d19c)
    • improve labels handling (c1bfd514)
    • add the ability to pass custom arc label/arc link label components (8fb574c9)
    • provide generic arc labels/arc link labels layer (547b6352)
    • normalize arc labels props (08b75bff)
    • fix arc border width (f2223d77)
    • move arc hover detection from core to arcs package (30be4925)
    • add configurable transition modes (e76747d7)
    • introduce @​nivo/arcs package (afc6b8cc)
  • chord: use arc hover detection from @​nivo/arcs (3eece0ad)
  • core:
    • improve property accessor utilities (90958bdc)
    • remove ts-ignore directive from useValueFormatter imports (640393ba)
    • improve value formatter typings (5b158797)
    • remove license headers from hook modules (09e3f839)
    • remove license headers from lib modules (e4eb8f72)
    • remove license headers from props utilities (b05913d1)
    • move arc bounding box unit tests to the arcs package (6c30f05a)
  • legends: remove recompose from dependencies (29e7531c)
  • line: use theme values for line slice tooltip (#1471) (0f67123f)
  • linting: add lint --fix option and create new make option (#1484) (dd74cbb3)
  • pie:
    • remove lodash (fe4f6342)
    • add story to showcase custom arc label component (37cb3d15)
    • adjust stories according to refactoring (4ca47ac6)
    • rename slices to arcs (39f06445)
    • fix typings for arc mouse handlers (4d3d303f)
    • use generic ArcsLayer from the arcs package (b14ffcd3)
    • compute radial lables in arcs package (15625766)
    • use mostly the arc package for PieCanvas (46af372a)
    • use @​nivo/arcs to compute PieCanvas slice labels (ce6bb875)
    • use Container instead of withContainer HOC (0fb7756b)
    • fix angle padding (3baba4c6)
    • add radius offsets support for active arcs (cfc0cb63)
    • improve transitions and fix slice labels (9365ae27)
    • restore feature parity for slices (5dbbe0cd)
    • add transitions for arcs (ccb1656d)
  • scales:
  • sunburst:

... (truncated)

Commits
  • 923ff31 v0.68.0
  • fe4f634 feat(pie): remove lodash
  • bf225e7 feat(sunburst): use arcs package
  • 1d94b5f fix(deps): upgrade react-spring to v9.1.2 (#1480)
  • 89c52e6 feat(arcs): finalize arc link labels
  • c1bfd51 feat(arcs): improve labels handling
  • 640393b feat(core): remove ts-ignore directive from useValueFormatter imports
  • 5b15879 feat(core): improve value formatter typings
  • 37cb3d1 feat(pie): add story to showcase custom arc label component
  • 4ca47ac feat(pie): adjust stories according to refactoring
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wyze, a new releaser for @​nivo/pie since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@vercel
Copy link

vercel bot commented Apr 26, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/akashraj9828/gitstats/FJuo9VSR75gptMGQiUQi6sTVRVpm
✅ Preview: Failed

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 26, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #218.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/nivo/pie-0.68.0 branch May 3, 2021 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant