Skip to content

Commit

Permalink
add zh changelog for v5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Dec 21, 2024
1 parent e631b2f commit 1d08a19
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions zh/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## v5.6.0
<div class="time"></div>

+ [Feature] [geo] [map] 支持在原始 GeoJSON 数据中定义区域样式。[#20564](https://github.com/apache/echarts/issues/20564) ([plainheart](https://github.com/plainheart))
+ [Feature] [geo] [map] 新增 `regions[].silent` 选项以支持禁用部分区域的交互。[#20566](https://github.com/apache/echarts/issues/20566) ([Ovilia](https://github.com/Ovilia))
+ [Feature] [axis] 为轴标签 `axisLabel` 添加 `tooltip` 支持。[#16315](https://github.com/apache/echarts/issues/16315) ([plainheart](https://github.com/plainheart))
+ [Feature] [text] `Text` 元素新增 `isTruncated` 属性用以判断当前文本是否溢出隐藏。[#1101](https://github.com/ecomfe/zrender/pull/1101) ([100pah](https://github.com/100Pah))
+ [Feature] [sunburst] 新增 `'relative'` 高亮聚焦策略用以聚焦所有子孙和祖先节点。[#20399](https://github.com/apache/echarts/issues/20399) ([sz-p](https://github.com/sz-p))
+ [Feature] [axis] 坐标轴分隔线 `splitLine` 新增 `showMinLine` / `showMaxLine` 选项。[#20114](https://github.com/apache/echarts/issues/20114) ([adaelixir](https://github.com/adaelixir))
+ [Feature] [dataZoom] 新增 `handleLabel.show` 选项以控制 `dataZoom` 滑块标签是否显示。[#20082](https://github.com/apache/echarts/issues/20082) ([Ovilia](https://github.com/Ovilia))
+ [Feature] [calendar] 日历坐标系年月日标签新增 `silent` 选项以禁用交互。[#20492](https://github.com/apache/echarts/issues/20492) ([plainheart](https://github.com/plainheart))
+ [Feature] [treemap] 矩形树图新增 `cursor` 选项以设置鼠标样式。[#20113](https://github.com/apache/echarts/issues/20113) ([adaelixir](https://github.com/adaelixir))
+ [Feature] [aria] 新增 `aria.data.excludeDimensionId` 选项以支持从 `aria-label` 中排除指定数据维度。[#20218](https://github.com/apache/echarts/issues/20218) ([semla](https://github.com/semla))
+ [Feature] [aria] 为图表容器元素添加 `role="img"` 属性。[#20050](https://github.com/apache/echarts/issues/20050) ([ViniciusCestarii](https://github.com/ViniciusCestarii))
+ [Feature] [i18n] 新增瑞典语翻译。[#20227](https://github.com/apache/echarts/issues/20227) ([NajamShehzad](https://github.com/NajamShehzad))
+ [Feature] [i18n] 新增波斯语翻译。[#20312](https://github.com/apache/echarts/issues/20312) ([Ayazadeh](https://github.com/Ayazadeh))
+ [Feature] [i18n] 改进波兰语翻译。[#20348](https://github.com/apache/echarts/issues/20348) ([ViniciusCestarii](https://github.com/ViniciusCestarii))
+ [Fix] [line] 减少运行时内存消耗。[#20161](https://github.com/apache/echarts/issues/20161) ([plainheart](https://github.com/plainheart))
+ [Fix] [line] 修复阶梯线图中区域样式 `areaStyle` 倾斜问题及错误的 `connectNull` 行为。[#20092](https://github.com/apache/echarts/issues/20092) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [candlestick] 修复自 v5.0.0 起 K 线图高亮、选中、失焦等状态配置不起作用的问题。[#20105](https://github.com/apache/echarts/issues/20105) ([plainheart](https://github.com/plainheart))
+ [Fix] [legend] 修复当存在多个图例组件时,`action` 行为没有彼此隔离的问题。[#20129](https://github.com/apache/echarts/issues/20129) ([plainheart](https://github.com/plainheart))
+ [Fix] [bar] 修复柱状图在大数据量时边框颜色遮挡柱条颜色的问题。[#20465](https://github.com/apache/echarts/issues/20465) ([DevitX](https://github.com/DevitX))
+ [Fix] [pictorial] 修复象形柱图图形元素可能意外反转的问题。[#20557](https://github.com/apache/echarts/issues/20557) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [visualMap] 修复当 `selectedMode` 禁用时光标仍然显示为 `cursor` 的问题。[#20551](https://github.com/apache/echarts/issues/20551) ([sz-p](https://github.com/sz-p))
+ [Fix] [visualMap] 修复水平布局下标签可能重叠的问题。[#20249](https://github.com/apache/echarts/issues/20249) ([WojciechKrakowiak](https://github.com/WojciechKrakowiak))
+ [Fix] [tooltip] 修复 tooltip 在 `notMerge` 选项合并策略下可能报错的问题。[#20435](https://github.com/apache/echarts/issues/20435) ([ktx-abhay](https://github.com/ktx-abhay))
+ [Fix] [tooltip] 修复 tooltip `textStyle.lineHeight` 行高样式不生效的问题。[#20398](https://github.com/apache/echarts/issues/20398) ([sz-p](https://github.com/sz-p))
+ [Fix] [sankey] 修复桑基图在没有定义 `links` / `nodes` / `levels` 选项时报错的问题。[#20380](https://github.com/apache/echarts/issues/20380) ([sz-p](https://github.com/sz-p))
+ [Fix] [polar] 修复极坐标系下的裁剪问题。[#20370](https://github.com/apache/echarts/issues/20370) ([sz-p](https://github.com/sz-p))
+ [Fix] [boxplot] 修复箱形图在类目轴下的 `encode` 编码映射问题。[#20324](https://github.com/apache/echarts/issues/20324) ([jonoshearman](https://github.com/jonoshearman))
+ [Fix] [sampling] 修正 `minmax` 采样算法。[#20315](https://github.com/apache/echarts/issues/20315) ([ribeirompl](https://github.com/ribeirompl))
+ [Fix] [gauge] 修复进度条可能显示在仪表盘轴线下方的问题。[#20276](https://github.com/apache/echarts/issues/20276) ([kingyue737](https://github.com/kingyue737))
+ [Fix] [axis] 修复在启用 `dataZoom` 组件时,自定义轴刻度及标签溢出图表的问题。[#20194](https://github.com/apache/echarts/issues/20194) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [axis] [time] 修复柱状图在反向时间轴下柱条宽度可能溢出的问题。[#20246](https://github.com/apache/echarts/issues/20246) ([Ovilia](https://github.com/Ovilia))
+ [Fix] [theme] 修复深色模式下图例分页标签的文本颜色。[#20396](https://github.com/apache/echarts/issues/20396) ([plainheart](https://github.com/plainheart))
+ [Fix] [pie] 修复饼图部分标签可能不显示的问题。[#20074](https://github.com/apache/echarts/issues/20074) ([liuyunzidian](https://github.com/liuyunzidian))
+ [Fix] [grid] 修复自定义系列的边界裁切问题。[#20043](https://github.com/apache/echarts/issues/20043) ([fandi-1205](https://github.com/fandi-1205))
+ [Fix] [svg] 修复 SSR 模式下 SVG 元素可能无法交互的问题及透明颜色的平台兼容性问题。[#1076](https://github.com/ecomfe/zrender/issues/1076) ([plainheart](https://github.com/plainheart))
+ [Fix] [data] 修复 `SeriesData#rawIndexOf` 潜在的报错问题。[#20534](https://github.com/apache/echarts/issues/20534) ([plainheart](https://github.com/plainheart))
+ [Fix] [text] 修复当标签溢出并被截断时,其包围盒计算错误导致无法交互的问题。[#1091](https://github.com/ecomfe/zrender/pull/1091) ([linghaoSu](https://github.com/linghaoSu)) [#1100](https://github.com/ecomfe/zrender/pull/1100) ([100Pah](https://github.com/100Pah))
+ [Fix] [env] 修复对 node 环境的侦测逻辑。[#1037](https://github.com/ecomfe/zrender/pull/1037) ([Uzlopak](https://github.com/Uzlopak)) [#1071](https://github.com/ecomfe/zrender/pull/1071) ([xg-qd](https://github.com/xg-qd)) [#1086](https://github.com/ecomfe/zrender/pull/1086) ([plainheart](https://github.com/plainheart))
+ [Fix] [type] 修复标线 `markLine``symbolOffset` 的类型声明,其可以是一个二维数组用以分别设置两端标记的偏移量。[#20491](https://github.com/apache/echarts/issues/20491) ([plainheart](https://github.com/plainheart))

## v5.5.1
<div class="time">2024-06-27</div>

Expand Down

0 comments on commit 1d08a19

Please sign in to comment.