Skip to content

Conversation

@dependabot-preview
Copy link

Bumps recharts from 1.0.0-alpha.4 to 1.6.1.

Changelog

Sourced from recharts's changelog.

1.6.1 (May 20, 2019)

fix

  • fix "Maximum call stack size exceeded" error when use label={}
  • fix bug of "Cannot read property reduce of undefined in Text.js"
  • fix getDomainOfDataByKey when all the values are null or undefined

1.6.0(May 14, 2019)

fix

  • Use y-axis ticks to determine y-axis category
  • fix bug in ThreeMap inside ResponsiveContainer, fix #1692
  • Avoid same keys on label and line, fixes #1302
  • use _.max to replace Math.max.apply, use _.min to replace Math.min.apply

feat

  • Adds forceCornerRadius prop to RadialBar
  • calculate width with aspect and height when width is falsey

1.5.0(Feb 15, 2019)

fix

  • fix the bug of ReferenceLine when calculate coordinates, fix #1643
  • fix bug of Scatter in ComposedChart

feat

  • allow aria-* attributes and "role", "focusable", "tabIndex" of charts, fix #1226, fix #1584
  • add new props "paylodUniqBy" to Tooltip and Legend

1.4.4(Feb 15, 2019)

fix

  • fix the bug of automatically calculate the y-coordinate of yAxis tick when tick has unit, fix #1623
  • render clipPath in , fix bug in generateCategoricalChart, fix #1592
  • remove React.Fragment in DefaultTooltipContent, fix #1645

1.4.3(Feb 12, 2019)

fix

  • fix bug of when width < 0 && radius is not null, fix #1596
  • fix paddingAngle of Pie when render only not
  • fix onMouseEnter and Tooltip for Pie on FireFox
... (truncated)
Commits
  • 891be70 Version 1.6.1
  • c2f9990 fix: fix getDomainOfDataByKey when all the values are null or undefined, fi...
  • cd66833 fix: fix bug of "Cannot read property reduce of undefined in Text.js", fix #1721
  • bb1f0cb fix: fix "Maximum call stack size exceeded" error when use label={<Label />},...
  • aa39a34 Version 1.6.0
  • 13423be fix: fix wrong use of _.min(null, ticks)
  • 3dc60f9 refactor: use _.max to replace Math.max.apply, use _.min to replace Math.min....
  • 57b0945 feat: upate Treemap when props update
  • 78dabaf Merge pull request #1644 from wojtekmaj/allow-minor-updates
  • 33e9ed9 Merge pull request #1657 from TobyEalden/scatter-category-fix
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • 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)

Finally, you can contact us by mentioning @dependabot.

Copy link

@codelingo codelingo bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant