Author: ovilia
Date: Mon Mar  7 02:42:58 2022
New Revision: 52893

Log:
release

Added:
    release/echarts/5.3.0/RELEASE_NOTE.txt
    release/echarts/5.3.1/
    release/echarts/5.3.1/RELEASE_NOTE.txt
    release/echarts/5.3.1/apache-echarts-5.3.1-src.zip   (with props)
    release/echarts/5.3.1/apache-echarts-5.3.1-src.zip.asc   (with props)
    release/echarts/5.3.1/apache-echarts-5.3.1-src.zip.sha512
Modified:
    release/echarts/KEYS

Added: release/echarts/5.3.0/RELEASE_NOTE.txt
==============================================================================
--- release/echarts/5.3.0/RELEASE_NOTE.txt (added)
+++ release/echarts/5.3.0/RELEASE_NOTE.txt Mon Mar  7 02:42:58 2022
@@ -0,0 +1,44 @@
+## 5.3.0
+
++ [Feature] Introduce new keyframe based animation to graphic component and 
custom series. [#16225](https://github.com/apache/echarts/issues/16225) 
([pissang](https://github.com/pissang))
++ [Feature] Support transition animation in the graphic component. 
[#16225](https://github.com/apache/echarts/issues/16225) 
([pissang](https://github.com/pissang))
++ [Feature] [svg] Refactor SVG renderer. Improved SVG rendering performance by 
2x ~ 10x. [#836](https://github.com/ecomfe/zrender/pull/836)  
([pissang](https://github.com/pissang))
++ [Feature] [svg] Add SVG server-side rendering with zero dependencies. 
[#15880](https://github.com/apache/echarts/issues/15880) 
([pissang](https://github.com/pissang))
++ [Feature] [axis] Add `alignTicks` for mutliple axis alignment. 
[#16300](https://github.com/apache/echarts/issues/16300) 
([pissang](https://github.com/pissang))
++ [Feature] [state] Add `select.disabled` to disable select state. 
[#15534](https://github.com/apache/echarts/issues/15534) 
([susiwen8](https://github.com/susiwen8))
++ [Feature] [state] Add `selectedMode: 'series'` to selected the whole series. 
[#15534](https://github.com/apache/echarts/issues/15534) 
([susiwen8](https://github.com/susiwen8))
++ [Feature] [state] Add `emphasis.disabled` to disable emphasis state. 
[#16368](https://github.com/apache/echarts/issues/16368) 
([pissang](https://github.com/pissang))
++ [Feature] [map] Introduce projection to map series and geo component. 
[#16364](https://github.com/apache/echarts/issues/16364) 
([pissang](https://github.com/pissang))
++ [Feature] [geo] Support `LineString` and `MultiLineString` in GeoJSON 
source. [#16364](https://github.com/apache/echarts/issues/16364) 
([pissang](https://github.com/pissang))
++ [Feature] [tooltip] Add `valueFormatter` in the tooltip. 
[#16332](https://github.com/apache/echarts/issues/16332) 
([pissang](https://github.com/pissang))
++ [Feature] [pie] [sunburst] Supports configuring radius on the four corners 
of sector. [#16298](https://github.com/apache/echarts/issues/16298) 
([plainheart](https://github.com/plainheart))
++ [Feature] [i18n] Add Italian translation. 
[#16211](https://github.com/apache/echarts/issues/16211) 
([andrearoota](https://github.com/andrearoota))
++ [Feature] [i18n] Add Romanian translation. 
[#15990](https://github.com/apache/echarts/issues/15990) 
([szilard-dobai](https://github.com/szilard-dobai))
++ [Fix] [graph] Fix error when symbol is none. 
[#16394](https://github.com/apache/echarts/issues/16394) 
([pissang](https://github.com/pissang))
++ [Fix] [dataset] Fix `sourceHeader: false` may not work. 
[#16376](https://github.com/apache/echarts/issues/16376) 
([lefex](https://github.com/lefex))
++ [Fix] [tooltip] Fix the page will be frozen if multiple tooltips are 
provided. [#16347](https://github.com/apache/echarts/issues/16347) 
([plainheart](https://github.com/plainheart))
++ [Fix] [bar] Optimizing bar layout in the large mode. Fix stacked bar when 
large is enabled. [#16338](https://github.com/apache/echarts/issues/16338) 
([pissang](https://github.com/pissang))
++ [Fix] [bar] Fix stacked bar on the log axis. 
[#16338](https://github.com/apache/echarts/issues/16338) 
([pissang](https://github.com/pissang))
++ [Fix] [pie] Optimize label layout and text wrapping 
[#16034](https://github.com/apache/echarts/issues/16034) 
([Ovilia](https://github.com/Ovilia))
++ [Fix] [polar] Fix edge symbols are clipped unexpectedly for the tiny offset. 
[#16329](https://github.com/apache/echarts/issues/16329) 
([plainheart](https://github.com/plainheart))
++ [Fix] [map] Fix some labels won't be shown when legend is enabled and no 
label formatter specified. 
[#16322](https://github.com/apache/echarts/issues/16322) 
([plainheart](https://github.com/plainheart))
++ [Fix] [pie] Fix tangential rotation with startAngle. 
[#16307](https://github.com/apache/echarts/issues/16307) 
([Ovilia](https://github.com/Ovilia))
++ [Fix] [graph] Support using `dataType` param to highlight edge by 
`dispatchAction`. [#16243](https://github.com/apache/echarts/issues/16243) 
([Dingzhaocheng](https://github.com/Dingzhaocheng))
++ [Fix] [pie] Fix label of first sector may not shown. 
[#16229](https://github.com/apache/echarts/issues/16229) 
([116050423](https://github.com/116050423))
++ [Fix] [tooltip] Fix tooltip lagging when transition is disabled. 
[#16212](https://github.com/apache/echarts/issues/16212) 
([plainheart](https://github.com/plainheart))
++ [Fix] [axis] Fix axis label width not affect the grid layout. 
[#16203](https://github.com/apache/echarts/issues/16203) 
([Ovilia](https://github.com/Ovilia))
++ [Fix] [lines] fix NPE issue when lines series has no coordinate system. 
[#16184](https://github.com/apache/echarts/issues/16184) 
([plainheart](https://github.com/plainheart))
++ [Fix] [line] Fix using endLabel may throw excpetion when series is totally 
filtered. [#16339](https://github.com/apache/echarts/issues/16339) 
([pissang](https://github.com/pissang))
++ [Fix] [dataZoom] Optimize shadow render performance when dragging on the 
chart. [#16070](https://github.com/apache/echarts/issues/16070) 
([pissang](https://github.com/pissang))
++ [Fix] [line] Fix bezier points calculated wrong when monotone smooth is 
used. [#16069](https://github.com/apache/echarts/issues/16069) 
([pissang](https://github.com/pissang))
++ [Fix] [line] Fix tooltip not shown when all values are null 
[#16001](https://github.com/apache/echarts/issues/16001) 
([kongmoumou](https://github.com/kongmoumou))
++ [Fix] [axis] Fix `scale` on the log axis. 
[#15998](https://github.com/apache/echarts/issues/15998) 
([susiwen8](https://github.com/susiwen8))
++ [Fix] [radar] Fix tooltip displayed wrong when `name.show` is false. 
[#15985](https://github.com/apache/echarts/issues/15985) 
([Ovilia](https://github.com/Ovilia))
++ [Fix] [progressive] Optimize progressive rendering performance 
[#15870](https://github.com/apache/echarts/issues/15870) 
([pissang](https://github.com/pissang))
++ [Fix] [svg] Fix rect path can't be closed bug.
++ [Fix] [svg] Normalize color when using SVG renderer to support more cases. 
[#767](https://github.com/ecomfe/zrender/issues/767) 
([plainheart](https://github.com/plainheart))
++ [Fix] [pictorialBar] Fixed incorrectly display when data is 0 and border is 
used. [#12793](https://github.com/apache/echarts/issues/12793) 
([yanheSu](https://github.com/yanheSu))
++ [Fix] [map] Optimize default label position calculation. Use centroid of the 
largest area. [#16364](https://github.com/apache/echarts/issues/16364) 
([pissang](https://github.com/pissang))
++ [Fix] [animation] Fix opacity may be wrong when set `divideShape: 'clone'` 
in the universal transition 
[#16250](https://github.com/apache/echarts/issues/16250) 
([pissang](https://github.com/pissang))
++ [Fix] [bar] Optimize morphing on the bar with rounded cap. 
[#16246](https://github.com/apache/echarts/issues/16246) 
([pissang](https://github.com/pissang))
++ Add .js extension in the import statement 
[#16276](https://github.com/apache/echarts/issues/16276) 
([pissang](https://github.com/pissang))
\ No newline at end of file

Added: release/echarts/5.3.1/RELEASE_NOTE.txt
==============================================================================
--- release/echarts/5.3.1/RELEASE_NOTE.txt (added)
+++ release/echarts/5.3.1/RELEASE_NOTE.txt Mon Mar  7 02:42:58 2022
@@ -0,0 +1,16 @@
+## 5.3.1
+
+- [Feature] [i18n] Add korean translation 
[#16582](https://github.com/apache/echarts/issues/16582) 
([hijae](https://github.com/hijae))
+- [Feature] [heatmap] Add borderRadius option to heatmap. 
[#16493](https://github.com/apache/echarts/issues/16493) 
([Rain120](https://github.com/Rain120))
+- [Fix] [lines] Fix potential memory leak in the effect line when setOption 
with notMerge. [#16525](https://github.com/apache/echarts/issues/16525) 
([pissang](https://github.com/pissang))
+- [Fix] [line] Fix stepped line charts with empty data. 
[#16435](https://github.com/apache/echarts/issues/16435) 
([Gyyi](https://github.com/Gyyi))
+- [Fix] [line] Fix empty data in lttb sampling. 
[#16431](https://github.com/apache/echarts/issues/16431) 
([fuchunhui](https://github.com/fuchunhui))
+- [Fix] [tooltip] Changing default time formatter to be in 24-hour format. 
[#16421](https://github.com/apache/echarts/issues/16421) 
([Comee](https://github.com/Comee))
+- [Fix] [graphic] Fix cursor doesn't work in graphic component. 
[#16513](https://github.com/apache/echarts/issues/16513) 
([plainheart](https://github.com/plainheart))
+- [Fix] [pictorialBar] Fix pictorialBar data with value of 0. 
[#16469](https://github.com/apache/echarts/issues/16469) 
([fuchunhui](https://github.com/fuchunhui))
+- [Fix] [svg] Fix render bug when using decal. 
[#889](https://github.com/ecomfe/zrender/issues/889) 
([pissang](https://github.com/pissang))
+- [Fix] [tooltip] Fix legend.tooltip.enterable and tooltip.enterable. 
[#16463](https://github.com/apache/echarts/issues/16463) 
([fuchunhui](https://github.com/fuchunhui))
+- [Feature] [event] Provide label index in axis events 
[#16187](https://github.com/apache/echarts/issues/16187) 
([Ovilia](https://github.com/Ovilia))
+- [Fix] [sunburst] Centering labels of sunburst at the first level. 
[#16425](https://github.com/apache/echarts/issues/16425) 
([FrankChencc](https://github.com/FrankChencc))
+- [Fix] [tooltip] Hide tooltip when data view is open. 
[#16321](https://github.com/apache/echarts/issues/16321) 
([plainheart](https://github.com/plainheart))
+- [Fix] Fix sampling with zero width charts. 
[#16372](https://github.com/apache/echarts/issues/16372) 
([Cuiyansong](https://github.com/Cuiyansong))
\ No newline at end of file

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

Propchange: release/echarts/5.3.1/apache-echarts-5.3.1-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/zip

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

Propchange: release/echarts/5.3.1/apache-echarts-5.3.1-src.zip.asc
------------------------------------------------------------------------------
    svn:mime-type = application/pgp-signature

Added: release/echarts/5.3.1/apache-echarts-5.3.1-src.zip.sha512
==============================================================================
--- release/echarts/5.3.1/apache-echarts-5.3.1-src.zip.sha512 (added)
+++ release/echarts/5.3.1/apache-echarts-5.3.1-src.zip.sha512 Mon Mar  7 
02:42:58 2022
@@ -0,0 +1 @@
+a8b67aafeba8d9b502f53b1a4f430fbe4434f3d74ac8dd4001ec487e44eff5a155017b693e73b0c8238a2a9fc47380c76b9bd994a78705b644a877e16d2b2f26
  apache-echarts-5.3.1-rc.1-src.zip

Modified: release/echarts/KEYS
==============================================================================
--- release/echarts/KEYS (original)
+++ release/echarts/KEYS Mon Mar  7 02:42:58 2022
@@ -192,3 +192,62 @@ Ias/zRyLSbzHrpCs6KVPLwzOQbyPmXNpjoYuGCq6
 krvOtK7UUytDTcY=
 =+SBy
 -----END PGP PUBLIC KEY BLOCK-----
+pub   rsa4096 2022-03-02 [SC]
+      8ACA4FC874B6B0836DFE70BB52514D7E7CFC32B6
+uid             [ 绝对 ] Zhang Wenli (CODE SIGNING KEY) <[email protected]>
+sig 3        52514D7E7CFC32B6 2022-03-02  Zhang Wenli (CODE SIGNING KEY) 
<[email protected]>
+sub   rsa4096 2022-03-02 [E]
+sig          52514D7E7CFC32B6 2022-03-02  Zhang Wenli (CODE SIGNING KEY) 
<[email protected]>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+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
+RWnk0btbWIvaznWpIWo=
+=QBYg
+-----END PGP PUBLIC KEY BLOCK-----



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

Reply via email to