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/09/01 06:24:49 UTC

[echarts] 01/01: Merge pull request #15647 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/echarts.git

commit 43b0da2322fbfcfd81ea12abf9d651d26537c4a2
Merge: 78d20e1 41b7769
Author: sushuang <su...@gmail.com>
AuthorDate: Wed Sep 1 14:24:33 2021 +0800

    Merge pull request #15647 from apache/release
    
    Release 5.2.0 merge to master

 dist/echarts.common.js                      | 12552 ++++-----
 dist/echarts.common.js.map                  |     2 +-
 dist/echarts.common.min.js                  |     4 +-
 dist/echarts.esm.js                         | 36040 +++++++++++++------------
 dist/echarts.esm.js.map                     |     2 +-
 dist/echarts.esm.min.js                     |     4 +-
 dist/echarts.js                             | 36041 ++++++++++++++------------
 dist/echarts.js.map                         |     2 +-
 dist/echarts.min.js                         |     4 +-
 dist/echarts.simple.js                      | 11727 +++++----
 dist/echarts.simple.js.map                  |     2 +-
 dist/echarts.simple.min.js                  |     4 +-
 package-lock.json                           |     8 +-
 package.json                                |     4 +-
 src/animation/morphTransitionHelper.ts      |     2 +-
 src/animation/universalTransition.ts        |     4 +-
 src/component/tooltip/TooltipHTMLContent.ts |    15 -
 src/component/tooltip/TooltipRichContent.ts |     8 -
 src/component/tooltip/TooltipView.ts        |    16 +-
 src/coord/axisModelCommonMixin.ts           |     1 +
 src/core/echarts.ts                         |     4 +-
 src/data/Graph.ts                           |     1 +
 src/data/Tree.ts                            |     3 +-
 src/label/installLabelLayout.ts             |    20 +
 src/label/labelStyle.ts                     |     4 +-
 src/label/sectorLabel.ts                    |    20 +
 src/layout/points.ts                        |     1 -
 src/model/Model.ts                          |    11 +-
 src/util/conditionalExpression.ts           |     2 +-
 src/visual/style.ts                         |     2 +-
 30 files changed, 50804 insertions(+), 45706 deletions(-)

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