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

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


    from fd9e62d7f fix(tooltip): fix potential NPE when the parent node of the 
tooltip element doesn't exist (#19265)
     add c1a157ee9 WIP(ssr): add meta-data and test case #18334
     add ed1c176d5 WIP
     add 8fb7ed09f Merge branch 'master' into ssr
     add f8b25f52b style(ssr): remove console.log
     add 27cc76986 test(ssr): add test cases
     add 0e7eac717 feat(ssr): improve code
     add b2ff198ac feat(ssr): call registerSSRDataGetter instead of metaData
     add a63297085 chore(ssr): update building ssr client
     add 6bca1329b chore(ssr): update building of ssr client
     add c8ba77cc2 chore: merge
     add 01df82a9e fix(ssr): remove unnecessary code
     add 7dd9b3786 chore: merge
     add badfd0ffc chore: use zrender nightly build
     new b07ce7974 Merge pull request #18381 from apache/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:
 .github/workflows/source-release.yml |   1 +
 .gitignore                           |   1 +
 build/build.js                       |   6 +
 build/config.js                      |  16 +++
 build/pre-publish.js                 |  28 +++++
 package-lock.json                    |  15 +--
 package.json                         |   5 +-
 src/component/legend/LegendView.ts   |  20 +++-
 src/core/echarts.ts                  |   9 ++
 src/util/innerStore.ts               |   6 +
 ssr/client/dist/index.js             | 109 ++++++++++++++++++
 ssr/client/dist/index.js.map         |   1 +
 ssr/client/src/index.ts              |  74 +++++++++++++
 test/lib/config.js                   |   1 +
 test/ssr.html                        | 207 +++++++++++++++++++++++++++++++++++
 15 files changed, 489 insertions(+), 10 deletions(-)
 create mode 100644 ssr/client/dist/index.js
 create mode 100644 ssr/client/dist/index.js.map
 create mode 100644 ssr/client/src/index.ts
 create mode 100644 test/ssr.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to