You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/10/27 01:46:35 UTC

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

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

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

commit 789bad0ef6aa1b46bc14b9e9a01f5cc4e370e5e2
Merge: 1c70026 e66d871
Author: Yi Shen <bm...@gmail.com>
AuthorDate: Wed Oct 27 09:46:25 2021 +0800

    Merge pull request #15950 from apache/master
    
    Prepare to release 5.2.2

 .github/workflows/source-release.yml               |   2 +-
 build/prepareNightly.js                            |   1 +
 build/source-release/template/announce-release.tpl |   6 +-
 dist/echarts.js                                    |  12 +-
 src/chart/bar/BarView.ts                           |  37 +++++-
 src/chart/line/LineSeries.ts                       |   6 +-
 src/chart/line/LineView.ts                         |  44 +++++--
 src/chart/line/install.ts                          |   1 -
 src/chart/line/poly.ts                             |  21 ++-
 src/chart/treemap/Breadcrumb.ts                    |   2 +-
 src/component/calendar/CalendarView.ts             |  82 ++++++------
 src/coord/calendar/CalendarModel.ts                |  21 +--
 src/coord/scaleRawExtentInfo.ts                    |   5 -
 src/core/echarts.ts                                |   4 +-
 src/i18n/langPL.ts                                 | 142 ++++++++++++++++++++
 src/i18n/langRU.ts                                 | 143 +++++++++++++++++++++
 src/label/LabelManager.ts                          |  13 +-
 src/label/labelStyle.ts                            |  12 +-
 src/legacy/getTextRect.ts                          |   2 -
 src/model/Model.ts                                 |   2 +-
 src/model/mixin/dataFormat.ts                      |   2 +-
 src/util/format.ts                                 |   2 +
 src/util/types.ts                                  |  11 +-
 src/visual/aria.ts                                 |   8 +-
 test/aria-pie.html                                 |  26 +++-
 test/axis-filter-extent2.html                      |  42 +++++-
 test/bar-race.html                                 |  55 +++++++-
 test/calendar-week.html                            |  44 +++++--
 test/line-case.html                                |  91 +++++++++++++
 test/line-visual2.html                             |  41 ++++++
 test/polyline-gon-event.html                       |  91 +++++++++++++
 test/runTest/actions/__meta__.json                 |   1 +
 test/tooltip-axisPointer2.html                     |  19 ++-
 33 files changed, 873 insertions(+), 118 deletions(-)

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