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 #377

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 12, 2024

This PR contains the following updates:

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

Release Notes

apache/echarts (echarts)

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)

v5.4.1

Compare Source

  • [Feature] [i18n] Add Hungarian(hu_HU) translation. #​17978 (ifjkovacsik)
  • [Feature] [svg] Support gradients and patterns for background color in SVG renderer. #​959 (plainheart)
  • [Feature] [candlestick] Provide borderColorDoji option for custom doji color. #​17717 (Ovilia)
  • [Feature] [sankey] Support edgeLabel. #​16767 (susiwen8)
  • [Feature] [graph] Make graph node draggable in none and circular layout. #​15428 (kongmoumou)
  • [Feature] [util] Use native Map if available. #​965 (JonasBa)
  • [Feature] [type] Export ECElementEvent for TypeScript. #​17892 (keita-determined)
  • [Fix] [i18n] Rename language code of Ukrainian to UK. #​17812 (striezel)
  • [Fix] [pie] Fix percent isn't updated after the legend is changed. #​17734 (plainheart)
  • [Fix] [pie] Fix potential null access to labelLine when minShowLabelRadian is set. #​17715 (plainheart)
  • [Fix] [pie] Fix center may not be converted to correct point when coordinate system is specified. #​17920 (plainheart)
  • [Fix] [heatmap] Fix heatmap label may overlap when dataZoom is enabled. #​17876 (plainheart)
  • [Fix] [animation] Fix incorrect dataGroupId for old data items in universalTransition. #​17559 (tyn1998)
  • [Fix] [dataZoom] Fallback to extent start/end when value or percent is invalid. #​17934 (plainheart)
  • [Fix] [timeline] Fix chart can't work when axis line is not shown. #​17647 (plainheart)
  • [Fix] [tooltip] Fix tooltip arrow may cover the content when border is wide. #​17875 (plainheart)
  • [Fix] [marker] Fix markArea doesn't show when using x/y pixel but coord is not defined. #​17217 (jiawulin001)
  • [Fix] [marker] markArea of bar series now covers whole specified categories. #​17098 (jiawulin001)
  • [Fix] [legend] Fix legend inverse doesn't work if series data have the same name. #​17510 (caiwukun)
  • [Fix] [gauge] Render gauge sectors in the order of the "clockwise" option. #​17691 (ZeekoZhu)
  • [Fix] [ssr] Fix wrong expression for extracting the font size. #​968 (plainheart)
  • [Fix] [svg] Fix shape may disappear after morphing animation is finished in SVG renderer. (plainheart)
  • [Fix] [type] Fix EChartsInitOpts type error about height and width. #​17727 (MainHou)
  • [Fix] [type] Add overflow property to AxisLabelBaseOption interface. #​17808 (breizh24)
  • [Fix] [type] Add string & number type into the center option of pie series. #​17917 (plainheart)
  • [Fix] [type] Add missing function callback into lineStyle.color for lines series. #​17780 (plainheart)

v5.4.0

Compare Source

v5.3.3

Compare Source

v5.3.2

Compare Source

  • [Feature] [line] allow areaStyle.origin to take number as input. #​16719 (jiawulin001)
  • [Feature] [scatter] scale support number. #​16688 (susiwen8)
  • [Feature] [tree] add collapsed to tree click event parameters. #​16660 (susiwen8)
  • [Fix] [marker] fix marker state doesn't restore after blurring. #​16670 (susiwen8)
  • [Fix] [gauge] fix progress bar may become unexpectedly circle when value is 0 and progress.roundCap is enabled. #​16653 (plainheart)
  • [Fix] [polar] fix chart throws errors when splitLine is enabled in radius axis. #​16736 (plainheart)
  • [Fix] [labelLine] fix labelLine can't be hidden. #​16542 (susiwen8)
  • [Fix] [dataZoom] fix dataZoom was unexpectedly displayed at the top when data contains null values. #​16730 (yuanjiangxia)
  • [Fix] [heatmap] fix unexpected gaps in heatmap charts. #​16714 (plainheart)
  • [Fix] [toolbox] fix toolbox title may be outside of the chart. #​16704 (plainheart)
  • [Fix] [toolbox] toolbox doesn't enter emphasis state when hovering on the icon. #​16702 (plainheart)
  • [Fix] [toolbox] [dataview] fix unexpected scrollbar and outline when using default textview. #​16691 (plainheart)
  • [Fix] [visualMap] fix some text style can't work on visualMap. #​16679 (fuchunhui)
  • [Fix] [line] fix line graph renders null value incorrectly. #​16672 (WindyZ99)
  • [Fix] [sanky] fallback to black if color is illegal. #​16614 (susiwen8)
  • [Fix] [types] fix wrong jpg instead of jpeg image export types. #​16747 (yassilah)

v5.3.1

Compare Source

v5.3.0

Compare Source

  • [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)

v5.2.2

Compare Source

  • [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)

v5.2.1

Compare Source

v5.2.0

[Com


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 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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jun 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ckb-explorer-frontend-in-magickbase-repo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 11:32am

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