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

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


    from 0f4967b1b Merge pull request #19594 from apache/release-dev
     add dadc3ce7e chore: add source release debug file
     add 39a690e16 chore: log jest version
     add 5cd6322b8 Merge pull request #19567 from apache/chore-source-release
     add 0e30eac78 Revert "chore: add source release debug file"
     add 031a908fa Merge pull request #19569 from 
apache/revert-19567-chore-source-release
     add 385a817ca fix(toolbox): use `typeof` keyword rather than `isFunction` 
util to detect if `MouseEvent` object is supported (fix unexpected replacement 
in 
https://github.com/apache/echarts/commit/53babd2b4c83e875f8df6c370b356d6b44c1919c#diff-0b91602cf047a98c67d6c4edaacbfa7399c8e0d2d4564b83ece8419d144aea84R64)
     add 706b74b1c Merge pull request #19620 from apache/fix/toolbox/saveAsImage
     add b9f78094b Merge pull request #19628 from apache/release
     add c539b1fe3 fix(pie): fix `endAngle` is not applied on the empty circle
     add 643955133 Merge pull request #19642 from 
apache/fix/pie-endAngle-emptyCircle
     add 2e010c78a test: update dataset-layout.html (#19373)
     add cdf0c72fe chore: update workflow deps
     add 492a3f2e9 chore: update workflow deps
     add f9f324956 chore: update workflow deps
     add 12c555c51 Merge pull request #19697 from apache/update-workflow-deps
     add 7d2531398 chore: update deps & install and test typescript versions 
>=3.5
     add bd7a5825d Merge pull request #19696 from apache/test-dts
     add 1e027061b chore: ignore some unused dirs and files from npm
     add c576f0c39 Merge pull request #19695 from apache/npmignore
     add 1ad9a08fe Georoam supports the totalZoom parameter
     add 697e7984e Merge pull request #19837 from zhaoxinggang/master
     add e23a40759 fix: detectValue & parseDataValue not crashing with BigInt
     add bdc5d4f51 Merge pull request #19847 from zettca/fix/bigint
     add 4515cd37f fix: aria throws error in SSR (#19191)
     add 872ac99c7 chore(aria): add TODO comment for SSR support
     add 832cc514a Merge pull request #19892 from OverflowCat/master
     add 96f4a5f3b feat(time): add meridian template
     add 3cdc70347 Merge pull request #19888 from 
polzmann/feat/add-meridian-template-to-time
     add ea0da6344 fix(series): add non-null check for 
`seriesData.getLinkedData`.
     add 2a2a6e41f Merge pull request #19901 from 
apache/fix/seriesModel-getLinkedData-NPE
     add f12a3c72c fix(marker): fix marker label formatter can't get series 
information.
     add 7e4c70336 Merge pull request #19898 from 
apache/fix/marker/label-formatter-callback-params
     add 29c0f9df1 feat(sankey): Add sankey chart itemStyle.borderRadius 
support.
     add 75dd430d7 Merge pull request #19763 from deftliang/fix-sankey-radius
     add aaa2a48b9 feat: barSeries.startValue added
     add 7eae8148b extra testcases added
     add 323eca770 feat: rewrite changes to make dataZoom work
     add f74ede1e6 fix: fix the build bug caused by changes
     add 0d3a28962 fix: fix the build bug caused by changes
     add 0e862ce71 Merge branch 'issue#17077' of 
https://github.com/jiawulin001/echarts into issue#17077
     add a4db0d4f7 Merge pull request #17078 from jiawulin001/issue#17077
     add 71541f85a fix: In users' .d.ts `import('echarts/types/dist/shared')` 
can not visit `'echarts/types/dist/shared.d.ts'` since v5.5.0. Fix it. Fix 
#19663.
     add 57b8c9752 feat(treemap): add scaleLimit to limit the zooming. close 
#14599
     add 8921fec4b feat(treemap): add scaleLimit to limit the zooming. close 
#14599
     add 9f1d4fb14 fix: prototype _onZoom not effect
     add 0c5d5e791 feat(treemap):remove coordinateSystem
     add 4f0bb6527 feat(treemap): add scaleLimit with controllerHost
     add b0f77e880 feat(treemap): onZoom without controllerHost
     add 4dbfcfaa5 fix: custom onZoom
     add 91680313c feat(treemap): reset zoom when chart restore
     add 4b2d52fd0 Merge pull request #18304 from liuyizhou/fix-14599
     add a20948618 Merge branch 'master' into fix/ts-type-visibility
     add b61f6c028 Merge pull request #20030 from apache/fix/ts-type-visibility
     add 7faa2e176 test(treemap): update test case for #18304
     add 0ee94981f test(treemap): record test visual action for #18304
     add 0ab5f7264 Merge pull request #20020 from apache/feat-treemap-test
     add 0c013fe71 feat(axis): custom axis tick/label positions. close #13627
     add 952fa4523 chore: merge
     add 0c908241d fix: fix failed test cases and improve code
     add a2824713a Merge pull request #19919 from apache/dvdkon-fix-13627
     new 955762035 Merge pull request #20037 from apache/master

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/ci.yml                     |    6 +-
 .github/workflows/pr-preview.yml             |    2 +-
 .github/workflows/source-release.yml         |   10 +-
 .github/workflows/stale.yml                  |    2 +-
 .npmignore                                   |    3 +
 build/testDts.js                             |   27 +-
 package-lock.json                            | 1915 +++++++++++++++-----------
 package.README.md                            |    5 +-
 package.json                                 |   12 +-
 src/chart/bar/BarSeries.ts                   |    2 +
 src/chart/pie/PieView.ts                     |    5 +-
 src/chart/pie/pieLayout.ts                   |   16 +-
 src/chart/sankey/SankeyView.ts               |    6 +-
 src/chart/treemap/TreemapSeries.ts           |    8 +
 src/chart/treemap/TreemapView.ts             |   43 +-
 src/component/helper/MapDraw.ts              |    1 +
 src/component/marker/MarkerModel.ts          |   20 +-
 src/component/toolbox/feature/SaveAsImage.ts |    7 +-
 src/coord/axisCommonTypes.ts                 |   10 +-
 src/coord/axisTickLabelBuilder.ts            |   32 +
 src/coord/scaleRawExtentInfo.ts              |    6 +-
 src/data/helper/dataValueHelper.ts           |    2 +-
 src/data/helper/sourceHelper.ts              |    4 +-
 src/layout/barGrid.ts                        |   19 +-
 src/layout/barPolar.ts                       |    6 +-
 src/model/Series.ts                          |    2 +-
 src/util/time.ts                             |    5 +-
 src/util/types.ts                            |    1 +
 src/visual/aria.ts                           |    7 +-
 test/axis-customTicks.html                   |  202 +++
 test/bar-startValue.html                     |  225 +++
 test/dataset-layout.html                     |   28 +-
 test/graph-case.html                         |  252 +++-
 test/map-china.html                          |    1 +
 test/markPoint.html                          |  198 ++-
 test/node/ssr.js                             |    4 +
 test/pie-endAngle.html                       |    5 +-
 test/runTest/actions/__meta__.json           |    5 +-
 test/runTest/actions/graph-case.json         |    2 +-
 test/runTest/actions/pie-endAngle.json       |    2 +-
 test/runTest/actions/treemap-scaleLimit.json |    1 +
 test/sankey-borderRadius.html                |   93 ++
 test/treemap-scaleLimit.html                 |  185 +++
 test/ut/spec/util/time.test.ts               |   16 +-
 44 files changed, 2484 insertions(+), 919 deletions(-)
 create mode 100644 test/axis-customTicks.html
 create mode 100644 test/bar-startValue.html
 create mode 100644 test/runTest/actions/treemap-scaleLimit.json
 create mode 100644 test/sankey-borderRadius.html
 create mode 100644 test/treemap-scaleLimit.html


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

Reply via email to