You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2022/06/08 07:12:46 UTC

[echarts] branch release updated (8b2a4c4fa -> 1a584e45d)

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 8b2a4c4fa Merge pull request #16759 from apache/release-dev
     add b0f8d9100 fix(radar): fix regression bug brought by branch merging. (#15985)
     add 977bba135 Merge pull request #16764 from apache/fix-radar-tooltip
     add 0681e9be3 Merge pull request #16819 from apache/release
     add c17df2da8 chore: add NPM install link to vote-release template.
     add 8e3aceb0c chore: update KEYS.
     add 83cbb281e chore: update homepage link in package.json
     add d706bda50 chore: remove deprecated tutorial link for custom build in README.
     add 045c85d0a Merge pull request #16820 from apache/update-keys-materials
     add cda23a02d fix(DataStore): fix typo 'Invalid'. close #16786
     add 25109e317 Merge pull request #16824 from XXXMrG/fix-16786
     add da71a9ec4 ci: add lint step
     add d0e8626c8 Merge pull request #16836 from apache/workflow-add-lint-step
     add 8ea10f4d0 [infra] reset notifications to commits@echarts for commits, PRs and issues
     add a1d0a676b Merge pull request #16857 from apache/humbedooh/notifications
     add 2fafe28dd fix: Dump areaStyle polygon when notMerge is true
     add f5c6ecdff Update for lint flaws
     add d92ddba61 test: tweak test case title and add VRT action.
     add 3b7ff4fc2 Merge pull request #16772 from jiawulin001/issue#16769
     add 0062d9938 ci: fix lint may not work when pr synchronizes.
     add 084ea7f52 Merge pull request #16866 from apache/ci/lint
     add 1a8f622cc fix: bug 16849
     add 1b9afd847 feat: move comment as require
     add 2a67f86e6 Merge pull request #16854 from Ling310/features/fix-16849
     add ee116a0f7 fix(graph): user cursor has higher priority (#16867)
     add 7114d76b6 ci: fix node module cache doesn't work
     add b2168d5f3 Merge pull request #16881 from apache/ci-cache
     add 8faf0f6e7 fix: markArea display filter correction
     add 8e0359ee7 fix lint style error and add test case
     add a5bba6590 Use BoundingRect.intersect instead of rectRectIntersect
     add e90c07eb1 fix lint style errors
     add cb80d3aee Fix another lint style error
     add ad0c2dd92 Update with new BoundingRect create
     add 16b24573c fix lint style error
     add 670ac6864 test(markArea): add zoom interaction testing
     add d87e51a2b test(markArea): optimize test interactions
     add d3366c904 fix: Update comment on MarkAreaView.ts
     add cc3f4a740 optimize variable in MarkAreaView.ts
     add a5257e38a Merge pull request #16861 from jiawulin001/issue#16853
     add 7779e6192 fix(types): graph autoCurveness option
     add 4a5219984 Merge pull request #16897 from kongmoumou/fix-type
     add b2897aca0 Add 'decal' to ITEM_STYLE_KEY_MAP and add check if it is 'none'
     add 11e37cc68 Update legend decal style dealer
     add ec1db268f fix lint error
     add 94856a961 added passed down api for functions in legendView
     add 7c029eece remove decal from ITEM_STYLE_KEY_MAP
     add 66d064ca0 Update with ternary expression
     add 6626f488c fix lint errors
     add a956d3e7e fix: fix names legendItemModel->itemStyleModel, legendModel->legendItemModel
     add e9d1f833a fix: remove explicit input 'false'(default) from getShallow
     add 3961cefc0 Merge pull request #16922 from jiawulin001/issue#16909
     add 62ab37959 fix: tooltip content won't change with axis extent when triggerOn set to 'click'
     add 1258fa715 fix: use short phrase 'triggerOn' instead
     add f783cd8af Merge pull request #16939 from jiawulin001/issue#16930
     add 8e6e8bb4a fix(tree): radial tree with single root doesn't work
     add 027d64c6a fix(tree): remove unused html
     add b98df5c45 Merge pull request #16950 from fuchunhui/master
     add 5c53e9d84 chore: fix broken external editor links.
     add b4250f8ae Merge pull request #16966 from apache/fix-editor-link
     add bc641254a feat(View): `View` center supports `string` (#16904)
     add 6d45e2a9e feat(piecewise): `selecedtMode` support `boolean` (#16972)
     add a44c7f5f1 feat(tree): `tree` focus supports `relative`
     add 84b957855 Merge pull request #17009 from susiwen8/tree-relative
     add ffc742918 fix(graphic): 1) fix some options may be unexpectedly reset when calling setOption. 2) fix group children can't be updated when calling setOption with no `type` option.
     add 5cf53e24a Merge pull request #17007 from apache/fix/graphic
     add dffa1ef39 {yy} should be padded to 2 digits
     add 6c793aad3 Merge pull request #17064 from Fritzbox2000/master
     add 6ee5f7076 fix(time): Quarters split the year into 4 quarters not 3. close #17057 (#17073)
     add 99b012676 Add test for custom singleAxis.
     add d464d8c3f Fix prepareCustoms key for Single axis.
     add 9b670a075 Fix typo: pathes -> paths
     add 99b0182c4 Merge pull request #16850 from benlongo/fix_prepareCustoms_for_single_axis
     add 817d3bf13 docs: remove a broken link and update info in CONTRIBUTING.md. close #17088
     add d7eeae11a Update CONTRIBUTING.md
     add d805ff25a Merge pull request #17094 from tyn1998/fix-17088
     add edeff8b1d feat: add new stacking strategies
     add 6d69ccd04 add explicit default
     add 8e3250fef remove redundant spaces
     add 1a8002b0a Merge pull request #17086 from preset-io/villebro/negative-stack
     add 16016881a fix(geo): add back two missing arguments to `projectedToPoint` called in Geo `dataToPoint` function.
     add 7a8808d63 Merge pull request #17150 from apache/fix/geo
     add c54953c07 fix(markLine): fix markLine label shows wrong tooltip content.
     add 79fdbe4e7 Merge pull request #16971 from apache/fix-markLine-label-tooltip
     add 3ece5c065 fix(tree): fix tree unexpected expand (#16548)
     add ed259699d fix:improve PictorialBarSeriesOption
     add 4c167a3a4 Merge pull request #17155 from dmzc/fix-pictorialbar-dts
     add 734cfbf46 chore: remove some unintentional comment
     add e2d26a298 Merge pull request #17172 from susiwen8/fix-comment
     add c82eb4157 test: update visual test cdn to be unpkg
     add 0c7291fb5 Merge pull request #17181 from apache/test-cdn
     new 1a584e45d Merge pull request #17182 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:
 .asf.yaml                                      |   4 +
 .github/ISSUE_TEMPLATE/bug_report.yml          |   2 +-
 .github/workflows/ci.yml                       |  68 +++++++--
 CONTRIBUTING.md                                |   2 +-
 KEYS                                           | 178 +++++++++++++++++++++++
 README.md                                      |   4 +-
 build/source-release/template/vote-release.tpl |   6 +-
 package.json                                   |   2 +-
 src/action/roamHelper.ts                       |   8 +-
 src/chart/bar/PictorialBarSeries.ts            |   5 +-
 src/chart/bar/PictorialBarView.ts              |   8 +-
 src/chart/custom/CustomView.ts                 |   2 +-
 src/chart/graph/GraphSeries.ts                 |   6 +
 src/chart/graph/GraphView.ts                   |   2 +-
 src/chart/graph/createView.ts                  |   2 +-
 src/chart/graph/install.ts                     |   5 +-
 src/chart/helper/Symbol.ts                     |   4 +-
 src/chart/line/LineView.ts                     |   4 +
 src/chart/tree/TreeSeries.ts                   |   2 +-
 src/chart/tree/TreeView.ts                     |  21 +--
 src/chart/tree/treeAction.ts                   |   5 +-
 src/chart/treemap/TreemapSeries.ts             |   6 -
 src/component/dataZoom/SliderZoomView.ts       |   3 +-
 src/component/geo/install.ts                   |   5 +-
 src/component/graphic/GraphicModel.ts          |   4 +-
 src/component/graphic/GraphicView.ts           |  49 ++++---
 src/component/legend/LegendView.ts             |  33 +++--
 src/component/marker/MarkAreaView.ts           |  28 ++--
 src/component/marker/MarkLineView.ts           |   4 +-
 src/component/marker/markerHelper.ts           |  13 ++
 src/component/tooltip/TooltipView.ts           |   4 +-
 src/component/visualMap/PiecewiseModel.ts      |   2 +-
 src/component/visualMap/PiecewiseView.ts       |   6 +-
 src/coord/View.ts                              |  11 +-
 src/coord/cartesian/Cartesian2D.ts             |  12 ++
 src/coord/geo/Geo.ts                           |   2 +-
 src/coord/geo/geoCreator.ts                    |   2 +-
 src/coord/radar/RadarModel.ts                  |   3 -
 src/data/DataStore.ts                          |   2 +-
 src/model/Global.ts                            |   2 +-
 src/model/Model.ts                             |   6 +-
 src/processor/dataStack.ts                     |  21 +--
 src/util/clazz.ts                              |   4 +-
 src/util/format.ts                             |   2 +-
 src/util/time.ts                               |   2 +-
 src/util/types.ts                              |   9 +-
 test/area-stack.html                           | 191 +++++++++++++++++++++++--
 test/custom.html                               |  85 ++++++++++-
 test/graph-simple.html                         |   1 +
 test/graph-symbol.html                         |   2 +
 test/graphic-cases.html                        | 105 +++++++++++++-
 test/linesGL-ny-appendData.html                |   6 +-
 test/markArea.html                             |  93 +++++++++++-
 test/marker-case.html                          |  42 +++++-
 test/runTest/actions/__meta__.json             |  11 +-
 test/runTest/actions/graphic-cases.json        |   1 +
 test/runTest/actions/markArea.json             |   2 +-
 test/runTest/actions/marker-case.json          |   1 +
 test/runTest/actions/radar3.json               |   2 +-
 test/runTest/actions/setOption.json            |   2 +-
 test/runTest/actions/tree-polyline.json        |   1 +
 test/runTest/actions/tree-radial.json          |   2 +-
 test/runTest/util.js                           |   5 +-
 test/setOption.html                            |  49 ++++++-
 test/tree-legend.html                          |   7 +-
 test/tree-radial.html                          |  96 ++++++++-----
 66 files changed, 1069 insertions(+), 210 deletions(-)
 create mode 100644 test/runTest/actions/graphic-cases.json
 create mode 100644 test/runTest/actions/marker-case.json
 create mode 100644 test/runTest/actions/tree-polyline.json


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


[echarts] 01/01: Merge pull request #17182 from apache/master

Posted by ov...@apache.org.
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 1a584e45d7cdd271eb7e7c95ade32721f214c9d2
Merge: 8b2a4c4fa 0c7291fb5
Author: Wenli Zhang <zw...@gmail.com>
AuthorDate: Wed Jun 8 15:12:15 2022 +0800

    Merge pull request #17182 from apache/master
    
    Release v5.3.3

 .asf.yaml                                      |   4 +
 .github/ISSUE_TEMPLATE/bug_report.yml          |   2 +-
 .github/workflows/ci.yml                       |  68 +++++++--
 CONTRIBUTING.md                                |   2 +-
 KEYS                                           | 178 +++++++++++++++++++++++
 README.md                                      |   4 +-
 build/source-release/template/vote-release.tpl |   6 +-
 package.json                                   |   2 +-
 src/action/roamHelper.ts                       |   8 +-
 src/chart/bar/PictorialBarSeries.ts            |   5 +-
 src/chart/bar/PictorialBarView.ts              |   8 +-
 src/chart/custom/CustomView.ts                 |   2 +-
 src/chart/graph/GraphSeries.ts                 |   6 +
 src/chart/graph/GraphView.ts                   |   2 +-
 src/chart/graph/createView.ts                  |   2 +-
 src/chart/graph/install.ts                     |   5 +-
 src/chart/helper/Symbol.ts                     |   4 +-
 src/chart/line/LineView.ts                     |   4 +
 src/chart/tree/TreeSeries.ts                   |   2 +-
 src/chart/tree/TreeView.ts                     |  21 +--
 src/chart/tree/treeAction.ts                   |   5 +-
 src/chart/treemap/TreemapSeries.ts             |   6 -
 src/component/dataZoom/SliderZoomView.ts       |   3 +-
 src/component/geo/install.ts                   |   5 +-
 src/component/graphic/GraphicModel.ts          |   4 +-
 src/component/graphic/GraphicView.ts           |  49 ++++---
 src/component/legend/LegendView.ts             |  33 +++--
 src/component/marker/MarkAreaView.ts           |  28 ++--
 src/component/marker/MarkLineView.ts           |   4 +-
 src/component/marker/markerHelper.ts           |  13 ++
 src/component/tooltip/TooltipView.ts           |   4 +-
 src/component/visualMap/PiecewiseModel.ts      |   2 +-
 src/component/visualMap/PiecewiseView.ts       |   6 +-
 src/coord/View.ts                              |  11 +-
 src/coord/cartesian/Cartesian2D.ts             |  12 ++
 src/coord/geo/Geo.ts                           |   2 +-
 src/coord/geo/geoCreator.ts                    |   2 +-
 src/coord/radar/RadarModel.ts                  |   3 -
 src/data/DataStore.ts                          |   2 +-
 src/model/Global.ts                            |   2 +-
 src/model/Model.ts                             |   6 +-
 src/processor/dataStack.ts                     |  21 +--
 src/util/clazz.ts                              |   4 +-
 src/util/format.ts                             |   2 +-
 src/util/time.ts                               |   2 +-
 src/util/types.ts                              |   9 +-
 test/area-stack.html                           | 191 +++++++++++++++++++++++--
 test/custom.html                               |  85 ++++++++++-
 test/graph-simple.html                         |   1 +
 test/graph-symbol.html                         |   2 +
 test/graphic-cases.html                        | 105 +++++++++++++-
 test/linesGL-ny-appendData.html                |   6 +-
 test/markArea.html                             |  93 +++++++++++-
 test/marker-case.html                          |  42 +++++-
 test/runTest/actions/__meta__.json             |  11 +-
 test/runTest/actions/graphic-cases.json        |   1 +
 test/runTest/actions/markArea.json             |   2 +-
 test/runTest/actions/marker-case.json          |   1 +
 test/runTest/actions/radar3.json               |   2 +-
 test/runTest/actions/setOption.json            |   2 +-
 test/runTest/actions/tree-polyline.json        |   1 +
 test/runTest/actions/tree-radial.json          |   2 +-
 test/runTest/util.js                           |   5 +-
 test/setOption.html                            |  49 ++++++-
 test/tree-legend.html                          |   7 +-
 test/tree-radial.html                          |  96 ++++++++-----
 66 files changed, 1069 insertions(+), 210 deletions(-)


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