Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

fix(deps): update dependency recharts to ^1.8.5 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 8, 2020

This PR contains the following updates:

Package Type Update Change
recharts dependencies minor ^1.3.6 -> ^1.8.5

Release Notes

recharts/recharts

v1.8.5

Compare Source

fix

v1.8.4

Compare Source

fix
  • Adding Composed chart to rescaled charts, to fix #​1887

v1.8.3

Compare Source

fix
  • fix: rollback to componentWillReceiveProps, fix crash in react@15

v1.8.2

Compare Source

fix
  • Used UNSAFE_componentWillReceiveProps to replace componentDidUpdate

v1.8.1

Compare Source

fix
  • Fixed Text Component crash
  • Fixed eslint errors in src/
feat
  • Add props of to always show text
  • Add onClick event to sankey chart
  • Shape prop can be used without any other prop in reference area

v1.8.0

Compare Source

refactor
  • react unsafe methods refactored

v1.7.1

Compare Source

fix

v1.7.0

Compare Source

feat
  • allow events on Text and Label components
  • Enable Tooltip's translate style
  • Added position props for ReferenceLine to allow to control offset of it
fix
  • handle dataKey as function, get correct data array for tooltip
  • fix style of legend in case of area and radar use fill for fallback color

v1.6.2

Compare Source

feat
  • Add cornerIsExternal prop to center rounded corner at radial bar edge
  • Add new component Customized to render customized content which can user internal state and props
  • Add props tooltipType="none" to hide tooltip data for Area, Bar, Line, Scatter, Funnel, Pie, Radar, RadialBar
fix
  • fix the order of tooltip items when not specify itemSorter
  • Fix typo in example of RadialBarChart

v1.6.1

Compare Source

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

v1.6.0

Compare Source

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

v1.5.0

Compare Source

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

v1.4.4

Compare Source

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

v1.4.3

Compare Source

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
feat
  • Make the timeOut timer for the brush configurable through props
  • Allow to format name in Tooltips
dep
  • Update lodash version to 4.17.5 and install webpack-dev-server@3.1.14 dev dependency
  • Updated package.json to mark effectful modules
  • chore: update version of sinon, from 4.x to 7.x

v1.4.2

Compare Source

refactor
  • Refactor transition of , , , make transition more smoothly when the length of dataset changes
fix
  • replace lodash isFinite with Number.isFinite, meanwhile add polyfill core-js's Number polyfill in order to use Number.usFinite directly
  • updated area chart to cut off dots on left most axis

v1.4.1

Compare Source

fix
  • Fix height of TreeMap

v1.4.0

Compare Source

feat
  • Add FunnelChart and Trapezoid
  • Add nested Treemap

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant