Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency echarts to v5.6.0 #64

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
echarts (source) 5.4.1 -> 5.6.0 age adoption passing confidence

Release Notes

apache/echarts (echarts)

v5.6.0

Compare Source

New Contributors

v5.5.1

Compare Source

New Contributors

v5.5.0

Compare Source

New Contributors

v5.4.3

Compare Source

  • [Feature] [axisPointer] Add triggerEmphasis option to disable emphasis. #​18524 (juliepagano)
  • [Feature] [sankey] Support trajectory for emphasis state. #​17451 (ElayGelbart)
  • [Fix] [sankey] Fix sankey line color 'target'/'source'/'gradient' doesn't work in non-normal state. #​18834 (linghaoSu)
  • [Fix] [sankey] Fix value is undefined in label/edgeLabel formatter. #​18733 (plainheart)
  • [Fix] [sunburst] Fix sunburst label may rotate when labelLayout.hideOverlap is enabled. #​18808 (linghaoSu)
  • [Fix] [graph] Fix graph chart can't be hidden by legend due to edgeLabel NPE. #​18624 (plainheart)
  • [Fix] [state] Fix focus self doesn't work when item emphasis by other component. #​18511 (linghaoSu)
  • [Fix] [axis] Fix last tick doesn't show for single data. #​18469 (Ovilia)
  • [Fix] [pie] Fix incorrect response area of pie piece when selectedOffset is enabled and animation is disabled. #​1011 (plainheart)
  • [Fix] [custom] Fix user-defined info property was not available in the event handler. #​18400 (sobolewsk)
  • [Fix] [legend] Inherit legend rich text color from legend's options. #​18260 (ChepteaCatalin)
  • [Fix] [label] Fix ellipsis was not working. #​18525 (Ovilia)
  • [Fix] [label] Fix endLabel fails with null data. #​18841 (Ovilia)
  • [Fix] [util] Fix {yy} pattern has no zero padding in time format util. #​18535 (linghaoSu)
  • [Fix] [api] Only deprecate disConnect but not disconnect. #​18758 (Justineo)
  • [Fix] [i18n] Fix the abbr of "March" for the DE language ("Mar" -> "Mrz"). #​18387 (Stebeber)
  • [Fix] [type] Fix wrong type for data item value of the parallel series. #​18425 (ManishDait)
  • [Fix] [type] Allow passing null to the parameters of init function. #​18575 (zhuscat)

v5.4.2

Compare Source

  • [Feature] [bar] Support borderRadius for polar bar and its background. #​17995 (Ovilia)
  • [Feature] [i18n] Add Turkish(tr_TR) translation. #​18012 (partitect)
  • [Feature] [i18n] Add Vietnamese(vi_VN) translation. #​18279 (nghiepdev)
  • [Fix] [bar] Polar bar animation should start from r0 rather than 0. #​17997 (Ovilia)
  • [Fix] [marker] Fix abnormal range of markArea in bar series. #​18229 (Ovilia)
  • [Fix] [line] Fix labels don't show in line series when ssr is enabled. #​18032 (plainheart)
  • [Fix] [svg] Fix defined CSS doesn't work due to unexpected encoding for style tag. #​982 (plainheart)
  • [Fix] [sunburst] Fix labels might upside down in radial layout. #​18240 (susiwen8)
  • [Fix] [dataset] Fix chart can't render when using object array and object item contains a property named length. #​18276 (susiwen8)
  • [Fix] [tooltip] Fix tooltip still disappears after leaving the tooltip even if alwaysShowContent was enabled. #​18221 (jianghaoran116)
  • [Fix] [text] Charsets like Cyrillic should break word the same as Latin. #​973 (Ovilia)
  • [Fix] [type] Add missing treePathInfo property into sunburst formatter callback and add missing data option into SunburstSeriesOption. #​18310 (plainheart)
  • [Fix] [type] Add missing callback function type for the symbol option of tree series. #​18070 (ChepteaCatalin)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Apr 2, 2023

Deploy Preview for vue3-management-system ready!

Name Link
🔨 Latest commit c7d83ec
🔍 Latest deploy log https://app.netlify.com/sites/vue3-management-system/deploys/677132704c1c980008a36ab8
😎 Deploy Preview https://deploy-preview-64--vue3-management-system.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/echarts-5.x-lockfile branch from 9b59e53 to d784d03 Compare April 17, 2023 13:19
@renovate renovate bot changed the title fix(deps): update dependency echarts to v5.4.2 fix(deps): update dependency echarts to v5.4.3 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/echarts-5.x-lockfile branch from d784d03 to 064b7e1 Compare July 18, 2023 08:00
@renovate renovate bot force-pushed the renovate/echarts-5.x-lockfile branch from 064b7e1 to 80389e3 Compare February 18, 2024 10:36
@renovate renovate bot changed the title fix(deps): update dependency echarts to v5.4.3 fix(deps): update dependency echarts to v5.5.0 Feb 18, 2024
@renovate renovate bot force-pushed the renovate/echarts-5.x-lockfile branch from 80389e3 to ed97bc4 Compare June 28, 2024 02:36
@renovate renovate bot changed the title fix(deps): update dependency echarts to v5.5.0 fix(deps): update dependency echarts to v5.5.1 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/echarts-5.x-lockfile branch from ed97bc4 to c7d83ec Compare December 29, 2024 11:28
@renovate renovate bot changed the title fix(deps): update dependency echarts to v5.5.1 fix(deps): update dependency echarts to v5.6.0 Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants