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/09/21 02:20:00 UTC

svn commit: r50023 - in /release/echarts: 5.1.2/RELEASE_NOTE.txt 5.2.0/RELEASE_NOTE.txt 5.2.1/ 5.2.1/RELEASE_NOTE.txt 5.2.1/apache-echarts-5.2.1-src.zip 5.2.1/apache-echarts-5.2.1-src.zip.asc 5.2.1/apache-echarts-5.2.1-src.zip.sha512

Author: shenyi
Date: Tue Sep 21 02:20:00 2021
New Revision: 50023

Log:
release 5.2.1

Added:
    release/echarts/5.1.2/RELEASE_NOTE.txt
    release/echarts/5.2.0/RELEASE_NOTE.txt
    release/echarts/5.2.1/
    release/echarts/5.2.1/RELEASE_NOTE.txt
    release/echarts/5.2.1/apache-echarts-5.2.1-src.zip   (with props)
    release/echarts/5.2.1/apache-echarts-5.2.1-src.zip.asc
    release/echarts/5.2.1/apache-echarts-5.2.1-src.zip.sha512

Added: release/echarts/5.1.2/RELEASE_NOTE.txt
==============================================================================
--- release/echarts/5.1.2/RELEASE_NOTE.txt (added)
+++ release/echarts/5.1.2/RELEASE_NOTE.txt Tue Sep 21 02:20:00 2021
@@ -0,0 +1,31 @@
+## 5.1.2
+
+## v5.1.2
+
++ [Feature] [geo/map] Support skew in transform and svg parser. [#755](https://github.com/ecomfe/zrender/issues/755) ([pissang](https://github.com/pissang))
++ [Feature] [tree] Add `treeAncestors` property in the params of tooltip callback . [#14957](https://github.com/apache/echarts/issues/14957) ([stephenLYZ](https://github.com/stephenLYZ))
++ [Feature] [i18n] Add Slovenian translation. [#14758](https://github.com/apache/echarts/issues/14758) ([dkrat7](https://github.com/dkrat7))
++ [Fix] [canvas] Fix extra `ctx.save` call when dirty rect is enabled. [#765](https://github.com/ecomfe/zrender/issues/765) ([pissang](https://github.com/pissang))
++ [Fix] [path] Fix small subpath may be ignored when optimizing small line segments. [#760](https://github.com/ecomfe/zrender/issues/760) ([pissang](https://github.com/pissang))
++ [Fix] [tooltip] When component `tooltip.formatter` is not specified, use a specific default formatter, rather than use global `tooltip.formatter` as default. Fix [#14939](https://github.com/apache/echarts/issues/14939). [#14972](https://github.com/apache/echarts/issues/14972) ([100pah](https://github.com/100pah))
++ [Fix] [resize] Error thrown when resize is called after setOption called with lazyUpdate: true. Fix [#14846](https://github.com/apache/echarts/issues/14846), Fix [#11395](https://github.com/apache/echarts/issues/11395). [#14934](https://github.com/apache/echarts/issues/14934) ([100pah](https://github.com/100pah))
++ [Fix] [treemap] Error when running setOption twice with diff data. [#14930](https://github.com/apache/echarts/issues/14930) ([Map1en](https://github.com/Map1en))
++ [Fix] [tree] Error when running setOption twice with diff data. [#14905](https://github.com/apache/echarts/issues/14905) ([Map1en](https://github.com/Map1en))
++ [Fix] [option] Check the missing component before merge theme. [#14966](https://github.com/apache/echarts/issues/14966) ([pissang](https://github.com/pissang))
++ [Fix] [text] Fix gradient text background cause rendering error. [#756](https://github.com/ecomfe/zrender/issues/756) ([pissang](https://github.com/pissang))
++ [Fix] [clip] Line chart will throw an error when `clip` is set as `false`. [#14813](https://github.com/apache/echarts/issues/14813) ([plainheart](https://github.com/plainheart))
++ [Fix] [legend] Remove unexpected syntax to ensure better compatibility. [#14810](https://github.com/apache/echarts/issues/14810) ([plainheart](https://github.com/plainheart))
++ [Fix] [dataZoom] Type fix for startValue and endValue. Close [#14412](https://github.com/apache/echarts/issues/14412) [#14775](https://github.com/apache/echarts/issues/14775) ([dileepyelleti](https://github.com/dileepyelleti))
++ [Fix] [label] Ensure the label of the temporary symbol is in front of line and area polygon. [#14993](https://github.com/apache/echarts/issues/14993) ([plainheart](https://github.com/plainheart))
++ [Fix] [stack] Fix number getPrecisionSafe incorrect on scientific notation like 3.45e-1. Stack sum eliminate floating arithmetic problem. [#15015](https://github.com/apache/echarts/issues/15015) ([100pah](https://github.com/100pah))
++ [Fix] [dataZoom] Should no dataZoom filtering when `toolbox.feature.dataZoom` not declared. [#15015](https://github.com/apache/echarts/issues/15015) ([100pah](https://github.com/100pah))
++ [Fix] [line] Avoid the infinite value in `linearMap` util. [#14602](https://github.com/apache/echarts/issues/14602) ([plainheart](https://github.com/plainheart))
++ [Fix] [timeline] Trigger `timelineplaychange` event when play to the end. [#14620](https://github.com/apache/echarts/issues/14620) ([Ovilia](https://github.com/Ovilia))
++ [Fix] [custom] Fix progressive rendering in custom series. [#14920](https://github.com/apache/echarts/issues/14920) ([pissang](https://github.com/pissang))
++ [Fix] [brush] Clamp range when brush. [#14569](https://github.com/apache/echarts/issues/14569) ([susiwen8](https://github.com/susiwen8))
++ [Fix] [label] Fix labels are not on the top bug. [#14542](https://github.com/apache/echarts/issues/14542) ([plainheart](https://github.com/plainheart))
++ [Fix] [toolbox] The `show` option of customized toolbox button does not work. [#14408](https://github.com/apache/echarts/issues/14408) ([plainheart](https://github.com/plainheart))
++ [Fix] [type] Changed `LineEndLabelOption.valueAnimation` to be optional. [#14806](https://github.com/apache/echarts/issues/14806) ([Bilge](https://github.com/Bilge))
++ [Fix] [type] Export cbs and their parameter types. [#14871](https://github.com/apache/echarts/issues/14871) ([dougalg](https://github.com/dougalg))
++ [Fix] [type] Fix position callback return type. Fix [#15031](https://github.com/apache/echarts/issues/15031). ([congjiujiu](https://github.com/congjiujiu))
++ [Fix] [type] Remove non-required properties from PatternObject and fix some type issues. [#759](https://github.com/ecomfe/zrender/issues/759). ([plainheart](https://github.com/plainheart))
\ No newline at end of file

Added: release/echarts/5.2.0/RELEASE_NOTE.txt
==============================================================================
--- release/echarts/5.2.0/RELEASE_NOTE.txt (added)
+++ release/echarts/5.2.0/RELEASE_NOTE.txt Tue Sep 21 02:20:00 2021
@@ -0,0 +1,58 @@
+## 5.2.0
+
+## v5.2.0
+
+#### Break Changes
+
++ [Fix] [pie] Negative value will be filtered [#15095](https://github.com/apache/echarts/issues/15095) ([ssthouse](https://github.com/ssthouse))
+
+#### All Changes
+
++ **[Feature] Introduce universal transition to all series. [#15208](https://github.com/apache/echarts/issues/15208) ([pissang](https://github.com/pissang))**
++ [Feature] [color] Add `series.colorBy` [#13788](https://github.com/apache/echarts/issues/13788) ([Ovilia](https://github.com/Ovilia))
++ [Feature] [label] Support sector label positions for polar bars [#774](https://github.com/ecomfe/zrender/issues/774) ([Ovilia](https://github.com/Ovilia))
++ [Feature] [effectScatter] Add `rippleEffect.number` [#15335](https://github.com/apache/echarts/issues/15335) ([plainheart](https://github.com/plainheart))
++ [Feature] [gauge] Add `pointer.showAbove` to allow pointer show above the title and details. [#15337](https://github.com/apache/echarts/issues/15337) ([AmosChenYQ](https://github.com/AmosChenYQ)) [#15326](https://github.com/apache/echarts/issues/15326) ([susiwen8](https://github.com/susiwen8))
++ [Feature] [gauge] Add `pointer.showAbove` to allow pointer show above the title and details. [#15337](https://github.com/apache/echarts/issues/15337) ([AmosChenYQ](https://github.com/AmosChenYQ)) [#15326](https://github.com/apache/echarts/issues/15326) ([susiwen8](https://github.com/susiwen8))
++ [Feature] [emphasis] `emphasis.color` can use `'inherit'` to be not higlighted. [#15172](https://github.com/apache/echarts/issues/15172) ([Foreverwzh](https://github.com/Foreverwzh))
++ [Feature] [pie] Display an empty cicle when pie don't have value. [#15095](https://github.com/apache/echarts/issues/15095) ([ssthouse](https://github.com/ssthouse))
++ [Fix] [dataset] Fix dataset performance drops signifcantly on high dimensions data. [#15355](https://github.com/apache/echarts/issues/15355) ([pissang](https://github.com/pissang))
++ [Fix] [axis] Optimize format in time axis [#15465](https://github.com/apache/echarts/issues/15465) ([leavest](https://github.com/leavest))  [#15434](https://github.com/apache/echarts/issues/15434) ([zhiyuc123](https://github.com/zhiyuc123))
++ [Fix] [custom] Optimize text font compatibility with older versions [#15454](https://github.com/apache/echarts/issues/15454) ([AmosChenYQ](https://github.com/AmosChenYQ))
++ [Fix] [memory] Optimize memory when chart instance is still hold after dispose [#15417](https://github.com/apache/echarts/issues/15417) ([pissang](https://github.com/pissang))
++ [Fix] [line] Optimize color gradient when having infinite value. [#15416](https://github.com/apache/echarts/issues/15416) ([plainheart](https://github.com/plainheart))
++ [Fix] [date] Optimize date parsing [#15410](https://github.com/apache/echarts/issues/15410) ([quillblue](https://github.com/quillblue))
++ [Fix] [line] Fix render bug. [#788](https://github.com/ecomfe/zrender/issues/788) ([pissang](https://github.com/pissang))
++ [Fix] [candlestick] Fix style lost after update [#15368](https://github.com/apache/echarts/issues/15368) ([pissang](https://github.com/pissang))
++ [Fix] [sankey] Gradient should follow orient. [#15363](https://github.com/apache/echarts/issues/15363) ([susiwen8](https://github.com/susiwen8))
++ [Fix] [tooltip] Fix tooltip formatter doesn't renders HTMLElement if tooltip position is specified. [#15313](https://github.com/apache/echarts/issues/15313) ([plainheart](https://github.com/plainheart))
++ [Fix] [tooltip] Tooltip should clear content when formatter returns null. [#15313](https://github.com/apache/echarts/issues/15313) ([plainheart](https://github.com/plainheart))
++ [Fix] [bar] Set label to be inside when position is `'middle'` [#15309](https://github.com/apache/echarts/issues/15309) ([Ovilia](https://github.com/Ovilia))
++ [Fix] [marker] Fix 'clampData' undefined error in 'getMarkerPosition'  [#15297](https://github.com/apache/echarts/issues/15297) ([AmosChenYQ](https://github.com/AmosChenYQ))
++ [Fix] [treemap] Fix old nodes not removed when disabled animation [#15283](https://github.com/apache/echarts/issues/15283) ([villebro](https://github.com/villebro))
++ [Fix] [tree] Fix edge may not removed when update data [#15251](https://github.com/apache/echarts/issues/15251) ([ssthouse](https://github.com/ssthouse))
++ [Fix] [pie/sunburst] Fix `borderRadius` can't be reset in pie series and sunburst series when setting it to `null` or `undefined` [#15243](https://github.com/apache/echarts/issues/15243) ([plainheart](https://github.com/plainheart))
++ [Fix] [canvas] Fix unexpected `none` or `null` fillStyle may be warned in firefox [#784](https://github.com/ecomfe/zrender/issues/784) ([plainheart](https://github.com/plainheart))
++ [Fix] [highlight] Hightlight multiple series through `chart.dispatchAction` not work as expected [#15207](https://github.com/apache/echarts/issues/15207) ([ssthouse](https://github.com/ssthouse))
++ [Fix] [sankey] Fix drag bug when using `series.nodes` to represent data. [#15199](https://github.com/apache/echarts/issues/15199) ([DuLinRain](https://github.com/DuLinRain))
++ [Fix] [svg] Optimize exported SVG compatibility for Powerpoint. [#767](https://github.com/ecomfe/zrender/pull/767) ([plainheart](https://github.com/plainheart))
++ [Fix] [legend] Fix `text.lineHeight` not work [#773](https://github.com/ecomfe/zrender/issues/773) ([ssthouse](https://github.com/ssthouse))
++ [Fix] [pie] Change the default `borderJoin` to `round`. [#15145](https://github.com/apache/echarts/issues/15145) ([plainheart](https://github.com/plainheart))
++ [Fix] [radar] Change the default `borderJoin` to `round`. [#15381](https://github.com/apache/echarts/issues/15381) ([Ovilia](https://github.com/Ovilia))
++ [Fix] [treemap]: Fix `label.show` set to `false` will throw error [#15141](https://github.com/apache/echarts/issues/15141) ([susiwen8](https://github.com/susiwen8))
++ [Fix] [pictorialBar] Fix pictorialBar zero value label display. [#15132](https://github.com/apache/echarts/issues/15132) ([ssthouse](https://github.com/ssthouse))
++ [Fix] [lines] Fix lines can't be cleared by chart.clear() [#15088](https://github.com/apache/echarts/issues/15088) ([plainheart](https://github.com/plainheart))
++ [Fix] [endLabel] Fix endLabel not display when only set `emphasis.show` to `true`.  [#15072](https://github.com/apache/echarts/issues/15072) ([Ovilia](https://github.com/Ovilia))
++ [Fix] [svg] Fix rect path not closed. [#767](https://github.com/ecomfe/zrender/issues/767) ([plainheart](https://github.com/plainheart))
++ [Fix] [treemap] Add `treeAncestors` in callback params [#14976](https://github.com/apache/echarts/issues/14976) ([pissang](https://github.com/pissang))
++ [Fix] [tree] Fix error when running setOption twice with different data [#14930](https://github.com/apache/echarts/issues/14930) ([Map1en](https://github.com/Map1en))
++ [Fix] [radar] Fix radar symbol border is scaled [#15396](https://github.com/apache/echarts/issues/15396) ([pissang](https://github.com/pissang))
++ [Fix] [marker] Fix symbolOffset and symbolKeepAspect doesn't work in markPoint. [#14737](https://github.com/apache/echarts/issues/14737) ([plainheart](https://github.com/plainheart))
++ [Fix] [gauge] Fix data index and series index is missing. [#14688](https://github.com/apache/echarts/issues/14688) ([yufeng04](https://github.com/yufeng04))
++ [Fix] [tooltip] Tooltip arrow will follow borderWidth. [#14393](https://github.com/apache/echarts/issues/14393) ([g7i](https://github.com/g7i))
++ [Fix] [geo] Fix geo switch from hidden to show fail. [#15361](https://github.com/apache/echarts/issues/15361) ([pissang](https://github.com/pissang))
++ [Fix] [type] Optimize type of `renderItem` in custom series.
++ [Fix] [type] Optimize option type of `echarts.init` #15486 [#15487](https://github.com/apache/echarts/issues/15487) ([John60676](https://github.com/John60676))
++ [Fix] [type] There is no `polarIndex` when coordinate of series is polar [#15281](https://github.com/apache/echarts/issues/15281) ([Map1en](https://github.com/Map1en))
++ [Fix] [type] Optimize type when using SVG source in geo component. [#15263](https://github.com/apache/echarts/issues/15263) ([leosxie](https://github.com/leosxie))
++ [Fix] [type] fix wrong type for PieSeries data and MapSeries data. [#15144](https://github.com/apache/echarts/issues/15144) ([plainheart](https://github.com/plainheart))
\ No newline at end of file

Added: release/echarts/5.2.1/RELEASE_NOTE.txt
==============================================================================
--- release/echarts/5.2.1/RELEASE_NOTE.txt (added)
+++ release/echarts/5.2.1/RELEASE_NOTE.txt Tue Sep 21 02:20:00 2021
@@ -0,0 +1,16 @@
+## 5.2.1
+
++ [Feature] [i18n] Adding pt-BR (Portuguese, Brazil) lang. [#15722](https://github.com/apache/echarts/issues/15722) ([williamorim](https://github.com/williamorim))
++ [Feature] [axis] add `axisLabel.hideOverlap`. [#15583](https://github.com/apache/echarts/issues/15583) ([svedova](https://github.com/svedova)) [#15712](https://github.com/apache/echarts/issues/15712) ([pissang](https://github.com/pissang))
++ [Feature] [sunburst] Add `radius` in levels [#15706](https://github.com/apache/echarts/issues/15706) ([Ovilia](https://github.com/Ovilia))
++ [Fix] [line] Fix animation may be wrong when data changes lot. [#15731](https://github.com/apache/echarts/issues/15731) ([pissang](https://github.com/pissang))
++ [Fix] [legend] Fix `icon` not keep aspect. [#15720](https://github.com/apache/echarts/issues/15720) ([pissang](https://github.com/pissang))
++ [Fix] [line] Optimize line gradient leaks on the edge when the range is large. [#15711](https://github.com/apache/echarts/issues/15711) ([pissang](https://github.com/pissang))
++ [Fix] [marker] Fix `markLine`, `markPoint` and `markArea` may not work on time axis if use string time data [#15686](https://github.com/apache/echarts/issues/15686) ([100pah](https://github.com/100pah))
++ [Fix] [tooltip] Fix tooltip may be lagging and shaking in Chrome(with the devtools open) and Firefox. [#15683](https://github.com/apache/echarts/issues/15683) ([plainheart](https://github.com/plainheart))
++ [Fix] [svg] Fix svg mouse event doesn't work normally in Firefox when using shadow. [#812](https://github.com/ecomfe/zrender/issues/812) ([plainheart](https://github.com/plainheart))
++ [Fix] [line] Not stop existing expand animation when update. [#15599](https://github.com/apache/echarts/issues/15599) ([Ovilia](https://github.com/Ovilia))
++ [Fix] [geo]  Fix `href` attribute not work in SVG source. [#803](https://github.com/ecomfe/zrender/issues/803) ([plainheart](https://github.com/plainheart))
++ [Fix] [polar] Fix wrong sector clockwise when previous data is 0. [#15589](https://github.com/apache/echarts/issues/15589) ([Ovilia](https://github.com/Ovilia))
++ [Fix] [type] Improve option types. [#15696](https://github.com/apache/echarts/issues/15696) ([pissang](https://github.com/pissang))
++ [Fix] Fix prototype pollution. [GHSA-fhv8-fx5f-7fxf](https://github.com/ecomfe/zrender/security/advisories/GHSA-fhv8-fx5f-7fxf)
\ No newline at end of file

Added: release/echarts/5.2.1/apache-echarts-5.2.1-src.zip
==============================================================================
Binary file - no diff available.

Propchange: release/echarts/5.2.1/apache-echarts-5.2.1-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/echarts/5.2.1/apache-echarts-5.2.1-src.zip.asc
==============================================================================
--- release/echarts/5.2.1/apache-echarts-5.2.1-src.zip.asc (added)
+++ release/echarts/5.2.1/apache-echarts-5.2.1-src.zip.asc Tue Sep 21 02:20:00 2021
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEElL0XgHdnIVdlKCZ1jkSoJJc4IpgFAmFEMEQACgkQjkSoJJc4
+IpjjjQ/+NmhRg8LNsLALh8koF0c/B3hjgb4danXm0Wu2Bo68lB7JkPcpkp2F82E+
+MRlF868U5N4KOQSE8McHL75d4V5p9eo5J9SNl++PBVrnCPlVl0Q2DkXdKPLrzwgt
+SXY5RA8YHCxqS621RhgbsiMm48e/tR7v49WlEjTdcNxEOKHgqrRUDjp9MAKoEKV7
+p11QJdS8kIBTOXmKip/ZdXRexknrboBZtsJ16yLl/8gYfkrcIXFSyRnGSdd8Gw+v
+iahUgHOc5NOzPG79obLpicRdnsWQHhEk5sr9fXb/gt57rJWoPNWelMT4BA8KD88t
+RaRNtO3NAo1DwJEfFCtUAEWqQKZ/MeyRtimLwF2Q/2Lq38iXZQ1y/unwEUQliLW/
+QpvEoEjsMKMrWwUEYmrCkourfHI9/PNp/mTnA+tkYwx5Wa/YcGThNn1xyL0YHmeu
+u7eqOiD3/7AMuVA09PufDV2GMhP1TDGbxRxGenJZ4tMu/GVUSWEgHP4JJPL/drPA
+UEKSeX6g1J4JFNdWxzry1NeqFX+q5M+eBpTOc/B7Q22Jfo/YgupSejo2bviCxmQB
+mspkVlFivs9mC+CUg5NmGRTOxkS3w0DpNOZxWMPbn6FutIwpJOhQhTce8Y9OQGUT
+18t/Uyif7kwI+7BlHMVmnIuLgLi/SgB+mo9/4ebxFV0J3LOIC84=
+=KK7p
+-----END PGP SIGNATURE-----

Added: release/echarts/5.2.1/apache-echarts-5.2.1-src.zip.sha512
==============================================================================
--- release/echarts/5.2.1/apache-echarts-5.2.1-src.zip.sha512 (added)
+++ release/echarts/5.2.1/apache-echarts-5.2.1-src.zip.sha512 Tue Sep 21 02:20:00 2021
@@ -0,0 +1 @@
+7838c0ebdab6171428a629ae7ae19c03101ea254090adff796f2a5b3379325323f321d45ed47ac7a242c2870ef2a5b45b94fb4ae1f72052612d694dddf764d1c  apache-echarts-5.2.1-rc.1-src.zip



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