Skip to content

[Snyk] Upgrade echarts from 5.2.2 to 5.3.0#5

Open
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-6a6e795735036028f1f888563d5d4d94
Open

[Snyk] Upgrade echarts from 5.2.2 to 5.3.0#5
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-6a6e795735036028f1f888563d5d4d94

Conversation

@snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade echarts from 5.2.2 to 5.3.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 2 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2022-01-26.
Release notes
Package name: echarts
  • 5.3.0 - 2022-01-26
    • [Feature] Introduce new keyframe based animation to graphic component and custom series. #16225 (pissang)
    • [Feature] Support transition animation in the graphic component. #16225 (pissang)
    • [Feature] [svg] Refactor SVG renderer. Improved SVG rendering performance by 2x ~ 10x. #836 (pissang)
    • [Feature] [svg] Add SVG server-side rendering with zero dependencies. #15880 (pissang)
    • [Feature] [axis] Add alignTicks for mutliple axis alignment. #16300 (pissang)
    • [Feature] [state] Add select.disabled to disable select state. #15534 (susiwen8)
    • [Feature] [state] Add selectedMode: 'series' to select the whole series. #15534 (susiwen8)
    • [Feature] [state] Add emphasis.disabled to disable emphasis state. #16368 (pissang)
    • [Feature] [map] Introduce projection to map series and geo component. #16364 (pissang)
    • [Feature] [geo] Support LineString and MultiLineString in GeoJSON source. #16364 (pissang)
    • [Feature] [tooltip] Add valueFormatter in the tooltip. #16332 (pissang)
    • [Feature] [pie] [sunburst] Supports configuring radius on the four corners of sector. #16298 (plainheart)
    • [Feature] [i18n] Add Italian translation. #16211 (andrearoota)
    • [Feature] [i18n] Add Romanian translation. #15990 (szilard-dobai)
    • [Fix] [graph] Fix error when symbol is none. #16394 (pissang)
    • [Fix] [dataset] Fix sourceHeader: false may not work. #16376 (lefex)
    • [Fix] [tooltip] Fix the page will be frozen if multiple tooltips are provided. #16347 (plainheart)
    • [Fix] [bar] Optimizing bar layout in the large mode. Fix stacked bar when large is enabled. #16338 (pissang)
    • [Fix] [bar] Fix stacked bar on the log axis. #16338 (pissang)
    • [Fix] [pie] Optimize label layout and text wrapping #16034 (Ovilia)
    • [Fix] [polar] Fix edge symbols are clipped unexpectedly for the tiny offset. #16329 (plainheart)
    • [Fix] [map] Fix some labels won't be shown when legend is enabled and no label formatter specified. #16322 (plainheart)
    • [Fix] [pie] Fix tangential rotation with startAngle. #16307 (Ovilia)
    • [Fix] [graph] Support using dataType param to highlight edge by dispatchAction. #16243 (Dingzhaocheng)
    • [Fix] [pie] Fix label of first sector may not shown. #16229 (116050423)
    • [Fix] [tooltip] Fix tooltip lagging when transition is disabled. #16212 (plainheart)
    • [Fix] [axis] Fix axis label width not affect the grid layout. #16203 (Ovilia)
    • [Fix] [lines] fix NPE issue when lines series has no coordinate system. #16184 (plainheart)
    • [Fix] [line] Fix using endLabel may throw excpetion when series is totally filtered. #16339 (pissang)
    • [Fix] [dataZoom] Optimize shadow render performance when dragging on the chart. #16070 (pissang)
    • [Fix] [line] Fix bezier points calculated wrong when monotone smooth is used. #16069 (pissang)
    • [Fix] [line] Fix tooltip not shown when all values are null #16001 (kongmoumou)
    • [Fix] [axis] Fix scale on the log axis. #15998 (susiwen8)
    • [Fix] [radar] Fix tooltip displayed wrong when name.show is false. #15985 (Ovilia)
    • [Fix] [progressive] Optimize progressive rendering performance #15870 (pissang)
    • [Fix] [svg] Fix rect path can't be closed bug.
    • [Fix] [svg] Normalize color when using SVG renderer to support more cases. #767 (plainheart)
    • [Fix] [pictorialBar] Fixed incorrectly display when data is 0 and border is used. #12793 (yanheSu)
    • [Fix] [map] Optimize default label position calculation. Use centroid of the largest area. #16364 (pissang)
    • [Fix] [animation] Fix opacity may be wrong when set divideShape: 'clone' in the universal transition #16250 (pissang)
    • [Fix] [bar] Optimize morphing on the bar with rounded cap. #16246 (pissang)
    • Add .js extension in the import statement #16276 (pissang)
  • 5.3.0-rc.1 - 2022-01-23

    Merge pull request #16414 from apache/release-dev

    release 5.3.0

  • 5.2.2 - 2021-11-01
    • [Feature] [line] Add triggerLineEvent. Support trigger mouse event on polyline and polygon area. #15847 (susiwen8)
    • [Feature] [i18n] Add Russian translation. #15867 (finkrer)
    • [Feature] [i18n] Add Polish translation. #15891 (CaelumNigre)
    • [Fix] [line] fix smoothed line with duplicate points failed to draw #15942 (pissang)
    • [Fix] [line] Fix visual gradient is wrong when coords are between two stops. #15938 (pissang)
    • [Fix] [calendar] Fix i18n doesn't work in the calendar coordinate system #15935 (plainheart)
    • [Fix] [bar] Fix label value animation is not accurate in the bar racing case. #15916 (Ovilia)
    • [Fix] [axis] fix charts render abnormally when yAxis.max is set to be a value less than the min value of the series data. #15878 (plainheart)
    • [Fix] [tooltip] Fix boolean value display. #15869 (Ovilia)
    • [Fix] [types] Add undefined to the return type of getInstanceByDom and getInstanceById #15913 (plainheart)
from echarts GitHub release notes
Commit messages
Package name: echarts
  • 0878d30 Merge pull request #16414 from apache/release-dev
  • 25f6b38 release 5.3.0
  • 29c46cd Merge pull request #16413 from apache/fix-gl-break
  • 8a47394 fix(geo): fix getMap
  • 145848d Merge pull request #16411 from apache/fix-gl-break
  • 9805f47 add comments
  • 6c7e6fc fix(geo): add back geoCoord module to avoid break gl
  • 8875afe Merge pull request #16410 from apache/fix-build-lib
  • e21c185 chore: not export declarations on the extension build
  • 8c23bb9 Merge pull request #16409 from apache/update-zrender
  • 1f3fbf7 chore: update zrender version
  • 4cbf823 Merge pull request #16405 from apache/fix-datazoom-shadow-not-update
  • 9822ee1 fix(dataZoom): fix shadow may not update when size changed
  • e00d612 Merge pull request #16400 from apache/fix-interval-rounding
  • 85adb42 fix(scale): fix rounding error when increase interval in align ticks.
  • f4c3049 Merge pull request #16395 from apache/avoid-error-in-render
  • b5cd5d1 fix typo
  • d555675 Merge pull request #16394 from apache/fix-graph-symbol-none
  • 837c25a fix(core): avoid error in render breaks following update
  • 8f4197a fix(graph): fix error when symbol is none.
  • a32d3c6 Merge pull request #16393 from apache/test-pie
  • d77e97e test(pie): add more VRTs for pie series.
  • 72eb84b Merge pull request #16376 from lefex/master
  • 3816434 Merge pull request #16381 from apache/master

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

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.

1 participant