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

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


    from 6bca1329b chore(ssr): update building of ssr client
     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 c8ba77cc2 chore: merge

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.yml             |    6 +-
 .github/workflows/ci.yml                          |    4 +-
 .github/workflows/nightly-next.yml                |    4 +-
 .github/workflows/nightly.yml                     |    5 +-
 .github/workflows/source-release.yml              |    6 +-
 .husky/pre-commit                                 |    5 +
 .huskyrc                                          |    5 -
 package-lock.json                                 | 4563 +------------------
 package.json                                      |   15 +-
 src/chart/helper/Line.ts                          |   20 +-
 src/chart/sankey/SankeyView.ts                    |   35 +-
 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                               |   12 +-
 src/echarts.all.ts                                |    6 +-
 src/label/LabelManager.ts                         |   12 +-
 src/label/labelStyle.ts                           |    8 +-
 src/util/states.ts                                |    7 +
 src/util/time.ts                                  |    2 +-
 src/util/types.ts                                 |    4 +
 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                |    7 +-
 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 +-
 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-labelValue.html                       |   27 +-
 test/tooltip-axisPointer2.html                    |  216 +-
 test/ut/spec/util/time.test.ts                    |  131 +
 45 files changed, 6204 insertions(+), 4439 deletions(-)
 create mode 100644 .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/package-lock.json
 create mode 100755 test/ut/spec/util/time.test.ts


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to