You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/12/01 07:26:32 UTC

[incubator-echarts] 01/01: Merge pull request #13730 from apache/release

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

sushuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 9be328c609b58d96abf5d24a449b67882c3997ba
Merge: af811c6 de46c55
Author: sushuang <su...@gmail.com>
AuthorDate: Tue Dec 1 15:25:56 2020 +0800

    Merge pull request #13730 from apache/release
    
    Release to master for 5.0.0-rc.3

 build/build.js                               |   6 +
 build/config.js                              |  27 +-
 build/pre-publish.js                         |   8 +-
 build/release.js                             |   4 +-
 dist/echarts.common.js                       |  28 +-
 dist/echarts.common.js.map                   |   2 +-
 dist/echarts.common.min.js                   |   2 +-
 dist/echarts.esm.js                          |  30 +-
 dist/echarts.esm.js.map                      |   2 +-
 dist/echarts.esm.min.js                      |   2 +-
 dist/echarts.js                              |  30 +-
 dist/echarts.js.map                          |   2 +-
 dist/echarts.min.js                          |   2 +-
 dist/echarts.simple.js                       |  10 +-
 dist/echarts.simple.js.map                   |   2 +-
 dist/echarts.simple.min.js                   |   2 +-
 package-lock.json                            |   6 +-
 package.json                                 |   4 +-
 src/component/geo/GeoView.ts                 |   2 +-
 src/data/helper/transform.ts                 |   2 +-
 src/echarts.ts                               |   2 +-
 test/custom-shape-morphing2.html             |   5 +-
 test/custom-shape-morphing3.html             |   8 +-
 test/data-transform-aggregate.html           | 292 +++++++++++++
 test/lib/config.js                           |   1 +
 test/lib/myTransform/aggregate.js            | 174 --------
 test/lib/myTransform/dist/myTransform.js     | 476 +++++++++++++++++++++
 test/lib/myTransform/dist/myTransform.js.map |   1 +
 test/lib/myTransform/id.js                   |  88 ----
 test/lib/myTransform/src/.eslintrc.yaml      |  47 +++
 test/lib/myTransform/src/aggregate.ts        | 593 +++++++++++++++++++++++++++
 test/lib/myTransform/src/id.ts               |  90 ++++
 test/lib/myTransform/src/index.ts            |   3 +
 tsconfig.json                                |   3 +-
 34 files changed, 1625 insertions(+), 331 deletions(-)


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