Author: sushuang
Date: Sun Jan 23 07:45:38 2022
New Revision: 52231

Log:
prerelease

Added:
    dev/echarts/5.3.0-rc.1/
    dev/echarts/5.3.0-rc.1/RELEASE_NOTE.txt
    dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip   (with props)
    dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip.asc
    dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip.sha512

Added: dev/echarts/5.3.0-rc.1/RELEASE_NOTE.txt
==============================================================================
--- dev/echarts/5.3.0-rc.1/RELEASE_NOTE.txt (added)
+++ dev/echarts/5.3.0-rc.1/RELEASE_NOTE.txt Sun Jan 23 07:45:38 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: dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip.asc
==============================================================================
--- dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip.asc (added)
+++ dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip.asc Sun Jan 23 
07:45:38 2022
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEmwbZtPo3xN1ScldCdHmF1+POtjUFAmHtBnsACgkQdHmF1+PO
+tjUIoQ/+M/atIRKoSe3vjCAvdaVOD/kwJ7jkh+pQ+51TCjYim0YMkPaFivr+BgF5
+901jA8eyzdFzpErsuvIXayRMGMPD9vbgYJfTYrl5rcfBq4efuC1ijSCutzw0zPgb
+Q0pyoAaEwjPU+eObZKkGtNHEBrFB85DT8f3Nm6kfaog5iq9ZmpIV2XOrNxn5ogyV
+KdcWJfdaYXQSjqNDXllHeN5Vx1GK4eJP95YDD5GJuOGkVA7HtW7AVoTN3inA6tuP
+7dlBFd2oqsn1SFI9cLrXNK0aSIil1kwFsduFDOlpRVNFmjZnXZJ2mhozdiAa/OQq
+SYoe8gu33Z9gUQxVe88KuP8xF4ZWlVsuu+9y/VvKu9m+/Q6GHHK1vt7/pjs4XWFF
+D9dUli7A+hnDhWWAbxUjvVTHMjfmz/TqhlXoqQ33/U/XLPez0SW7aMbVAmAKJDWP
+gI8McyewQaq9sz3iuDPE15FBDp5aWHIucMf58iPUVUOBDrVplR/a2AKadYP1bdEv
+5+VlisL1vE380EJUUSRvKTokJh38Tyhn1nICSoY9Ymayi0A8euyxzhENo62E0l9/
+CrqP0n/08zd3/k4qcZvmMmewjghYXRBwD1Z5Zs1PvfUf/fZKqDvKnhsXF+EEUI8t
+YJWBZo2Ql9PvgklFeA4VKwRkNzDcK5CvmDSD5210eRH+n9vWeTI=
+=u3pG
+-----END PGP SIGNATURE-----

Added: dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip.sha512
==============================================================================
--- dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip.sha512 (added)
+++ dev/echarts/5.3.0-rc.1/apache-echarts-5.3.0-rc.1-src.zip.sha512 Sun Jan 23 
07:45:38 2022
@@ -0,0 +1 @@
+a4dc9f230f912860ecd3b4c109ca1171d847d77d5a9cf98ba36ea00e4994b28105036e6350d19141a5027a9e32d557b5e4af3722397828e1f73b91bd0722b1f8
  apache-echarts-5.3.0-rc.1-src.zip



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

Reply via email to