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

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


    from c1a157ee9 WIP(ssr): add meta-data and test case #18334
     add ed1c176d5 WIP
     add 5f49fbb38 fix(i18n): fix the abbr of "March" for the DE language 
("Mar" -> "Mrz) (#18387)
     add b84493a7f fix(custom): add info in custom renderItem #15789
     add fdda0254e fix(sankey): provide missing label value in formatter #18212
     add 33b4b87aa Merge pull request #18338 from apache/master
     add 5b74a2208 fix: `sunbrust` label abnormal
     add 1e6f6a9cd Merge pull request #18341 from susiwen8/fix-sunbrust-book
     add cfb3a8a54 chore: release v5.4.2 (#18374)
     add c89565a14 Merge remote-tracking branch 'origin/release' into 
fix/merge-release-to-master
     add e450ae01f Merge pull request #18414 from 
apache/fix/merge-release-to-master
     add 99e0c4e33 chore: update KEYS
     add 3e9bd24c8 Merge pull request #18415 from apache/update-keys
     add ebe5a4e3c chore: update deprecated npm `prepublish` hook to `prepare`
     add 59180fd7c Merge pull request #18416 from apache/update-script
     add bb9d488a1 fix(src/chart/parall): fix  datatype. close #18411
     add f27b6154f Merge pull request #18425 from ManishDait/fix-18411
     add 9caa5f8dd chore: update `prepublish` to `prepare` in build script. 
(follow up ecomfe/zrender#998 & #18416)
     add 6dbe25ca7 Merge pull request #18427 from apache/update-script
     add 8fb7ed09f Merge branch 'master' into ssr

No new revisions were added by this update.

Summary of changes:
 KEYS                                     |  49 +++++
 build/build.js                           |   4 +-
 dist/echarts.common.js                   | 286 ++++++++++++++++-----------
 dist/echarts.common.js.map               |   2 +-
 dist/echarts.common.min.js               |   4 +-
 dist/echarts.esm.js                      | 326 ++++++++++++++++++-------------
 dist/echarts.esm.js.map                  |   2 +-
 dist/echarts.esm.min.js                  |   4 +-
 dist/echarts.js                          | 326 ++++++++++++++++++-------------
 dist/echarts.js.map                      |   2 +-
 dist/echarts.min.js                      |   4 +-
 dist/echarts.simple.js                   | 206 ++++++++++++-------
 dist/echarts.simple.js.map               |   2 +-
 dist/echarts.simple.min.js               |   4 +-
 i18n/langCS-obj.js                       |   1 +
 i18n/langCS.js                           |   1 +
 i18n/langDE-obj.js                       |   1 +
 i18n/langDE.js                           |   1 +
 i18n/langSI-obj.js                       |   1 +
 i18n/langSI.js                           |   1 +
 src/i18n/langTR.ts => i18n/langTR-obj.js |  65 ++++--
 src/i18n/langTR.ts => i18n/langTR.js     |  61 ++++--
 src/i18n/langVI.ts => i18n/langVI-obj.js |  65 ++++--
 src/i18n/langVI.ts => i18n/langVI.js     |  61 ++++--
 i18n/langZH-obj.js                       |   1 +
 i18n/langZH.js                           |   1 +
 package-lock.json                        |  18 +-
 package.json                             |   6 +-
 src/chart/parallel/ParallelSeries.ts     |   2 +-
 src/chart/sankey/SankeyView.ts           |   1 +
 src/chart/sunburst/SunburstPiece.ts      |   2 +-
 src/component/legend/LegendView.ts       |  24 +++
 src/core/echarts.ts                      |   6 +-
 src/i18n/langDE.ts                       |   2 +-
 src/label/labelStyle.ts                  |   6 +-
 src/util/types.ts                        |   4 +-
 test/sankey-labelValue.html              |  98 ++++++++++
 test/ssr.html                            | 126 +++++++++---
 test/ut/spec/series/custom.test.ts       |  42 ++++
 39 files changed, 1237 insertions(+), 581 deletions(-)
 copy src/i18n/langTR.ts => i18n/langTR-obj.js (73%)
 copy src/i18n/langTR.ts => i18n/langTR.js (73%)
 copy src/i18n/langVI.ts => i18n/langVI-obj.js (71%)
 copy src/i18n/langVI.ts => i18n/langVI.js (71%)
 create mode 100644 test/sankey-labelValue.html


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

Reply via email to