Author: susiwen8
Date: Fri Dec  9 15:52:52 2022
New Revision: 58607

Log:
release

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

Added: release/echarts/5.4.1/RELEASE_NOTE.txt
==============================================================================
--- release/echarts/5.4.1/RELEASE_NOTE.txt (added)
+++ release/echarts/5.4.1/RELEASE_NOTE.txt Fri Dec  9 15:52:52 2022
@@ -0,0 +1,28 @@
+## 5.4.1
+
++ [Feature] [i18n] Add Hungarian(hu_HU) translation. 
[#17978](https://github.com/apache/echarts/issues/17978) 
([ifjkovacsik](https://github.com/ifjkovacsik))
++ [Feature] [svg] Support gradients and patterns for background color in SVG 
renderer. [#959](https://github.com/ecomfe/zrender/issues/959) 
([plainheart](https://github.com/plainheart))
++ [Feature] [candlestick] Provide `borderColorDoji` option for custom doji 
color. [#17717](https://github.com/apache/echarts/issues/17717) 
([Ovilia](https://github.com/Ovilia))
++ [Feature] [sankey] Support `edgeLabel`. 
[#16767](https://github.com/apache/echarts/issues/16767) 
([susiwen8](https://github.com/susiwen8))
++ [Feature] [graph] Make graph node draggable in `none` and `circular` layout. 
[#15428](https://github.com/apache/echarts/issues/15428) 
([kongmoumou](https://github.com/kongmoumou))
++ [Feature] [util] Use native `Map` if available. 
[#965](https://github.com/ecomfe/zrender/issues/965) 
([JonasBa](https://github.com/JonasBa))
++ [Feature] [type] Export `ECElementEvent` for TypeScript. 
[#17892](https://github.com/apache/echarts/issues/17892) 
([keita-determined](https://github.com/keita-determined))
++ [Fix] [i18n] Rename language code of Ukrainian to `UK`. 
[#17812](https://github.com/apache/echarts/issues/17812) 
([striezel](https://github.com/striezel))
++ [Fix] [pie] Fix percent isn't updated after the legend is changed. 
[#17734](https://github.com/apache/echarts/issues/17734) 
([plainheart](https://github.com/plainheart))
++ [Fix] [pie] Fix potential null access to `labelLine` when 
`minShowLabelRadian` is set. 
[#17715](https://github.com/apache/echarts/issues/17715) 
([plainheart](https://github.com/plainheart))
++ [Fix] [pie] Fix `center` may not be converted to correct point when 
coordinate system is specified. 
[#17920](https://github.com/apache/echarts/issues/17920) 
([plainheart](https://github.com/plainheart))
++ [Fix] [heatmap] Fix heatmap label may overlap when `dataZoom` is enabled. 
[#17876](https://github.com/apache/echarts/issues/17876) 
([plainheart](https://github.com/plainheart))
++ [Fix] [animation] Fix incorrect `dataGroupId` for old data items in 
universalTransition. [#17559](https://github.com/apache/echarts/issues/17559) 
([tyn1998](https://github.com/tyn1998))
++ [Fix] [dataZoom] Fallback to extent start/end when value or percent is 
invalid. [#17934](https://github.com/apache/echarts/issues/17934) 
([plainheart](https://github.com/plainheart))
++ [Fix] [timeline] Fix chart can't work when axis line is not shown. 
[#17647](https://github.com/apache/echarts/issues/17647) 
([plainheart](https://github.com/plainheart))
++ [Fix] [tooltip] Fix tooltip arrow may cover the content when border is wide. 
[#17875](https://github.com/apache/echarts/issues/17875) 
([plainheart](https://github.com/plainheart))
++ [Fix] [marker] Fix `markArea` doesn't show when using `x/y` pixel but 
`coord` is not defined. 
[#17217](https://github.com/apache/echarts/issues/17217) 
([jiawulin001](https://github.com/jiawulin001))
++ [Fix] [marker] `markArea` of bar series now covers whole specified 
categories. [#17098](https://github.com/apache/echarts/issues/17098) 
([jiawulin001](https://github.com/jiawulin001))
++ [Fix] [legend] Fix legend `inverse` doesn't work if series data have the 
same name. [#17510](https://github.com/apache/echarts/issues/17510) 
([caiwukun](https://github.com/caiwukun))
++ [Fix] [gauge] Render gauge sectors in the order of the "clockwise" option. 
[#17691](https://github.com/apache/echarts/issues/17691) 
([ZeekoZhu](https://github.com/ZeekoZhu))
++ [Fix] [ssr] Fix wrong expression for extracting the font size. 
[#968](https://github.com/ecomfe/zrender/issues/968) 
([plainheart](https://github.com/plainheart))
++ [Fix] [svg] Fix shape may disappear after morphing animation is finished in 
SVG renderer. ([plainheart](https://github.com/plainheart))
++ [Fix] [type] Fix `EChartsInitOpts` type error about height and width. 
[#17727](https://github.com/apache/echarts/issues/17727) 
([MainHou](https://github.com/MainHou))
++ [Fix] [type] Add `overflow` property to `AxisLabelBaseOption` interface. 
[#17808](https://github.com/apache/echarts/issues/17808) 
([breizh24](https://github.com/breizh24))
++ [Fix] [type] Add `string` & `number` type into the `center` option of pie 
series. [#17917](https://github.com/apache/echarts/issues/17917) 
([plainheart](https://github.com/plainheart))
++ [Fix] [type] Add missing `function` callback into `lineStyle.color` for 
lines series. [#17780](https://github.com/apache/echarts/issues/17780) 
([plainheart](https://github.com/plainheart))
\ No newline at end of file

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

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

Added: release/echarts/5.4.1/apache-echarts-5.4.1-src.zip.asc
==============================================================================
--- release/echarts/5.4.1/apache-echarts-5.4.1-src.zip.asc (added)
+++ release/echarts/5.4.1/apache-echarts-5.4.1-src.zip.asc Fri Dec  9 15:52:52 
2022
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+
+iHUEABYKAB0WIQQBZzb1YSoT0f0EqkXMWTvB9PTregUCY4jDVAAKCRDMWTvB9PTr
+ejFaAP9oMpLOtAOGrnCaEDMwGP86DyADj41QXhpWuSxakeGo1QD+Lu0bZBOTniZt
+N9btfwOcDeqox+7bHriZG7lVloozLwc=
+=ugFS
+-----END PGP SIGNATURE-----

Added: release/echarts/5.4.1/apache-echarts-5.4.1-src.zip.sha512
==============================================================================
--- release/echarts/5.4.1/apache-echarts-5.4.1-src.zip.sha512 (added)
+++ release/echarts/5.4.1/apache-echarts-5.4.1-src.zip.sha512 Fri Dec  9 
15:52:52 2022
@@ -0,0 +1 @@
+b587aa73f30e5763ed6ee21b84c75ce25e4e8c2e5e8954688548fd1de11775a244a81ecfd6f48c95ffabc7d63938619db5657c0239d63154977fae0aa5e93ea8
  apache-echarts-5.4.1-rc.1-src.zip

Modified: release/echarts/KEYS
==============================================================================
--- release/echarts/KEYS (original)
+++ release/echarts/KEYS Fri Dec  9 15:52:52 2022
@@ -310,3 +310,32 @@ oEg8NMD8Wao5YN22JG30anrmYadZaghIwBz6rEuH
 5B5E6LlMNPTCWmPzYtTm5qZK
 =bbcU
 -----END PGP PUBLIC KEY BLOCK-----
+pub   ed25519 2022-12-01 [SC] [expires: 2024-11-30]
+      016736F5612A13D1FD04AA45CC593BC1F4F4EB7A
+uid           [ultimate] susiwen <[email protected]>
+sig 3        CC593BC1F4F4EB7A 2022-12-01  susiwen <[email protected]>
+sub   cv25519 2022-12-01 [E] [expires: 2024-11-30]
+sig          CC593BC1F4F4EB7A 2022-12-01  susiwen <[email protected]>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+
+mDMEY4jDBhYJKwYBBAHaRw8BAQdAlpaQNA7ARfkPVj6EoYARkkGPdLgOmulCwScl
+xGk3+8m0HHN1c2l3ZW4gPHN1c2l3ZW44QGdtYWlsLmNvbT6ImQQTFgoAQRYhBAFn
+NvVhKhPR/QSqRcxZO8H09Ot6BQJjiMMGAhsDBQkDwmcABQsJCAcCAiICBhUKCQgL
+AgQWAgMBAh4HAheAAAoJEMxZO8H09Ot6gcoBANBsCrZOwZtWCCQB2A6cy0or7q4c
+GdyMJbP7zT5tdAAuAQDI7dy5/KE5tklZmEHJZevQLWezs6yKi+31QxcNFh6FA7g4
+BGOIwwYSCisGAQQBl1UBBQEBB0A4z0jb/PpPRt/zILSBzl8XidMvvQAksexms4P4
+D74EcQMBCAeIfgQYFgoAJhYhBAFnNvVhKhPR/QSqRcxZO8H09Ot6BQJjiMMGAhsM
+BQkDwmcAAAoJEMxZO8H09Ot6hEABALEBaZSNzmx17PbubyiyvtaEISuzsv23RYwh
+4NRHP4BkAP475WSjwMns2hSairvPXULqAcqQnjytov7CU1hbMLvgDpgzBGOMr5EW
+CSsGAQQB2kcPAQEHQF85ZZTr9NstXxkToCrkVYwNuahidgRyv6S3zo2xTc6ZtC9z
+dXNpd2VuIChDT0RFIFNJR05JTkcgS0VZKSA8c3VzaXdlbjhAZ21haWwuY29tPoiT
+BBMWCgA7FiEEhBIjSy5LUgkGNSGQJZ0/SMJTSzwFAmOMr5ECGwMFCwkIBwICIgIG
+FQoJCAsCBBYCAwECHgcCF4AACgkQJZ0/SMJTSzyNaAD+P35MI4r5nUDDg97QKYNY
+m99MtUxTmcK/KGsrxYEZEDEA/jECGFvy/5WAhIRUTl4ExVsY3eBL/K2DaoTseW4a
+eVEPuDgEY4yvkRIKKwYBBAGXVQEFAQEHQKNPmeMoqbHBVs5xn0c+Tz/bPW0rDDbw
+Gt1pqdBMdmUvAwEIB4h4BBgWCgAgFiEEhBIjSy5LUgkGNSGQJZ0/SMJTSzwFAmOM
+r5ECGwwACgkQJZ0/SMJTSzxTzQD+MTFHjt7z78fdTqbbRA6isxPV84cAFQsX4cRx
+PRobcbkBAIwAkq+ddEycxZTdzaELpE08h/BLcScqbOl/ME1PTZ0H
+=3Tm4
+-----END PGP PUBLIC KEY BLOCK-----



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

Reply via email to