This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git
from 536562122 Merge pull request #21126 from apache/fix-16266
add 65efa6645 test: add mark as expected
add 64f8d9c4e chore: release 6.0.0-rc.1
new 8d7f252b4 Merge pull request #21127 from apache/release-dev
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:
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 +-
src/i18n/langEL.ts => i18n/langEL-obj.js | 65 +-
src/i18n/langEL.ts => i18n/langEL.js | 61 +-
package-lock.json | 18 +-
package.json | 4 +-
src/core/echarts.ts | 4 +-
test/runTest/marks/calendar-other-coord-sys.json | 8 +
.../marks/{media-pie.json => dataset-guess.json} | 6 +-
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 +
...edia-pie.json => pie-label-alignTo-adjust.json} | 6 +-
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 +
.../runTest/marks/{media-pie.json => tooltip.json} | 6 +-
test/runTest/marks/violin.json | 8 +
.../{media-pie.json => visualMap-on-data.json} | 6 +-
36 files changed, 2633 insertions(+), 1905 deletions(-)
copy src/i18n/langEL.ts => i18n/langEL-obj.js (78%)
copy src/i18n/langEL.ts => i18n/langEL.js (78%)
copy test/runTest/marks/{media-pie.json => dataset-guess.json} (51%)
create mode 100644 test/runTest/marks/legend-borderColor.json
copy test/runTest/marks/{media-pie.json => pie-label-alignTo-adjust.json} (51%)
create mode 100644 test/runTest/marks/pie-label-extreme.json
create mode 100644 test/runTest/marks/scale-extreme-number.json
copy test/runTest/marks/{media-pie.json => tooltip.json} (51%)
copy test/runTest/marks/{media-pie.json => visualMap-on-data.json} (51%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]