Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

[Snyk] Upgrade echarts from 4.8.0 to 4.9.0 #2352

Merged
merged 1 commit into from
Aug 31, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade echarts from 4.8.0 to 4.9.0.

merge advice

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 2 days ago, on 2020-08-28.
Release notes
Package name: echarts
  • 4.9.0 - 2020-08-28
    • [Feature] [graph] Support multiple edges to link nodes in graph. #12590 (wf123537200)

    • [Feature] [funnel] Add orient option in funnel. Support horizontal layout. #12754 (regrex)

    • [Enhancement] [tooltip] Add text shadow options. #12664 (Ovilia)

    • [Enhancement] [toolbox] Add brushStyle option to configuration style of brush rect in the dataZoom feature. #12550 (zhiyuc123)

    • [Fix] [themeRiver] Optimize data process in themeRiver. #12022 (Zaynex)

    • [Fix] [toolbox] Fix pie series render incorrectly after editing its data in the dataView feature. #12561 (plainheart)

    • [Fix] [toolbox] Fix dataView shows NaN when using dataset. #11849 (susiwen8)

    • [Fix] [toolbox] Fix saveAsImage may have error in some special environments. #12643 (lzr900515)

    • [Fix] [lines] Fix lines disappear if setOption again without data. #12850 (plainheart)

    • [Fix] [sunburst] [treemap] Fix label formatter in levels not work bug. #12742 (Ovilia)

    • [Fix] [bmap] Fix bmap event moveend is always triggered when dragging or zoomend. #12558 (plainheart)

    • [Fix] [grid] Fix wrong gap calculation when containLabelis set in grid. #12259 (Ling310)

    • [Fix] [tooltip] Fix newline in tooltip of radar and map series when using ricText render mode. #12664 (Ovilia)

    • [Fix] [tooltip] Update tooltip position proportionally when chart resized. #12834 (liulinboyi)

    • [Fix] [tooltip] Fix tooltip dispose in richText render mode. #12608 (plainheart)

    • [Fix] [tree] Fix image symbol not display on first render. #12367 (plainheart)

    • [Fix] [geo] Fix label formatter not work bug. #12762 (plainheart)

    • [Fix] [bar] Fix error when switching showBackground from false to true. #13085 (easonyq)

    • [Fix] [markArea] Fix label is not hidden when markArea is outside the grid. #12669 (Ovilia)

    • [Fix] [markLine] [markPoint] Fix symbolRotate not work bug. #12737 #12392 (plainheart)

    • [Fix] [polar] Fix bar layout on polar with nagive axis. #12418 (gracelia)

  • 4.8.0 - 2020-05-25
    • [Feature] [toolbox] Support download SVG file in toolbox when using SVG render mode. #12144 (Zhang Wenli)

    • [Feature] Add more parameters in the loading effect. #12414 (Yu Feng)

    • [Feature] Support callback for symbolRotate. #12348 #12354 (plainheart)

    • [Feature] [axis] Callbacks of min, max can return null to use the default value now. #11829 (Su Siwen), #12371 (Su Shuang)

    • [Feature] [geo] Add nameProperty to specify the name field of GeoJSON source. #12156 (alex2wong)

    • [Fix] [sankey] Fix tooltip not displayed on edges. #12011 (Su Siwen)

    • [Fix] [sankey] Fix node may disappear when link value is 0. #12191 (Su Siwen), #12472 (Su Shuang)

    • [Fix] [treemap] Add missing params in the foramtter callback. #11854 (Su Siwen, Su Shuang)

    • [Fix] [calendar] Fix calendar chart layout when user is in a timezone with DST. #12172 (mikeyshing88), #12466 (Su Shuang)

    • [Fix] [line] Fix safari may crash because of memory explosion when using gradient, shadow with large wide-range animation. #12410 (Shen Yi)

    • [Fix] [line] Fix clip bug in chromium when chart size over 18000px. #12393 (Zhan Fang)

    • [Fix] [pie] Fix label may disappear when animation is disabled. #12243 (Zhang Wenli)

    • [Fix] [title] Fix potential security risk when '_blank' target for link. #12380 (Su Siwen)

    • [Fix] [geo] Fix animation not work when change center or zoom with setOption. #12340 (Zhang Wenli)

    • [Fix] [heatmap] Remove the 1px gap. #12342 (SnailSword)

    • [Fix] [sunburst] Fix default downplay style not work bug. #12264 (Shen Yi)

    • [Fix] [visualMap] minOpen and maxOpen is not counted into pieces number now. #12147 (Su Siwen)

    • [Fix] [bmap] [extension] Fix layer may not been cleared when using progressive rendering. (Shen Yi)

from echarts GitHub release notes
Commit messages
Package name: echarts
  • 90243fc Merge pull request #13092 from apache/release-dev
  • e5c8871 chore: release 4.9.0
  • 68e965f Merge pull request #13088 from apache/fix/remove-es6-code
  • 7d0d325 style: remove unexpected es6 code
  • 106b948 Merge pull request #13087 from apache/fix/timeline-icon-style
  • 5b8839b fix(timeline): fix icon style not work bug brought in #13015
  • 59f9861 Merge pull request #13085 from easonyq/fix-13009
  • c16913c remove unnecessary var declaration
  • 7c7a206 Merge pull request #13084 from easonyq/master
  • 1da2b2d change arrow function to normal function
  • fd7bb7a fix 13009
  • 2cbf459 Merge pull request #13080 from apache/fix/line-symbol-rotation
  • bd6c0f3 Merge pull request #13079 from apache/fix-graph-simple-layout-error
  • 6a9e723 fix: In Line.js (used by graph and markLine), when rotation is not specified by users, the "auto rotation" rule should not be broken when rendered at the second time (like when drag graph or move dataZoom). (Brought by 7c3f1896fa1fa93fc7d019f40fd4584024ca32eb #12392 )
  • 089a362 fix(graph): fix null pointer error in graph simple layout
  • f375328 Merge pull request #13078 from apache/master
  • 450ee94 Merge pull request #12754 from regrex/feat-funnel-orient
  • ab3d9e4 Merge pull request #12022 from Zaynex/fix-themeriver
  • 65d726e fix: add hasOwnProperty for robustness.
  • 8d3291e Merge pull request #12669 from apache/fix-12591
  • 2fc1a85 Merge branch 'master' into fix-12591
  • f62503d fix(markArea): call axis.containData #12591
  • be6ad17 Merge pull request #12664 from apache/fix-12232
  • 2e8961b Merge pull request #12550 from zhiyuc123/customBrushStyle

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@DeviaVir DeviaVir merged commit 58bc24f into unstable Aug 31, 2020
@DeviaVir DeviaVir deleted the snyk-upgrade-9eedc9447e267d816d49d8dd190ee4a1 branch August 31, 2020 09:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants