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 1d4de08c3 Merge pull request #20535 from apache/master
     add 7ce67d550 chore: npm audit packages
     add 828c03745 style(i18n): fix lint issue in langSV
     add b0a6c0e89 fix(boxplot): simplify `_hasEncodeRule` logic (#20324)
     add 3e9b843fa test: fix test case and tool & update stale deps
     add b9705c570 test: fix test cases
     add ec05e160b test: tweak log
     add eb23485a6 fix(visualMap): cursor is pointer on selectedMode=false
     add aa2baff56 test(visualMap): cursor is pointer on selectedMode=false
     add 104df1bce Merge pull request #20551 from sz-p/fix-20533
     add 9676b2f71 chore: merge master into release
     add d58827ab9 fix(visualMap): tweak #20551 & add VRT test
     add c2b7b301a test: fix test case
     add 592cab670 chore: remove unused types
     add 08fb397c3 fix(pictorial): fix zero value flipping for different axes
     add 5a1be9489 refactor(pictorial): refactor xor logic
     add 6e9ef3b50 style(pictorialBar): make pxSign logic more intuitive
     add b18ff75be Merge pull request #20557 from apache/fix-pictorial
     add 619beb7a3 test: tweak test case
     add e09c9d2aa test: fix test cases
     add b97aa695e chore: add types for puppeteer browser
     add 2009644ce test: can use CN mirror to fetch versions and libs
     add cdb0ebc0e feat(geo): support styling region in original GeoJSON data
     add 8f3977327 refactor(geo): change option name to `echartsStyle` and 
enable more style options
     add 5d1d34e36 Merge pull request #20561 from 
apache/feat/geo/styling-in-geojson
     add 3ec7b26be refactor(geo): apply `echartsStyle` in Model instead of View.
     add ab5de8ecd Merge pull request #20564 from 
apache/feat/geo/styling-in-geojson
     add 9139d4571 fix(map): change map data
     add 04d412ad6 fix: add regions.silent and z for geo and map
     add 945148f2e fix(test): update map data
     add 4d990f750 fix(map): hide label for boundary line features
     add fd87c34e6 fix(map): remove preventAutoZ for map
     add 181842f5e test(map): replace test cases with new map
     add e231c0968 fix(map): update test cases
     add 8dd547561 fix(test): fix map test case
     add 4e84f15ce fix(test): fix map test case
     add 70a5f3f53 Merge pull request #20566 from apache/fix-map
     add 5764d0c3c chore: update zrender versin to 5.6.1
     add 74203be9f release: update echarts version to 5.6.0
     add a96cbaa49 release: build v5.6.0
     new fe42bc1ea Merge pull request #20556 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                         | 6424 ++++++++--------
 dist/echarts.common.js.map                     |    2 +-
 dist/echarts.common.min.js                     |    4 +-
 dist/echarts.esm.js                            | 9684 ++++++++++++------------
 dist/echarts.esm.js.map                        |    2 +-
 dist/echarts.esm.min.js                        |    4 +-
 dist/echarts.esm.min.mjs                       |    4 +-
 dist/echarts.esm.mjs                           | 9684 ++++++++++++------------
 dist/echarts.esm.mjs.map                       |    2 +-
 dist/echarts.js                                | 9684 ++++++++++++------------
 dist/echarts.js.map                            |    2 +-
 dist/echarts.min.js                            |    4 +-
 dist/echarts.simple.js                         | 4928 ++++++------
 dist/echarts.simple.js.map                     |    2 +-
 dist/echarts.simple.min.js                     |    4 +-
 dist/extension/bmap.js.map                     |    2 +-
 dist/extension/dataTool.js                     |    1 -
 dist/extension/dataTool.js.map                 |    2 +-
 src/i18n/langFA.ts => i18n/langFA-obj.js       |   33 +-
 src/i18n/langFA.ts => i18n/langFA.js           |   29 +-
 i18n/langPT-br-obj.js                          |   24 +-
 i18n/langPT-br.js                              |   24 +-
 src/i18n/langSV.ts => i18n/langSV-obj.js       |  318 +-
 src/i18n/langSV.ts => i18n/langSV.js           |  314 +-
 package-lock.json                              | 7569 +++++++++---------
 package.json                                   |    4 +-
 src/chart/bar/PictorialBarView.ts              |    6 +-
 src/chart/helper/whiskerBoxCommon.ts           |    5 +-
 src/chart/map/MapSeries.ts                     |   24 +-
 src/chart/treemap/treemapVisual.ts             |    4 +-
 src/component/dataZoom/AxisProxy.ts            |    2 -
 src/component/helper/MapDraw.ts                |   10 +-
 src/component/visualMap/ContinuousView.ts      |    2 +-
 src/component/visualMap/PiecewiseModel.ts      |    3 -
 src/component/visualMap/PiecewiseView.ts       |   22 +-
 src/coord/geo/GeoModel.ts                      |   14 +-
 src/coord/geo/Region.ts                        |    7 +-
 src/coord/geo/geoCreator.ts                    |   19 +-
 src/core/echarts.ts                            |    4 +-
 src/data/SeriesData.ts                         |    2 +-
 src/i18n/langSV.ts                             |    2 +-
 ssr/client/dist/index.js.map                   |    2 +-
 test/bmap.html                                 |    4 +-
 test/brush.html                                |   26 +-
 test/data/map/js/china.js                      |   58 +-
 test/data/map/json/china-cities.json           |    1 -
 test/data/map/json/china-new.json              |    1 -
 test/data/map/json/china.json                  |    1 -
 test/dataZoom-geo.html                         |   22 +-
 test/dataset-charts.html                       |  102 +-
 test/effectScatter.html                        |   42 +-
 test/geo-data-stream.html                      |   15 +
 test/geo-lines.html                            |   34 +-
 test/geo-map.html                              | 1128 +--
 test/geo-random-stream.html                    |   20 +-
 test/geo-update.html                           |   16 +
 test/geoLine.html                              |   62 +-
 test/geoScatter.html                           |    4 +-
 test/heatmap-geo.html                          |   15 +
 test/heatmap-map.html                          |   25 +-
 test/lines-remove.html                         |   40 +-
 test/lines-symbol.html                         |   25 +-
 test/map-china.html                            |   86 +-
 test/map-contour.html                          |   54 +-
 test/map-default.html                          |   30 +-
 test/map-locate.html                           |   21 +-
 test/map-nested.html                           |   38 +-
 test/map-projection.html                       |   29 +-
 test/map.html                                  |  211 +-
 test/pictorial-zero-value.html                 |  101 +-
 test/pie-coordinate-system.html                |   28 +-
 test/runTest/actions/__meta__.json             |    3 +-
 test/runTest/actions/bar2.json                 |    2 +-
 test/runTest/actions/dataZoom-axes.json        |    2 +-
 test/runTest/actions/drag-out.json             |    2 +-
 test/runTest/actions/heatmap.json              |    2 +-
 test/runTest/actions/stackBar-dataZoom.json    |    2 +-
 test/runTest/actions/symbol.json               |    2 +-
 test/runTest/actions/visualMap-selectMode.json |    1 +
 test/runTest/cli.js                            |   53 +-
 test/runTest/client/client.css                 |    1 +
 test/runTest/compareScreenshot.js              |    5 +-
 test/runTest/package-lock.json                 | 2357 ++++--
 test/runTest/package.json                      |   12 +-
 test/runTest/recorder/index.html               |    2 +-
 test/runTest/recorder/recorder.css             |    5 +
 test/runTest/server.js                         |   26 +-
 test/runTest/util.js                           |   37 +-
 test/scatter-random-stream-fix-axis.html       |    3 +-
 test/scatter-weibo.html                        |   28 +-
 test/toolbox-textStyle.html                    |  146 +-
 test/touch-slide.html                          |   19 +-
 test/visualMap-pieces.html                     |   90 +-
 test/visualMap-selectMode.html                 |  158 +
 test/visualMap-special-case.html               |   21 +-
 95 files changed, 28633 insertions(+), 25467 deletions(-)
 copy src/i18n/langFA.ts => i18n/langFA-obj.js (88%)
 copy src/i18n/langFA.ts => i18n/langFA.js (89%)
 copy src/i18n/langSV.ts => i18n/langSV-obj.js (69%)
 copy src/i18n/langSV.ts => i18n/langSV.js (70%)
 delete mode 100644 test/data/map/json/china-cities.json
 delete mode 100644 test/data/map/json/china-new.json
 delete mode 100644 test/data/map/json/china.json
 create mode 100644 test/runTest/actions/visualMap-selectMode.json
 create mode 100644 test/visualMap-selectMode.html


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

Reply via email to