This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 8d7f252b4c6e2d0031f82f7f1cc5c7ddf9172175 Merge: 536562122 64f8d9c4e Author: Wenli Zhang <[email protected]> AuthorDate: Wed Jul 23 14:49:51 2025 +0800 Merge pull request #21127 from apache/release-dev chore: release 6.0.0-rc.1 dist/echarts.common.js | 748 ++++++++++-------- dist/echarts.common.js.map | 2 +- dist/echarts.common.min.js | 2 +- dist/echarts.esm.js | 930 +++++++++++++---------- dist/echarts.esm.js.map | 2 +- dist/echarts.esm.min.js | 4 +- dist/echarts.esm.min.mjs | 4 +- dist/echarts.esm.mjs | 930 +++++++++++++---------- dist/echarts.esm.mjs.map | 2 +- dist/echarts.js | 930 +++++++++++++---------- dist/echarts.js.map | 2 +- dist/echarts.min.js | 2 +- dist/echarts.simple.js | 698 +++++++++-------- dist/echarts.simple.js.map | 2 +- dist/echarts.simple.min.js | 2 +- i18n/langEL-obj.js | 175 +++++ i18n/langEL.js | 171 +++++ package-lock.json | 18 +- package.json | 4 +- src/core/echarts.ts | 4 +- test/runTest/marks/calendar-other-coord-sys.json | 8 + test/runTest/marks/dataset-guess.json | 10 + test/runTest/marks/gauge.json | 8 + test/runTest/marks/legend-borderColor.json | 10 + test/runTest/marks/legend.json | 8 + test/runTest/marks/logScale.json | 8 + test/runTest/marks/marker-z-z2.json | 8 + test/runTest/marks/pie-label-alignTo-adjust.json | 10 + test/runTest/marks/pie-label-alignTo.json | 8 + test/runTest/marks/pie-label-extreme.json | 10 + test/runTest/marks/sankey-labelValue.json | 8 + test/runTest/marks/scale-extreme-number.json | 10 + test/runTest/marks/theme.json | 8 + test/runTest/marks/tooltip.json | 10 + test/runTest/marks/violin.json | 8 + test/runTest/marks/visualMap-on-data.json | 10 + 36 files changed, 2915 insertions(+), 1859 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
