Author: ovilia
Date: Wed Jan 31 08:39:53 2024
New Revision: 67066

Log:
prerelease

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

Added: dev/echarts/5.5.0-rc.1/RELEASE_NOTE.txt
==============================================================================
--- dev/echarts/5.5.0-rc.1/RELEASE_NOTE.txt (added)
+++ dev/echarts/5.5.0-rc.1/RELEASE_NOTE.txt Wed Jan 31 08:39:53 2024
@@ -0,0 +1,62 @@
+## 5.5.0
+
+## What's Changed
+
++ [Break Change] [Feature] [core] change to default ESM package. 
[#19513](https://github.com/apache/echarts/issues/19513) 
([100pah](https://github.com/100pah))
++ [Feature] [ssr] server-side rendering and client hydration. 
[#18381](https://github.com/apache/echarts/issues/18381) 
([Ovilia](https://github.com/Ovilia))
++ [Feature] [animation] support multi-level drill-down for universal 
transition. [#17611](https://github.com/apache/echarts/issues/17611) 
([tyn1998](https://github.com/tyn1998))
++ [Feature] [pie] add `padAngle` option. 
[#19076](https://github.com/apache/echarts/issues/19076) 
([linghaoSu](https://github.com/linghaoSu))
++ [Feature] [pie] add `endAngle` for control pie range. 
[#18820](https://github.com/apache/echarts/issues/18820) 
([linghaoSu](https://github.com/linghaoSu))
++ [Feature] [polar] allow setting `angleAxis.endAngle`. 
[#19099](https://github.com/apache/echarts/issues/19099) 
([yassilah](https://github.com/yassilah))
++ [Feature] [sampler] add min-max sampler function. 
[#19279](https://github.com/apache/echarts/issues/19279) 
([snukhulov](https://github.com/snukhulov))
++ [Feature] [i18n] add Arabic(AR) translation. 
[#19214](https://github.com/apache/echarts/issues/19214) 
([OthmanAliModaes](https://github.com/OthmanAliModaes))
++ [Feature] [i18n] add Dutch(NL) translation. 
[#19252](https://github.com/apache/echarts/issues/19252) 
([tijmenamsing](https://github.com/tijmenamsing))
++ [Feature] [tooltip] add `appendTo` option to allow customizing tooltip 
container. [#18436](https://github.com/apache/echarts/issues/18436) 
([viking7982](https://github.com/viking7982))
++ [Feature] [label] support align for min/max labels. 
[#19228](https://github.com/apache/echarts/issues/19228) 
([Ovilia](https://github.com/Ovilia))
++ [Feature] [pictorialBar] support clip for pictorialBar series. 
[#19197](https://github.com/apache/echarts/issues/19197) 
([Ovilia](https://github.com/Ovilia))
++ [Feature] [tooltip] add `dataIndex` to `valueFormatter` callback. 
[#19123](https://github.com/apache/echarts/issues/19123) 
([ChepteaCatalin](https://github.com/ChepteaCatalin))
++ [Fix] [toolbox] fix toolbox text can't apply the specified or global font 
style. [#19170](https://github.com/apache/echarts/issues/19170) 
([plainheart](https://github.com/plainheart))
++ [Fix] [label] fix labelLine default style when normal state not show but 
other state show. [#18800](https://github.com/apache/echarts/issues/18800) 
([linghaoSu](https://github.com/linghaoSu))
++ [Fix] [labelLine] fix `emphasis.labelLine` is not working in pie chart. 
[#19180](https://github.com/apache/echarts/issues/19180) 
([shiersansi](https://github.com/shiersansi))
++ [Fix] [marker] fix markArea position when axis is with `alignWithLabel`. 
[#19516](https://github.com/apache/echarts/issues/19516) 
([Ovilia](https://github.com/Ovilia))
++ [Fix] [line] fix line may cross in time axis when animation is enabled. 
[#18960](https://github.com/apache/echarts/issues/18960) 
([plainheart](https://github.com/plainheart))
++ [Fix] [scatter] fix edge scatter may be unexpectedly clipped due to tiny 
offset. [#18867](https://github.com/apache/echarts/issues/18867) 
([plainheart](https://github.com/plainheart))
++ [Fix] [sunburst] label rotation flipping. 
[#19176](https://github.com/apache/echarts/issues/19176) 
([Ovilia](https://github.com/Ovilia))
++ [Fix] [aria] fix hard-coded series type name translation. 
[#19239](https://github.com/apache/echarts/issues/19239) 
([Ovilia](https://github.com/Ovilia))
++ [Feature] [matrix] allow rotating relative to a point different than the 
origin. [#1034](https://github.com/ecomfe/zrender/issues/1034) 
([ChepteaCatalin](https://github.com/ChepteaCatalin))
++ [Fix] [graph] fix force layout iteration timer doesn't stop after disposing 
the chart. [#19514](https://github.com/apache/echarts/issues/19514) 
([plainheart](https://github.com/plainheart))
++ [Fix] [tooltip] fix potential NPE when the parent node of the tooltip 
element doesn't exist. [#19265](https://github.com/apache/echarts/issues/19265) 
([plainheart](https://github.com/plainheart))
++ [Fix] [visualMap] fix continuous visualMap mouseover event not register 
except first continuous visualMap. 
[#19097](https://github.com/apache/echarts/issues/19097) 
([linghaoSu](https://github.com/linghaoSu))
++ [Fix] [clip] add an extra space to the clip-path width to prevent unexpected 
clip. [#19056](https://github.com/apache/echarts/issues/19056) 
([RexSkz](https://github.com/RexSkz))
++ [Fix] [dataset] fix multi typed array detection flaw. 
[#19035](https://github.com/apache/echarts/issues/19035) 
([linghaoSu](https://github.com/linghaoSu))
++ [Fix] [core] fix potential NPE when reading default init options from global 
object in dev environment. 
[#19217](https://github.com/apache/echarts/issues/19217) 
([sunpm](https://github.com/sunpm))
++ [Fix] [i18n] enhance default language fallback. 
[#19107](https://github.com/apache/echarts/issues/19107) 
([ultravires](https://github.com/ultravires))
++ [Fix] [svg] fix assigning style attribute does not work when CSP is 
enforced. [ecomfe/zrender#1030](https://github.com/ecomfe/zrender/issues/1030) 
([alxnddr](https://github.com/alxnddr))
++ [Fix] [svg] duplicate id for background rect with multiple charts. 
[ecomfe/zrender#1002](https://github.com/ecomfe/zrender/issues/1002) 
([Ovilia](https://github.com/Ovilia))
++ [Fix] [node] make nodejs detection resilient. 
[ecomfe/zrender#1036](https://github.com/ecomfe/zrender/pull/1036) 
([Uzlopak](https://github.com/Uzlopak))
++ [Fix] [type] make `ellipsis` & `options` of the function `truncateText` 
optional. [ecomfe/zrender#1047](https://github.com/ecomfe/zrender/issues/1047) 
([plainheart](https://github.com/plainheart))
++ [Fix] [type] add missing value type `string` for `barMinWidth` and 
`barMaxWidth` of the bar series. 
[#19424](https://github.com/apache/echarts/issues/19424) 
([zhaxnb](https://github.com/zhaxnb))
++ [Feature] [type] export `EChartsInitOpts` and some `Payload` types for 
`echarts/core`. [#19103](https://github.com/apache/echarts/issues/19103) 
([dalenguyen](https://github.com/dalenguyen))
++ [Fix] [type] allow nullable value for `OptionDataValue`. 
[#19111](https://github.com/apache/echarts/issues/19111) 
([avin-kavish](https://github.com/avin-kavish))
++ [Fix] [type] add `undefined` to the return type of `graphic.clipRectByRect` 
function. [#18950](https://github.com/apache/echarts/issues/18950) 
([benlongo](https://github.com/benlongo))
++ [Fix] [type] remove duplicate extends at `GraphNodeItemOption`. 
[#18901](https://github.com/apache/echarts/issues/18901) 
([nenoNaninu](https://github.com/nenoNaninu))
++ [Refactor] [util] import `liftColor` function from zrender. 
[#19526](https://github.com/apache/echarts/issues/19526) 
([plainheart](https://github.com/plainheart))
+
+## New Contributors
+* @captainhaddock18 made their first contribution in 
https://github.com/apache/echarts/pull/18862
+* @nenoNaninu made their first contribution in 
https://github.com/apache/echarts/pull/18901
+* @viking7982 made their first contribution in 
https://github.com/apache/echarts/pull/18436
+* @dalenguyen made their first contribution in 
https://github.com/apache/echarts/pull/19103
+* @ultravires made their first contribution in 
https://github.com/apache/echarts/pull/19107
+* @RexSkz made their first contribution in 
https://github.com/apache/echarts/pull/19056
+* @avin-kavish made their first contribution in 
https://github.com/apache/echarts/pull/19111
+* @shiersansi made their first contribution in 
https://github.com/apache/echarts/pull/19174
+* @sunpm made their first contribution in 
https://github.com/apache/echarts/pull/19217
+* @OthmanAliModaes made their first contribution in 
https://github.com/apache/echarts/pull/19214
+* @tijmenamsing made their first contribution in 
https://github.com/apache/echarts/pull/19252
+* @snukhulov made their first contribution in 
https://github.com/apache/echarts/pull/19279
+* @zhaxnb made their first contribution in 
https://github.com/apache/echarts/pull/19424
+* @hugo-syn made their first contribution in 
https://github.com/apache/echarts/pull/19446
+* @taks made their first contribution in 
https://github.com/apache/echarts/pull/19499
+
+**Full Changelog**: 
https://github.com/apache/echarts/compare/5.4.3...5.5.0-rc.1
\ No newline at end of file

Added: dev/echarts/5.5.0-rc.1/apache-echarts-5.5.0-rc.1-src.zip
==============================================================================
Binary file - no diff available.

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

Added: dev/echarts/5.5.0-rc.1/apache-echarts-5.5.0-rc.1-src.zip.asc
==============================================================================
--- dev/echarts/5.5.0-rc.1/apache-echarts-5.5.0-rc.1-src.zip.asc (added)
+++ dev/echarts/5.5.0-rc.1/apache-echarts-5.5.0-rc.1-src.zip.asc Wed Jan 31 
08:39:53 2024
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEiK9IcgBAsVAIOn0QkyUX0pBnOnsFAmW6BYoACgkQkyUX0pBn
+Ons5eg/+NOnvJVbbO8okekk2Hb+UGmVp7JXxdXBoUnbwzd2vjjtdB4uyQ7ci2cal
+aLbyAPUjZF9JRHfKepEvVAhFTNC8f3VGIQlNOPiWyXrCFj53MUTxhkakcL+lDQCZ
+tgnT0PACL1C0zTdzwg4adpur6piSdxs65S05rloDXsO85Gwii8rggVnSBzYgp5jR
+8oVgkFiEkekyGqev2JD7kww1Say03+PXXZoDuaZR7MD+1iEs67koNo1bCirwNTu3
+Dzhv+8W3Q8lgvMOHd3uC2CCNVsl2axmrxKSKWuw0Cx3EDJfeaa3dAJzWDGKnXJps
+ybg/bQOBpA5KOSMGVISJdQ1As3wz+D5aMiim2MC6Le9K7RJLOOjZA1rtHAvePcCo
+D8MbDoAlWgb7052FMeZBENNIovj4xxTX7xfygWGrlG3Ww+wGE3hbEXwCv/oKDpag
+Q/C5v57BIpI/SmA36U+CzsILY4QyK7HwGPcXBrsVeBlfTIRgpLe0tE7dCQwYjFOR
+BNgCRysSMXOoAtJcO0Btlt0trZObpjCKrDIgln+OMvnMGU5mWiD7knZPc4NnqR4/
+Yk1EpguV+/rM5FZuw0cGS6lEyHsV6U80ihU8pU2xJVmEeGziFk4hpHbs7xxykwPW
+COtBgrDqj7lfJ1I9NH/CPAvaMYetP7cEb0lr1Ul5T80br0CdUpI=
+=sDcq
+-----END PGP SIGNATURE-----

Added: dev/echarts/5.5.0-rc.1/apache-echarts-5.5.0-rc.1-src.zip.sha512
==============================================================================
--- dev/echarts/5.5.0-rc.1/apache-echarts-5.5.0-rc.1-src.zip.sha512 (added)
+++ dev/echarts/5.5.0-rc.1/apache-echarts-5.5.0-rc.1-src.zip.sha512 Wed Jan 31 
08:39:53 2024
@@ -0,0 +1 @@
+513385d3a6ec84db4f0370bf5eed109a8caf3764c15bf57cad002d6b8d44daa32e380df77e14469e6f6e43117ec593703e7f93fc60a4865cbfc01026cb191372
  apache-echarts-5.5.0-rc.1-src.zip

Modified: dev/echarts/KEYS
==============================================================================
--- dev/echarts/KEYS (original)
+++ dev/echarts/KEYS Wed Jan 31 08:39:53 2024
@@ -396,3 +396,61 @@ pTwvtKwl76Gm3EwrEG5DHPyyqDCP49LvzdL9HOWV
 73EPKJRY6gutRY+zIszJkXpkBlRexyKO9fQeultkJztpPIsRthenKbc=
 =YFVj
 -----END PGP PUBLIC KEY BLOCK-----
+pub   rsa4096 2024-01-31 [SC]
+      88AF48720040B150083A7D10932517D290673A7B
+uid             [ 绝对 ] Zhang Wenli <ovi...@apache.org>
+sig 3        932517D290673A7B 2024-01-31  [自签名]
+sub   rsa4096 2024-01-31 [E]
+sig          932517D290673A7B 2024-01-31  [自签名]
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+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
+=YTwy
+-----END PGP PUBLIC KEY BLOCK-----



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

Reply via email to