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/10/15 08:31:46 UTC

[echarts] branch next updated (3484439 -> e5c8c15)

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

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


    from 3484439  Merge pull request #15848 from apache/revert-15535-line-click
     add bc764f8  chore: update download links in announcement email template
     add 7b5c6bb  chore: fix http link
     add d64dc92  Merge pull request #15761 from apache/update-announce-tpl
     add b78d0af  Merge pull request #15762 from apache/release
     add 44e26a8  wip(ssr): integrate ssr svg output. upgrade ts
     add 116b245  fix(class): optimize native class mixed with legacy class extend.
     add f8a0090  wip(ssr): fix tooltip when no dom given in ssr mode
     add 3bd240c  refact: remove code that for ancient browsers
     add dec7082  chore: add process env define in dev
     add 54ddfa2  wip(ssr): optimize pie animation in ssr
     add 332afce  Merge branch 'next' into svg-ssr
     add d51777e  chore: upgrade zrender to latest nightly version
     add 708da07  chore: optimize esbuild output
     add 01568b3  feat: provide new setPlatformAPI
     add 9e6fb8d  feat: add renderToString. use reanderToCanvas to replace getRenderedCanvas
     add b14b885  feat(ssr): rename renderToString to renderToSVGString
     add 06d90a7  remove usage of deprecated getRenderedCanvas
     new e5c8c15  Merge pull request #15880 from apache/svg-ssr

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/dev-fast.js                                  |  19 +--
 build/source-release/template/announce-release.tpl |   6 +-
 package-lock.json                                  |  12 +-
 package.json                                       |   4 +-
 src/chart/heatmap/HeatmapLayer.ts                  |   6 +-
 src/chart/pie/PieView.ts                           |  12 +-
 src/component/dataZoom/DataZoomModel.ts            |   4 -
 src/component/toolbox/feature/SaveAsImage.ts       |   6 +-
 src/component/tooltip/TooltipHTMLContent.ts        |  11 +-
 src/component/tooltip/TooltipView.ts               |   8 +-
 src/component/visualMap/VisualMapModel.ts          |   7 -
 src/core/ExtensionAPI.ts                           |   1 +
 src/core/echarts.ts                                | 157 ++++++++++++---------
 src/export/api.ts                                  |   2 +
 src/model/Global.ts                                |   3 +
 src/model/Series.ts                                |   5 +-
 src/util/clazz.ts                                  |  48 +++----
 src/util/decal.ts                                  |  22 ++-
 src/util/states.ts                                 |   2 +-
 src/view/Chart.ts                                  |   6 +-
 test/node/ssr.js                                   |  66 +++++++++
 test/runTest/actions/__meta__.json                 |   2 +-
 test/runTest/actions/dataZoom-rainfall.json        |   2 +-
 23 files changed, 258 insertions(+), 153 deletions(-)
 create mode 100644 test/node/ssr.js

---------------------------------------------------------------------
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 #15880 from apache/svg-ssr

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit e5c8c15816416e4fd8433a5dddc16e15758771e3
Merge: 3484439 06d90a7
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Fri Oct 15 16:31:13 2021 +0800

    Merge pull request #15880 from apache/svg-ssr
    
    feat(ssr): add server-side rendering

 build/dev-fast.js                                  |  19 +--
 build/source-release/template/announce-release.tpl |   6 +-
 package-lock.json                                  |  12 +-
 package.json                                       |   4 +-
 src/chart/heatmap/HeatmapLayer.ts                  |   6 +-
 src/chart/pie/PieView.ts                           |  12 +-
 src/component/dataZoom/DataZoomModel.ts            |   4 -
 src/component/toolbox/feature/SaveAsImage.ts       |   6 +-
 src/component/tooltip/TooltipHTMLContent.ts        |  11 +-
 src/component/tooltip/TooltipView.ts               |   8 +-
 src/component/visualMap/VisualMapModel.ts          |   7 -
 src/core/ExtensionAPI.ts                           |   1 +
 src/core/echarts.ts                                | 157 ++++++++++++---------
 src/export/api.ts                                  |   2 +
 src/model/Global.ts                                |   3 +
 src/model/Series.ts                                |   5 +-
 src/util/clazz.ts                                  |  48 +++----
 src/util/decal.ts                                  |  22 ++-
 src/util/states.ts                                 |   2 +-
 src/view/Chart.ts                                  |   6 +-
 test/node/ssr.js                                   |  66 +++++++++
 test/runTest/actions/__meta__.json                 |   2 +-
 test/runTest/actions/dataZoom-rainfall.json        |   2 +-
 23 files changed, 258 insertions(+), 153 deletions(-)

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