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 2021/02/18 08:44:38 UTC

[echarts] branch master updated (28bffa0 -> a44926a)

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

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


    from 28bffa0  Merge pull request #14263 from thesiti92/patch-1
     add b72fa40  Merge pull request #14160 from apache/master
     add 8a9d8f6  test: add gauge regression test case
     add 6bb9d73  Merge pull request #14164 from apache/add-gauge-regression-case
     add 11d77c1  fix: error thrown when `toolbox.feature.dataZoom: { show: false, yAxisIndex: false }`. (brought in 5.0)
     add 1693e93  Merge pull request #14175 from apache/fix/toolbox-datazoom
     add 1ea6586  fix: tweak chalk for error thrown in the recently version.
     add 0c1ffeb  release: 5.0.2
     add 03bee99  Merge pull request #14178 from apache/release-dev
     add 52b9ed5  Improve French translation
     new a44926a  Merge pull request #14283 from apache/release

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:
 build/addHeader.js                              |     8 +-
 dist/echarts.common.js                          | 11349 ++++++++++--
 dist/echarts.common.js.map                      |     2 +-
 dist/echarts.common.min.js                      |     2 +-
 dist/echarts.esm.js                             | 21511 +++++++++++++++++-----
 dist/echarts.esm.js.map                         |     2 +-
 dist/echarts.esm.min.js                         |     2 +-
 dist/echarts.js                                 | 21511 +++++++++++++++++-----
 dist/echarts.js.map                             |     2 +-
 dist/echarts.min.js                             |     2 +-
 dist/echarts.simple.js                          |  7981 ++++++--
 dist/echarts.simple.js.map                      |     2 +-
 dist/echarts.simple.min.js                      |     2 +-
 dist/extension/bmap.js                          |    67 +-
 dist/extension/bmap.js.map                      |     2 +-
 dist/extension/dataTool.js                      |    68 +-
 dist/extension/dataTool.js.map                  |     2 +-
 package-lock.json                               |     8 +-
 package.json                                    |     4 +-
 src/component/toolbox/feature/DataZoom.ts       |    27 +-
 src/core/echarts.ts                             |     4 +-
 src/i18n/langFR.ts                              |    48 +-
 test/{build/mktest-tpl.html => gauge-case.html} |    63 +-
 23 files changed, 50115 insertions(+), 12554 deletions(-)
 copy test/{build/mktest-tpl.html => gauge-case.html} (61%)


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


[echarts] 01/01: Merge pull request #14283 from apache/release

Posted by su...@apache.org.
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/echarts.git

commit a44926a59fa93266da82a3cf38cd26f821c40a46
Merge: 28bffa0 52b9ed5
Author: sushuang <su...@gmail.com>
AuthorDate: Thu Feb 18 16:43:57 2021 +0800

    Merge pull request #14283 from apache/release
    
    Merge 5.0.2 release to master

 build/addHeader.js                        |     8 +-
 dist/echarts.common.js                    | 11349 ++++++++++++---
 dist/echarts.common.js.map                |     2 +-
 dist/echarts.common.min.js                |     2 +-
 dist/echarts.esm.js                       | 21511 ++++++++++++++++++++++------
 dist/echarts.esm.js.map                   |     2 +-
 dist/echarts.esm.min.js                   |     2 +-
 dist/echarts.js                           | 21511 ++++++++++++++++++++++------
 dist/echarts.js.map                       |     2 +-
 dist/echarts.min.js                       |     2 +-
 dist/echarts.simple.js                    |  7981 +++++++++--
 dist/echarts.simple.js.map                |     2 +-
 dist/echarts.simple.min.js                |     2 +-
 dist/extension/bmap.js                    |    67 +-
 dist/extension/bmap.js.map                |     2 +-
 dist/extension/dataTool.js                |    68 +-
 dist/extension/dataTool.js.map            |     2 +-
 package-lock.json                         |     8 +-
 package.json                              |     4 +-
 src/component/toolbox/feature/DataZoom.ts |    27 +-
 src/core/echarts.ts                       |     4 +-
 src/i18n/langFR.ts                        |    48 +-
 test/gauge-case.html                      |    93 +
 23 files changed, 50170 insertions(+), 12529 deletions(-)



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