This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d7b8e46 add 5.5.1 changelog
8d7b8e46 is described below

commit 8d7b8e4641d3ca80364e5b59345aac502d89534a
Author: pissang <[email protected]>
AuthorDate: Tue Jun 18 11:07:21 2024 +0800

    add 5.5.1 changelog
---
 en/changelog.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/en/changelog.md b/en/changelog.md
index 41e3556f..19f2dd48 100644
--- a/en/changelog.md
+++ b/en/changelog.md
@@ -1,3 +1,22 @@
+## v5.5.1
+<div class="time"></div>
+
++ [Feature] [axis] Support custom axis tick/label positions. 
[#19919](https://github.com/apache/echarts/issues/19919) 
([Ovilia](https://github.com/Ovilia))
++ [Feature] [bar] Add `startValue` option. 
[#17078](https://github.com/apache/echarts/issues/17078) 
([jiawulin001](https://github.com/jiawulin001))
++ [Feature] [sankey] Add `itemStyle.borderRadius` option. 
[#19763](https://github.com/apache/echarts/issues/19763) 
([deftliang](https://github.com/deftliang))
++ [Feature] [time] Add meridian template `{a}/{A}`. 
[#19888](https://github.com/apache/echarts/issues/19888) 
([maurodesouza](https://github.com/maurodesouza))
++ [Feature] [geo] Add `totalZoom` parameter for the `georoam` event. 
[#19837](https://github.com/apache/echarts/issues/19837) 
([zhaoxinggang](https://github.com/zhaoxinggang))
++ [Feature] [treemap] Add `scaleLimit` option to limit the zooming. 
[#18304](https://github.com/apache/echarts/issues/18304) 
([liuyizhou](https://github.com/liuyizhou))
++ [Feature] [dataZoom] Add `valueRange` parameter for `dataZoom` event. 
[#17278](https://github.com/apache/echarts/issues/17278) 
([susiwen8](https://github.com/susiwen8))
++ [Fix] [markLine] markLine shouldn't be filtered if one point is out side of 
the grid. [#16026](https://github.com/apache/echarts/issues/16026) 
([susiwen8](https://github.com/susiwen8))
++ [Fix] [series] Avoid error caused by `seriesData.getLinkedData`. 
[#19901](https://github.com/apache/echarts/issues/19901) 
([plainheart](https://github.com/plainheart))
++ [Fix] [marker] Fix marker label formatter can't get series information. 
[#19898](https://github.com/apache/echarts/issues/19898) 
([plainheart](https://github.com/plainheart))
++ [Fix] [aria] Avoid error in SSR mode. 
[#19892](https://github.com/apache/echarts/issues/19892) 
([OverflowCat](https://github.com/OverflowCat))
++ [Fix] [data] Avoid error when using BigInt values. 
[#19847](https://github.com/apache/echarts/issues/19847) 
([zettca](https://github.com/zettca))
++ [Fix] [pie] Fix `endAngle` is not applied on the empty circle. 
[#19642](https://github.com/apache/echarts/issues/19642) 
([plainheart](https://github.com/plainheart))
++ [Fix] [toolbox] Fix uncaught reference error in the environment that 
`MouseEvent` doesn't exist. 
[#19620](https://github.com/apache/echarts/issues/19620) 
([plainheart](https://github.com/plainheart))
++ [Fix] [type] Fix that in users' .d.ts `import('echarts/types/dist/shared')` 
can not visit `'echarts/types/dist/shared.d.ts'` since v5.5.0. 
[#20030](https://github.com/apache/echarts/issues/20030) 
([100pah](https://github.com/100pah))
+
 ## v5.5.0
 <div class="time">2024-02-18</div>
 


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

Reply via email to