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:48 UTC

[echarts] branch master updated (78d20e1 -> 43b0da2)

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 78d20e1  Merge pull request #15573 from apache/fix-sausage-label-distance
     add b362288  Merge pull request #15582 from apache/release-dev
     add 28f7c33  fix(tooltip): 1) tweak the calculation of tooltip offset to make it look not so near to the target element. #14393 2) remove unnecessary `getOuterSize` method beacuse `getSize` is now using `offsetWidth/offsetHeight` that contains the `borderWidth`.
     add d97f5bb  Merge pull request #15588 from apache/fix/tooltip-offset
     add 0043798  fix: add null condition.
     add 7890d0e  Merge pull request #15612 from apache/release-dev
     add 6083ce5  fix: fix lint.
     add 5fb2fab  Merge pull request #15618 from apache/release-dev
     add fd9bf4a  release 5.2.0
     add 41b7769  Merge pull request #15619 from apache/release-dev
     new 43b0da2  Merge pull request #15647 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:
 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


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