Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2023

Bumps zrender to 5.4.1 and updates ancestor dependency echarts. These dependencies need to be updated together.

Updates zrender from 4.0.4 to 5.4.1

Release notes

Sourced from zrender's releases.

5.4.1

  • feat(svg): support gradients and patterns for background color in SVG renderer. #959
  • feat(util): use native Map if available. #966
  • feat(util): add hasKey method into HashMap for ECharts. #971
  • fix(util): fix wrong expression for extracting the font size. #968
  • fix(morph): fix shape may disappear after morphing animation is finished in SVG renderer. #976

5.4.0

  • featrue: Support coarse pointer. #918
  • fix: Fix pattern is not correctly scaled in canvas renderer. #938
  • fix: encode HTML when converting vnode to string. #935, apache/echarts#17399
  • fix: Fix rgb parsing. #930, #929

5.3.2

  • fix: createOrUpdateImage cannot access image width or height #910
  • fix: createRadialGradient with invalid parameters #898 #919

5.3.1

  • fix(svg): fix shared vnode in pattern brings render issue #889

5.3.0

No release notes provided.

5.2.1

No release notes provided.

5.2.0

No release notes provided.

5.1.1

No release notes provided.

5.1.0

No release notes provided.

5.0.4

No release notes provided.

5.0.3

No release notes provided.

5.0.1

No release notes provided.

5.0.0

No release notes provided.

5.0.0-beta.2

No release notes provided.

... (truncated)

Commits
  • 870b3b2 Merge pull request #977 from ecomfe/release-dev
  • 720f43c chore: release 5.4.1
  • 5e4f5af Merge pull request #976 from ecomfe/fix/morph-path
  • acf3168 fix(svg): rebuild path when an element has no path.
  • 00f7505 Merge pull request #975 from ecomfe/release-dev
  • bdd081a Merge pull request #974 from ecomfe/fix/svg-bg-opacity
  • fc82d6a fix(svg): use kebab-cased name for fill-opacity attribute
  • b952ca1 Merge pull request #968 from ecomfe/fix-measure-text
  • b968b36 test(platformApi): add test case for measureText in non-canvas environment.
  • 8914365 Merge pull request #971 from ecomfe/hashmap
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ovilia, a new releaser for zrender since your current version.


Updates echarts from 4.1.0 to 5.4.1

Release notes

Sourced from echarts's releases.

5.4.1

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

5.4.1-rc.1

Release 5.4.1-rc.1

5.4.0

  • [Feature] Support intelligent pointer snapping. #17102 (Ovilia)
  • [Feature] [pie] Support specifying coordinate system for pie series. #17132 (plainheart)
  • [Feature] [gauge] Support rotation for axisLabel. #16985 (MeetzhDing)
  • [Feature] [lines] Support going back for effect animation. #16943 (wangguisong)
  • [Feature] [treemap] Support emphasis state for breadcrumb. #17242 (susiwen8)
  • [Feature] [i18n] Add Ukrainian(uk-UA) translation. #17244 (Amice13)
  • [Feature] [type] Export type ElementEvent. #15291 (Map1en)
  • [Fix] [pie] Fix labelLine may not be hidden when minShowLabelRadian is specified. #17412 (plainheart)
  • [Fix] [pie] Optimize performance of pie series. #17275 (wind108369)
  • [Fix] [line] Set default z/zlevel for temporary symbol to avoid warnings. #17247 (plainheart)
  • [Fix] [bar-race] Fix lines glitch with sub-pixel optimization in animations. #17426 (Ovilia)
  • [Fix] [axis] Fix inverse option does not work for singleAxis. #17411 (wind108369)
  • [Fix] [axis] Fix axis symbol is not reversed when axis is reversed. #17329 (plainheart)
  • [Fix] [state] [emphasis] Fix emphasis.scale can't be reset and specified values may not be respected. #17442 (plainheart)
  • [Fix] [state] [emphasis] Add missing type number to emphasis.scale for scatter/line/graph series. #17390 (plainheart)
  • [Fix] [svg] Encode HTML special characters when generating SVG string. #17406 (plainheart)
  • [Fix] [visualMap] Fix the indicator doesn't show when hovering on map label. #17346 (plainheart)
  • [Fix] [custom] Fix elements may not be removed after updates. #17349. (Ovilia)

... (truncated)

Commits
  • c308ec7 Merge pull request #18002 from susiwen8/update
  • f7f8cfa chore: update version in package-lock
  • c179ab7 Merge pull request #17992 from susiwen8/release-dev
  • 9161e63 chore: build 5.4.1
  • 5455aa9 chore: update version
  • 89f118a Merge pull request #17984 from susiwen8/release
  • 6c71906 chore: update package-lock
  • 2a0af12 chore: update zrender
  • b99300b Merge pull request #17979 from apache/fix-null-check
  • c0a9277 fix(core): use != to check if series is excluded as native map returns `und...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by susiwen8, a new releaser for echarts since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [zrender](https://github.com/ecomfe/zrender) to 5.4.1 and updates ancestor dependency [echarts](https://github.com/apache/echarts). These dependencies need to be updated together.


Updates `zrender` from 4.0.4 to 5.4.1
- [Release notes](https://github.com/ecomfe/zrender/releases)
- [Commits](ecomfe/zrender@4.0.4...5.4.1)

Updates `echarts` from 4.1.0 to 5.4.1
- [Release notes](https://github.com/apache/echarts/releases)
- [Commits](apache/echarts@4.1.0...5.4.1)

---
updated-dependencies:
- dependency-name: zrender
  dependency-type: indirect
- dependency-name: echarts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants