This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from cfb3a8a54 chore: release v5.4.2 (#18374)
     add 0be0cfcc0 feat(sankey): support `trajectory` for emphasis state #17451
     add 5f49fbb38 fix(i18n): fix the abbr of "March" for the DE language 
("Mar" -> "Mrz) (#18387)
     add b84493a7f fix(custom): add info in custom renderItem #15789
     add fdda0254e fix(sankey): provide missing label value in formatter #18212
     add c89565a14 Merge remote-tracking branch 'origin/release' into 
fix/merge-release-to-master
     add e450ae01f Merge pull request #18414 from 
apache/fix/merge-release-to-master
     add 99e0c4e33 chore: update KEYS
     add 3e9bd24c8 Merge pull request #18415 from apache/update-keys
     add ebe5a4e3c chore: update deprecated npm `prepublish` hook to `prepare`
     add 59180fd7c Merge pull request #18416 from apache/update-script
     add bb9d488a1 fix(src/chart/parall): fix  datatype. close #18411
     add f27b6154f Merge pull request #18425 from ManishDait/fix-18411
     add 9caa5f8dd chore: update `prepublish` to `prepare` in build script. 
(follow up ecomfe/zrender#998 & #18416)
     add 6dbe25ca7 Merge pull request #18427 from apache/update-script
     add 8abf36c2e fix(lines): symbolSize should be updated #18350
     add ae0dd0efe chore: make reproduction link required
     add 1ea88856a Merge pull request #18458 from cloydlau/master
     add 18752ca58 chore: add official editor link to issue template
     add cb5b9762e Merge pull request #18464 from apache/update-issue-template
     add 24c01c134 fix(legend): inherit legend rich text color from legend's 
options. close #18196
     add c62197285 add test case
     add f5bb3b0c8 Merge pull request #18260 from ChepteaCatalin/fix-18196
     add 036c610a9 feat(axisPointer): add option to disable emphasis. close 
#18495
     add 8041cde9a fix(tooltip): remove triggerEmphasis from involveSeries
     add 6b4f8950f Merge pull request #18524 from juliepagano/fix-18495
     add e39e3df90 fix(time-format): fix yy time format
     add 103b3e364 Merge pull request #18535 from linghaoSu/fix/time-format
     add 98a78b2c5 fix(label): ellipsis was not working
     add f22a8edf8 Merge pull request #18525 from apache/fix-18517
     add 18645a72f chore: update `jest-canvas-mock` to fix test fails on node 
v18
     add 5fd7a07c8 chore: fix node version doesn't work and update node to v18
     add d7ac6c380 Merge pull request #18538 from apache/fix/jest-canvas-mock
     add 691afc7d5 fix(emphasis): fix focus self not work when item emphasis by 
other component
     add dc141d2c2 fix(state): lint comment in states.ts
     add 6da8276ab Merge pull request #18511 from linghaoSu/fix/emphasis_self
     add 73e566cce chore(deps): bump yaml and husky
     add 99f5cfd73 Merge pull request #18563 from 
apache/dependabot/npm_and_yarn/yaml-and-husky--removed
     add fa5dbd8c6 update `init` function type signature so it can be identical 
to document
     add 8b0877344 Merge pull request #18575 from zhuscat/patch-1
     add 41d906a67 fix: typo in echarts.all.ts
     add 9e5745a01 Merge pull request #18613 from kirklin/master
     add a237e0a78 fix(graph): fix graph chart can't be hidden by legend due to 
edgeLabel NPE.
     add dfd95aa50 chore: enable eslint cache.
     add daa747931 Merge pull request #18624 from apache/fix/graph/edgeLabel-NPE
     add bb403c1d4 test(pie): add a test case to cover #18412
     add 38d02654b Merge pull request #18625 from apache/test/pie-selectedOffset
     add 77ef25280 fix(axis): show last tick for single data #18453
     add a555684bb Merge pull request #18469 from apache/fix-18453
     add 9291b824b chore(deps): bump socket.io-parser from 3.4.2 to 3.4.3
     add e20d372b0 Merge pull request #18660 from 
apache/dependabot/npm_and_yarn/socket.io-parser-3.4.3
     add 060d5f958 test(deps): move some dependencies that only are required by 
VRT to dedicated folder to speed up npm install.
     add 8c4b8f404 fix(husky): fix husky hooks not install brought by the 
update in 73e566cce94326e87173c2bf5699bc90864334e9
     add 306af1055 test(deps): move `slugify` to test folder
     add 5ae2c84ef feat(test): add tips for installing dependencies before 
running visual test & add eslint config for `runTest` folder
     add b7002c6ab feat(test): add scripts into VRT tool package.json
     add 0749a6578 Merge pull request #18725 from apache/move-test-dep
     add 54d82434b fix(label): revert fdda0254e2a1594f71a44a2a0c30def700e58acb 
(#18222)
     add 9ea570c97 fix(sankey): fix `value` is undefined in label/edgeLabel 
formatter.
     add 9ee9b91ca fix(sankey): prevent `edgeLabel` formatter from inheriting 
`label.formatter`.
     add 7dce2b6be test(pie): tweak `pie-label` test case
     add f36dc4558 Merge pull request #18733 from 
apache/fix/sankey-label-formatter
     add 8ef4d3b8b fix(api): only deprecate disConnect but not disconnect
     add f27b086b2 Merge pull request #18758 from Justineo/fix-disconnect
     add cc71ba06c chore: update pre commit permission
     add b0c833800 Merge pull request #18813 from apache/husky
     add e7ad886d7 fix(sunburst): normalize label rotation when decompress from 
matrix
     add 0ddf9f77d Merge pull request #18808 from 
linghaoSu/fix/sunburst-rotate-label
     add bcb695c38 chore: add PR preview workflow
     add ac41c5338 chore: change the query param `pr` of the `pr-preview` 
action to `version`
     add 48de47ed7 Merge pull request #18803 from apache/workflow/pr-preview
     add 3f083f1ba chore(workflow): fix wrong env variable
     add 78f56df4f Merge pull request #18828 from apache/fix/workflow-env-var
     add 497c756ef chore(workflow): refactor pr review workflow
     add 82153b647 Merge pull request #18829 from apache/workflow/pr-preview
     add a373c6c46 fix(sankey): fix other state color is 
'target/source/gradient'
     add f22ee7ef8 fix(sankey): rm comment code & import type explicity
     add 7866509bb Merge pull request #18834 from linghaoSu/fix/sankey-emphasis
     new 9fa6220ea Merge pull request #18836 from apache/master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.yml              |    6 +-
 .github/workflows/ci.yml                           |   48 +-
 .github/workflows/nightly-next.yml                 |    4 +-
 .github/workflows/nightly.yml                      |    5 +-
 .github/workflows/pr-preview.yml                   |   76 +
 .github/workflows/source-release.yml               |    6 +-
 .github/workflows/teardown-pr-preview.yml          |   30 +
 .husky/pre-commit                                  |    5 +
 .huskyrc                                           |    5 -
 KEYS                                               |   49 +
 build/build.js                                     |    4 +-
 package-lock.json                                  | 4563 +-----------------
 package.json                                       |   15 +-
 src/chart/helper/Line.ts                           |   20 +-
 src/chart/parallel/ParallelSeries.ts               |    2 +-
 src/chart/sankey/SankeySeries.ts                   |    2 +-
 src/chart/sankey/SankeyView.ts                     |  114 +-
 src/chart/sunburst/SunburstPiece.ts                |    2 +-
 src/component/axisPointer/AxisPointerModel.ts      |    1 +
 src/component/axisPointer/axisTrigger.ts           |    2 +-
 src/component/axisPointer/modelHelper.ts           |    4 +
 src/component/legend/LegendView.ts                 |    8 +-
 src/coord/Axis.ts                                  |    2 +-
 src/core/echarts.ts                                |   14 +-
 src/data/Graph.ts                                  |   86 +
 src/echarts.all.ts                                 |    6 +-
 src/i18n/langDE.ts                                 |    2 +-
 src/label/LabelManager.ts                          |   15 +-
 src/label/labelStyle.ts                            |    4 +-
 src/util/states.ts                                 |    7 +
 src/util/time.ts                                   |    2 +-
 src/util/types.ts                                  |    8 +-
 test/emphasis-self.html                            |  137 +
 test/graph-case.html                               |   60 +-
 test/{line-step.html => label-ellipsis.html}       |   54 +-
 test/legend-style.html                             |   56 +
 test/lines-symbolSize-update.html                  |  107 +
 test/pie-label.html                                |    3 +
 test/pie.html                                      |   35 +-
 {extension-src => test/runTest}/.eslintrc.yaml     |    8 +-
 test/runTest/actions/__meta__.json                 |    9 +-
 test/runTest/actions/emphasis-self.json            |    1 +
 test/runTest/actions/graph-case.json               |    1 +
 test/runTest/actions/lines-symbolSize-update.json  |    1 +
 test/runTest/actions/pie.json                      |    2 +-
 .../runTest/actions/sankey-emphasis-lineStyle.json |    1 +
 test/runTest/actions/sunburst-label-rotate.json    |    1 +
 test/runTest/actions/tooltip-axisPointer2.json     |    2 +-
 test/runTest/client/index.html                     |    4 +-
 test/runTest/package-lock.json                     | 5023 ++++++++++++++++++++
 test/runTest/package.json                          |   13 +-
 test/runTest/recorder/index.html                   |    4 +-
 test/runTest/server.js                             |   15 +-
 test/sankey-emphasis-lineStyle.html                |   98 +
 ...nkey-series-nodes.html => sankey-emphasis.html} |   23 +-
 test/sankey-labelValue.html                        |  111 +
 test/sankey.html                                   |   38 +
 test/sunburst-label-rotate.html                    |  110 +
 test/tooltip-axisPointer2.html                     |  216 +-
 test/ut/spec/series/custom.test.ts                 |   42 +
 test/ut/spec/util/time.test.ts                     |  131 +
 61 files changed, 6935 insertions(+), 4488 deletions(-)
 create mode 100644 .github/workflows/pr-preview.yml
 create mode 100644 .github/workflows/teardown-pr-preview.yml
 create mode 100755 .husky/pre-commit
 delete mode 100644 .huskyrc
 create mode 100644 test/emphasis-self.html
 copy test/{line-step.html => label-ellipsis.html} (67%)
 create mode 100644 test/lines-symbolSize-update.html
 copy {extension-src => test/runTest}/.eslintrc.yaml (92%)
 create mode 100644 test/runTest/actions/emphasis-self.json
 create mode 100644 test/runTest/actions/graph-case.json
 create mode 100644 test/runTest/actions/lines-symbolSize-update.json
 create mode 100644 test/runTest/actions/sankey-emphasis-lineStyle.json
 create mode 100644 test/runTest/actions/sunburst-label-rotate.json
 create mode 100644 test/runTest/package-lock.json
 create mode 100644 test/sankey-emphasis-lineStyle.html
 copy test/{sankey-series-nodes.html => sankey-emphasis.html} (75%)
 create mode 100644 test/sankey-labelValue.html
 create mode 100644 test/sunburst-label-rotate.html
 create mode 100755 test/ut/spec/util/time.test.ts


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to