You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/04/27 03:18:37 UTC

[echarts] tag 5.1.1 updated (68cf99b -> 2790425)

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

shenyi pushed a change to tag 5.1.1
in repository https://gitbox.apache.org/repos/asf/echarts.git.


*** WARNING: tag 5.1.1 was modified! ***

    from 68cf99b  (commit)
      to 2790425  (commit)
    from 68cf99b  fix(tooltip): the position of tooltip may be not incorrect if appendToBody, resolves #14710.
     add 29e85f7  fix(map): ensure children have been added to group before calling `resetEventTriggerForRegion`, resolves #14699.
     add d80bdfb  Merge pull request #14704 from apache/fix/map-tooltip
     add a8c88a2  Merge pull request #14713 from apache/fix-tooltip
     add 2c88dec  fix(pie): hide labelLine emphasis when inside
     add 98aa001  move guideline (re)creation
     add e96cf6f  Merge pull request #14702 from preset-io/villebro/fix-pie-labelLine
     add cdc92c8  doc: update pr template with zr daily build
     add a379237  style: format code
     add fa9ece7  test: fix ts-jest don't work on zrender. remove canvas dependency
     add 5919ce5  chore: not install from github zrender in the ci test.
     add 92e3416  fix(type): remove template string in exported type. #14716
     add 017a90c  chore: add DTS test in the workflow.
     add 88de347  chore: add node modules cache
     add 23b7be1  Merge pull request #14722 from apache/enhance-workflow
     add 29f18d6  chore: workflow enhancement (#14728)
     add 2ea1063  chore: pack RELEASE_NOTE.txt into src.zip
     add 9c9db6f  Merge pull request #14742 from pissang/enhaance-workflow
     add f9f81ab  chore: comment error, adjust visualmap description (#14741)
     add d4fbdd1  test: add example for the usage in source release checking
     add 1a477a8  Merge pull request #14743 from pissang/enhance-workflow
     add d028e83  test: use webp to reduce screenshot storage
     add 505614a  Merge branch 'release' into optimize-visual-test-screenshot
     add f60e8b0  test(visual): optimize test runner and report tool
     add 403e5d0  Merge pull request #14745 from apache/optimize-visual-test-screenshot
     add 85f5c70  chore: fix typescript version (#14746)
     add 5122013  feat(i18n): add Slovenian translation
     add dff1dd0  Merge pull request #14758 from dkrat7/dkrat7-patch-1
     add 60d5ca6  chore: add nightly build workflow
     add 4a70b23  Merge pull request #14754 from apache/add-nightly-build
     add ee96343  chore: update package-lock.json
     add 560e2ea  fix(toolbox): fix incorrect `currentType` in `magictypechanged` event, close #12359.
     add 917497f  Merge branch 'next' of https://github.com/apache/incubator-echarts into fix/toolbox-magicType-event/12359
     add 25e860d  Merge branch 'master' of https://github.com/apache/incubator-echarts into fix/toolbox-magicType-event/12359
     add da1affb  Merge pull request #13437 from apache/fix/toolbox
     add 10c9f79  fix(linear-gradient): avoid the Infinite value in `linearMap` util, fix #7293, #14534, #14601.
     add 7940f5a  fix(linear-gradient): `NaN` should not be handled.
     add b90f6ec  Merge branch 'master' of https://github.com/apache/echarts into fix-linear-gradient
     add cc0375d  Merge branch 'master' of https://github.com/apache/echarts into fix-linear-gradient
     add cf7c4ef  fix(line): clamp coord for gradient.
     add 4eeeccc  Merge pull request #14602 from apache/fix-linear-gradient
     add 2eac2e3  Fix(brush): clamp range when brush
     add 3d36cea  test(brush): add new test case for brush
     add 3718a28  Fix: other datzoom scenarios have same issue
     add f0368ae  chore: add `clamp` to `dataToPoint` and code simplify
     add 9b21f9b  Merge pull request #14569 from susiwen8/14416
     add 1ad5e0d  Changed LineEndLabelOption.valueAnimation to be optional.
     add 2790425  Merge pull request #14806 from Bilge/valueAnimation

No new revisions were added by this update.

Summary of changes:
 .github/pull_request_template.md                   |   11 +-
 .github/workflows/ci.yml                           |   45 +
 .github/workflows/nightly.yml                      |   32 +
 .github/workflows/nodejs.yml                       |   48 -
 .github/workflows/source-release.yml               |  135 ++
 build/.jshintrc                                    |   77 -
 build/pre-publish.js                               |   24 +-
 build/prepareNightly.js                            |   62 +
 build/source-release/prepareReleaseMaterials.js    |  155 ++
 build/source-release/template/announce-release.tpl |   26 +
 build/source-release/template/vote-release.tpl     |   40 +
 package-lock.json                                  | 1715 +++++++++++++++++---
 package.json                                       |    4 +-
 src/chart/helper/EffectSymbol.ts                   |    1 -
 src/chart/line/LineSeries.ts                       |    2 +-
 src/chart/line/LineView.ts                         |    4 +-
 src/chart/pie/PieView.ts                           |   24 +-
 src/component/helper/BrushTargetManager.ts         |   25 +-
 src/component/helper/MapDraw.ts                    |   22 +-
 src/component/toolbox/feature/MagicType.ts         |    9 +-
 src/coord/CoordinateSystem.ts                      |    6 +-
 src/coord/cartesian/Cartesian2D.ts                 |   14 +-
 src/echarts.all.ts                                 |    2 +-
 src/i18n/langSI.ts                                 |  142 ++
 src/layout/barGrid.ts                              |    2 +-
 src/util/number.ts                                 |   39 +-
 src/util/types.ts                                  |    2 -
 test/brush3.html                                   |   36 +
 test/check-build.html                              |  613 +++++++
 test/ie8.html                                      | 1055 ------------
 test/linear-gradient.html                          |  229 +++
 test/pie-label.html                                |   14 +-
 test/runTest/blacklist.js                          |    4 +
 test/runTest/cli.js                                |   83 +-
 test/runTest/client/index.html                     |   10 +-
 test/runTest/config.js                             |    1 +
 test/runTest/genReport.js                          |   19 +-
 test/runTest/server.js                             |   28 +-
 test/runTest/store.js                              |    9 +-
 test/smooth.html                                   |   24 -
 test/toolbox-stack-custom.html                     |    3 +
 test/types/basic.ts                                |   19 +
 test/types/event.ts                                |   19 +
 test/types/importPartial.ts                        |   19 +
 test/ut/core/setup.ts                              |   10 +-
 test/ut/index.d.ts                                 |    3 +
 test/ut/jest.config.js                             |    4 +
 test/ut/tsconfig.json                              |   12 +-
 48 files changed, 3289 insertions(+), 1593 deletions(-)
 create mode 100644 .github/workflows/ci.yml
 create mode 100644 .github/workflows/nightly.yml
 delete mode 100644 .github/workflows/nodejs.yml
 create mode 100644 .github/workflows/source-release.yml
 delete mode 100644 build/.jshintrc
 create mode 100644 build/prepareNightly.js
 create mode 100644 build/source-release/prepareReleaseMaterials.js
 create mode 100755 build/source-release/template/announce-release.tpl
 create mode 100755 build/source-release/template/vote-release.tpl
 create mode 100644 src/i18n/langSI.ts
 create mode 100644 test/check-build.html
 delete mode 100644 test/ie8.html
 create mode 100644 test/linear-gradient.html

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