This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git
commit b07ce7974ce55eff2e091856702dfcee2e961ac1 Merge: fd9e62d7f badfd0ffc Author: Wenli Zhang <[email protected]> AuthorDate: Thu Nov 16 16:46:49 2023 +0800 Merge pull request #18381 from apache/ssr feat(ssr): server-side rendering and client hydration #18334 .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(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
