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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 0a2fb970 Fix change log and add breaking changes.
0a2fb970 is described below

commit 0a2fb970f7fbe8925f42bb4029574fcfb02e00da
Author: 100pah <[email protected]>
AuthorDate: Sat Jun 28 01:46:10 2025 +0800

    Fix change log and add breaking changes.
---
 en/changelog.md | 15 +++++++++++----
 zh/changelog.md | 16 ++++++++++++----
 2 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/en/changelog.md b/en/changelog.md
index 6f0ffc1a..8da1d0df 100644
--- a/en/changelog.md
+++ b/en/changelog.md
@@ -1,13 +1,15 @@
-## v6.0.0
+## v6.0.0-beta.1
 
 + [Feature] [theme] New theme for ECharts 6.0. 
[#20865](https://github.com/apache/echarts/issues/20865) 
([Ovilia](https://github.com/Ovilia))
 + [Feature] [chord] New chord series. 
[#20522](https://github.com/apache/echarts/issues/20522) 
([Ovilia](https://github.com/Ovilia))
-+ [Feature] [matrix] New matrix coordinate. 
[#19807](https://github.com/apache/echarts/issues/19807) 
([Ovilia](https://github.com/Ovilia)) 
[#21005](https://github.com/apache/echarts/issues/21005) 
([100pah](https://github.com/100pah))
++ [Feature] [matrix&calendar] New matrix coordinate system. And all series and 
components (including other coordinate systems, such as `grid`(Cartesian), 
`geo`, `polar`, etc.) are supported to be declaratively laid out in the cells 
of matrix and calendar coordinate system. 
[#19807](https://github.com/apache/echarts/issues/19807) 
([Ovilia](https://github.com/Ovilia)) 
[#21005](https://github.com/apache/echarts/issues/21005) 
([100pah](https://github.com/100pah))
 + [Feature] [custom] Support reusable custom series. 
[#20226](https://github.com/apache/echarts/issues/20226) 
([Ovilia](https://github.com/Ovilia))
++ [Feature] [cartesian] Introduce new layout mechanism to avoid Cartesian 
(i.e., `grid` component) axis labels and axis names overflowing the canvas, 
prevent axis names from overlapping with axis labels, and make them the 
default. [#21059](https://github.com/apache/echarts/pull/21059) 
([100pah](https://github.com/100pah)), 
[#19534](https://github.com/apache/echarts/pull/19534) 
([robin-gerling](https://github.com/robin-gerling)), 
[#16825](https://github.com/apache/echarts/pull/16825) ([ko [...]
 + [Feature] [scatter] Support jittering for scatter series. 
[#19941](https://github.com/apache/echarts/issues/19941) 
([Ovilia](https://github.com/Ovilia))
 + [Feature] [axis] Support break on the axis. 
[#19459](https://github.com/apache/echarts/issues/19459) 
([Ovilia](https://github.com/Ovilia)) 
[#20857](https://github.com/apache/echarts/issues/20857) 
([100pah](https://github.com/100pah))
 + [Feature] [theme] Support dynamically registering and switching themes. 
[#20705](https://github.com/apache/echarts/issues/20705) 
([Ovilia](https://github.com/Ovilia))
-+ [Feature] [graph] Support thumbnail for the graph series. 
[#17471](https://github.com/apache/echarts/issues/17471) 
([Lruler](https://github.com/Lruler))
++ [Feature] [roam] Roaming infrastructure enhancement - support users 
specifying roaming area by `roamTigger`; support `clip` on `geo` and 
`series.map`; support cursor style change when hovering on the roaming area; 
support `preserveAspect` on `geo`, `series.map`, `series.graph`, `series.tree` 
and `series.sankey`; fix the percent base of `center` on `geo`, `series.map`, 
`series.graph` and `series.tree`; enhance the behavior for roaming area 
overlapping. [#19807#issuecomment-2974437299](h [...]
++ [Feature] [thumbnail] Support thumbnail for the graph series. 
[#19807#issuecomment-3013454598](https://github.com/apache/echarts/pull/19807#issuecomment-3013454598)
 ([100pah](https://github.com/100pah)), 
[#17471](https://github.com/apache/echarts/issues/17471) 
([Lruler](https://github.com/Lruler))
 + [Feature] [marker] Support `z2` option for markPoint/markLine/markArea. 
[#20782](https://github.com/apache/echarts/issues/20782) 
([sz-p](https://github.com/sz-p))
 + [Feature] [stack] Support reversing the stack order. 
[#20998](https://github.com/apache/echarts/issues/20998) 
([Justin-ZS](https://github.com/Justin-ZS))
 + [Feature] [sankey] Support roaming for sankey series. 
[#20321](https://github.com/apache/echarts/issues/20321) 
([Ovilia](https://github.com/Ovilia))
@@ -19,7 +21,6 @@
 + [Feature] [custom] Support `tooltipDisabled` for custom series. 
[#20447](https://github.com/apache/echarts/issues/20447) 
([Ovilia](https://github.com/Ovilia))
 + [Feature] [i18n] Add Norwegian Bokmål (nb-NO) translation. 
[#20792](https://github.com/apache/echarts/issues/20792) 
([joakimono](https://github.com/joakimono))
 + [Fix] [label] Fix label rich style does not inherit the plain label style. 
[#20977](https://github.com/apache/echarts/issues/20977) 
([plainheart](https://github.com/plainheart)) 
[#21016](https://github.com/apache/echarts/issues/21016) 
([100pah](https://github.com/100pah))
-+ [Fix] [axis] Fix containLabel should also contain axis name. 
[#19534](https://github.com/apache/echarts/issues/19534) 
([robin-gerling](https://github.com/robin-gerling))
 + [Fix] [dataZoom] Fix data shape distribution for time axis. 
[#16978](https://github.com/apache/echarts/issues/16978) 
([andrearoota](https://github.com/andrearoota)) 
[#21043](https://github.com/apache/echarts/issues/21043) 
[#21039](https://github.com/apache/echarts/issues/21039) 
([Ovilia](https://github.com/Ovilia))
 + [Fix] [tooltip] Fix null value item on category axis should be able to show 
tooltip. [#20777](https://github.com/apache/echarts/issues/20777) 
([Justin-ZS](https://github.com/Justin-ZS))
 + [Fix] [visualMap] Fix some text style can't work on visualMap. 
[#20961](https://github.com/apache/echarts/issues/20961) 
([plainheart](https://github.com/plainheart))
@@ -36,6 +37,12 @@
 + [Fix] [title] Fix title text style width type should not include string. 
[#20800](https://github.com/apache/echarts/issues/20800) 
([sz-p](https://github.com/sz-p))
 + [Fix] [roam] Fix RoamControllerHost importing path. 
[#20313](https://github.com/apache/echarts/issues/20313) 
([Ovilia](https://github.com/Ovilia))
 + [Fix] [svg] Remove SVG support check in `getSvgDataURL`. 
[#20760](https://github.com/apache/echarts/issues/20760) 
([plainheart](https://github.com/plainheart))
++ [Break] Breaking changes against v5.6.0:
+    + The default theme has been changed, including the visual style and the 
default location settings of components and series. For example, the default 
legend position is now at the bottom of the canvas. The new default settings 
are more reasonble, but if they affect the existing usage, use 
`echarts/theme/v5.js` to restore the old visual style and location settings. 
See [#20865](https://github.com/apache/echarts/issues/20865).
+    + The v5 `echarts/src/theme/light.ts` is now migrated to 
`echarts/theme/rainbow.js`.
+    + The position of Cartesian axes might shift slightly if the axis names or 
labels previously overflowed the canvas or overlapped, as anti-overflow and 
anti-axisLabel-axisName-overlap mechanism are enabled by default. In most cases 
that changes will be indiscernible to the naked eye. But if any unreasonable 
change occurs, you can use option `grid.outerBounds: 'none'` to disable the 
anti-overflow mechanism, and/or use option 
`xAxis/yAxis.axisLabel.nameMoveOverlap: false` to disable the [...]
+    + The percent base of the option `center` (such as the base of `'33%'`) on 
`geo`, `series.map`, `series.graph` and `series.tree` are changed. The previous 
percent base is incorrect. But if you need to restore, set 
`legacyViewCoordSysCenterBase: true` (on the root level of an echarts option). 
See 
[#19807#issuecomment-2974437299](https://github.com/apache/echarts/pull/19807#issuecomment-2974437299).
+    + Now label rich styles (`fontStyle`, `fontWeight`, `fontSize`, 
`fontFamily`, `textShadowColor`, `textShadowBlur`, `textShadowOffsetX`, 
`textShadowOffsetY`) are changed to inherit the plain label styles. You can use 
`richInheritPlainLabel: false` (on the root level of an echarts option, or at 
the same level of the label style options) to restore it. See 
[#20977](https://github.com/apache/echarts/issues/20977)
 
 ## v5.6.0
 <div class="time">2024-12-28</div>
diff --git a/zh/changelog.md b/zh/changelog.md
index 6cbf8c35..993e0813 100644
--- a/zh/changelog.md
+++ b/zh/changelog.md
@@ -1,13 +1,15 @@
-## v6.0.0
+## v6.0.0-beta.1
 
 + [Feature] [theme] ECharts 6.0 新主题。 
[#20865](https://github.com/apache/echarts/issues/20865) 
([Ovilia](https://github.com/Ovilia))
 + [Feature] [chord] 新增和弦图系列。 
[#20522](https://github.com/apache/echarts/issues/20522) 
([Ovilia](https://github.com/Ovilia))
-+ [Feature] [matrix] 新增矩阵坐标系。 
[#19807](https://github.com/apache/echarts/issues/19807) 
([Ovilia](https://github.com/Ovilia)) 
[#21005](https://github.com/apache/echarts/issues/21005) 
([100pah](https://github.com/100pah))
++ [Feature] [matrix&calendar] 新增矩阵坐标系。并且所有的系列和组件 (包括其他坐标系组件,例如 `grid` (直角坐标系) 
`geo` `polar` 等) 支持声明式地布局在矩阵坐标系或日历坐标系的格中。 
[#19807](https://github.com/apache/echarts/issues/19807) 
([Ovilia](https://github.com/Ovilia)) 
[#21005](https://github.com/apache/echarts/issues/21005) 
([100pah](https://github.com/100pah))
 + [Feature] [custom] 支持可复用的自定义系列。 
[#20226](https://github.com/apache/echarts/issues/20226) 
([Ovilia](https://github.com/Ovilia))
++ [Feature] [cartesian] 引入新的布局方式避免直角坐标系 (`grid` 组件) 的坐标轴标签 (`axisLabel`) 
和坐标轴名称 (`axisName`) 超出可视范围,以及避免他们重叠。并且设为默认。 
[#21059](https://github.com/apache/echarts/pull/21059) 
([100pah](https://github.com/100pah)), 
[#19534](https://github.com/apache/echarts/pull/19534) 
([robin-gerling](https://github.com/robin-gerling)), 
[#16825](https://github.com/apache/echarts/pull/16825) 
([konrad-amtenbrink](https://github.com/konrad-amtenbrink)).
 + [Feature] [scatter] 支持散点图系列的抖动。 
[#19941](https://github.com/apache/echarts/issues/19941) 
([Ovilia](https://github.com/Ovilia))
 + [Feature] [axis] 支持坐标轴断轴。 
[#19459](https://github.com/apache/echarts/issues/19459) 
([Ovilia](https://github.com/Ovilia)) 
[#20857](https://github.com/apache/echarts/issues/20857) 
([100pah](https://github.com/100pah))
 + [Feature] [theme] 支持动态注册和切换主题。 
[#20705](https://github.com/apache/echarts/issues/20705) 
([Ovilia](https://github.com/Ovilia))
-+ [Feature] [graph] 为关系图系列支持缩略图。 
[#17471](https://github.com/apache/echarts/issues/17471) 
([Lruler](https://github.com/Lruler))
++ [Feature] [roam] 缩放平移的基础设施升级 - 支持用户指定 (`roamTigger`) 可触发缩放平移的区域;支持 `clip` (于 
`geo` 和 `series.map`);支持鼠标指针样式变化以提示缩放平移区域;支持 `preserveAspect` (于 
`geo`,`series.map`,`series.graph`,`series.tree`,`series.sankey`);修复 `center` 
的百分比基准 (于 `geo`,`series.map`,`series.graph`,`series.tree`);优化缩放平移区域重叠时的表现。 
[#19807#issuecomment-2974437299](https://github.com/apache/echarts/pull/19807#issuecomment-2974437299)
 ([100pah](https://github.com/100pah)).
++ [Feature] [thumbnail] 为关系图系列支持缩略图。 
[#19807#issuecomment-3013454598](https://github.com/apache/echarts/pull/19807#issuecomment-3013454598)
 ([100pah](https://github.com/100pah)) 
[#17471](https://github.com/apache/echarts/issues/17471) 
([Lruler](https://github.com/Lruler))
 + [Feature] [marker] 标记点/标记线/标记区域 (`markPoint`/`markLine`/`markArea`) 支持 `z2` 
选项。 [#20782](https://github.com/apache/echarts/issues/20782) 
([sz-p](https://github.com/sz-p))
 + [Feature] [stack] 支持反转堆叠顺序。 
[#20998](https://github.com/apache/echarts/issues/20998) 
([Justin-ZS](https://github.com/Justin-ZS))
 + [Feature] [sankey] 支持桑基图系列的交互缩放 (`roaming`)。 
[#20321](https://github.com/apache/echarts/issues/20321) 
([Ovilia](https://github.com/Ovilia))
@@ -19,7 +21,6 @@
 + [Feature] [custom] 自定义系列 (`custom series`) 支持 `tooltipDisabled`。 
[#20447](https://github.com/apache/echarts/issues/20447) 
([Ovilia](https://github.com/Ovilia))
 + [Feature] [i18n] 新增挪威博克马尔语 (nb-NO) 翻译。 
[#20792](https://github.com/apache/echarts/issues/20792) 
([joakimono](https://github.com/joakimono))
 + [Fix] [label] 修复富文本样式不继承普通标签样式的问题。 
[#20977](https://github.com/apache/echarts/issues/20977) 
([plainheart](https://github.com/plainheart)) 
[#21016](https://github.com/apache/echarts/issues/21016) 
([100pah](https://github.com/100pah))
-+ [Fix] [axis] 修复 `containLabel` 也应包含坐标轴名称的问题。 
[#19534](https://github.com/apache/echarts/issues/19534) 
([robin-gerling](https://github.com/robin-gerling))
 + [Fix] [dataZoom] 修复时间轴上数据形状分布的问题。 
[#16978](https://github.com/apache/echarts/issues/16978) 
([andrearoota](https://github.com/andrearoota)) 
[#21043](https://github.com/apache/echarts/issues/21043) 
[#21039](https://github.com/apache/echarts/issues/21039) 
([Ovilia](https://github.com/Ovilia))
 + [Fix] [tooltip] 修复类目轴上值为 `null` 的项应能显示提示框的问题。 
[#20777](https://github.com/apache/echarts/issues/20777) 
([Justin-ZS](https://github.com/Justin-ZS))
 + [Fix] [visualMap] 修复部分文本样式在视觉映射 (`visualMap`) 上不起作用的问题。 
[#20961](https://github.com/apache/echarts/issues/20961) 
([plainheart](https://github.com/plainheart))
@@ -36,6 +37,13 @@
 + [Fix] [title] 修复标题文本样式的宽度类型不应包含字符串的问题。 
[#20800](https://github.com/apache/echarts/issues/20800) 
([sz-p](https://github.com/sz-p))
 + [Fix] [roam] 修复 `RoamControllerHost` 的导入路径。 
[#20313](https://github.com/apache/echarts/issues/20313) 
([Ovilia](https://github.com/Ovilia))
 + [Fix] [svg] 移除 `getSvgDataURL` 中的 SVG 支持检查。 
[#20760](https://github.com/apache/echarts/issues/20760) 
([plainheart](https://github.com/plainheart))
++ [Break] 相对于 v5.6.0 的 Breaking changes:
+    + 默认主题已发生变化,包括视觉样式以及组件 (component) 和系列 (series) 的默认位置设置。例如,默认图例 (legend) 
的位置现在改为在画布底部。新的默认设置更加合理,但如果影响了现有用法,可以使用 `echarts/theme/v5.js` 恢复旧的视觉样式和位置设置。参见 
[#20865](https://github.com/apache/echarts/issues/20865)。
+    + v5 版本中的 `echarts/src/theme/light.ts` 已迁移至 `echarts/theme/rainbow.js`。
+    + 在直角坐标系中 (`grid` 组件),如果之前坐标轴名称 (`axisName`) 或标签 (`axisLabel`) 
溢出画布或发生重叠,现在坐标轴的位置可能会相对之前而言略微偏移,因为默认启用了防止溢出和防止 
坐标轴名称与标签重叠的机制。在大多数情况下,这些变化肉眼难以察觉。但如果出现不合理的变化,可以通过设置 `grid.outerBounds: 'none'` 
选项关闭防溢出机制,或设置 `xAxis/yAxis.axisLabel.nameMoveOverlap: false` 选项关闭防重叠机制。参见 
[#21059](https://github.com/apache/echarts/pull/21059)。
+    + 在 `geo`、`series.map`、`series.graph` 和 `series.tree` 中,`center` 选项中百分比 (如 
`'33%'`) 的基准发生了变化。之前的百分比基准是错误的。如需恢复旧行为,可在 ECharts option 的根级别设置 
`legacyViewCoordSysCenterBase: true`。参见 
[#19807#issuecomment-2974437299](https://github.com/apache/echarts/pull/19807#issuecomment-2974437299)。
+    + 现在标签 (label) 的 rich 样式 
(`fontStyle`、`fontWeight`、`fontSize`、`fontFamily`、`textShadowColor`、`textShadowBlur`、`textShadowOffsetX`、`textShadowOffsetY`)
 会继承普通标签样式。如需恢复旧行为,可以在 ECharts 配置的根级别或标签样式选项同级处设置 `richInheritPlainLabel: 
false`。参见 [#20977](https://github.com/apache/echarts/issues/20977)。
+
 
 ## v5.6.0
 <div class="time">2024-12-28</div>


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

Reply via email to