diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 7ddd64be..12e845c9 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -6,45 +6,47 @@ Breaking change: Greatly optimize some of the code and slightly improve performa Fix: -> Fix the issue of the arrow of the associated line disappearing when exporting images and SVGs. +> 1.Fix the issue of the arrow of the associated line disappearing when exporting images and SVGs. > -> Fix the issue of abnormal operation returning to the root node after resizing the container. +> 2.Fix the issue of abnormal operation returning to the root node after resizing the container. > -> Fix that the shortcut key operations for inserting summary, moving up, down, and organizing layout with one click did not trigger data_ The issue with the change event. +> 3.Fix that the shortcut key operations for inserting summary, moving up, down, and organizing layout with one click did not trigger data_ The issue with the change event. +> +> 4.Fix the issue of each node displaying a border when exporting images, SVGs, and PDFs with watermarks. New: -> Optimize the canvas DOM structure and render nodes, lines, and associated lines in layers. +> 1.Optimize the canvas DOM structure and render nodes, lines, and associated lines in layers. > -> Optimize the watermark plugin. +> 2.Optimize the watermark plugin. > -> The setTheme, setThemeConfig, and setLayout functions add parameters that do not trigger re rendering. +> 3.The setTheme, setThemeConfig, and setLayout functions add parameters that do not trigger re rendering. > -> Add a command to insert a parent node. +> 4.Add a command to insert a parent node. > -> Add a command to only delete the current node. +> 5.Add a command to only delete the current node. > -> Automatically expand child nodes when inserting a summary. +> 6.Automatically expand child nodes when inserting a summary. > -> Clear the current active node when right-clicking on the canvas. +> 7.Clear the current active node when right-clicking on the canvas. > -> The folded active nodes are synchronously deleted from the list of active nodes. +> 8.The folded active nodes are synchronously deleted from the list of active nodes. > -> Pasting text with line breaks supports controlling whether nodes are split by line breaks. +> 9.Pasting text with line breaks supports controlling whether nodes are split by line breaks. Demo: -> Modify the method and copy to return to the root node. +> 1.Modify the method and copy to return to the root node. > -> Fix the issue of ineffective first switching when switching themes in overlay mode. +> 2.Fix the issue of ineffective first switching when switching themes in overlay mode. > -> The right-click menu adds the function of inserting parent nodes and deleting only the current node. +> 3.The right-click menu adds the function of inserting parent nodes and deleting only the current node. > -> The top toolbar supports automatic folding into more according to the window width. +> 4.The top toolbar supports automatic folding into more according to the window width. > -> Support manual input of zoom factor. +> 5.Support manual input of zoom factor. > -> Improve the English translation of the interface. +> 6.Improve the English translation of the interface. ## 0.7.3-fix.2 diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index 25ae5d07..a59efb27 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -5,30 +5,31 @@
Breaking change: Greatly optimize some of the code and slightly improve performance, mainly by using the 'render' class to remove useless logic, adjust unreasonable implementations, and extract duplicate code; Modify function names, functions, etc.
Fix:
-Fix the issue of the arrow of the associated line disappearing when exporting images and SVGs.
-Fix the issue of abnormal operation returning to the root node after resizing the container.
-Fix that the shortcut key operations for inserting summary, moving up, down, and organizing layout with one click did not trigger data_ The issue with the change event.
+1.Fix the issue of the arrow of the associated line disappearing when exporting images and SVGs.
+2.Fix the issue of abnormal operation returning to the root node after resizing the container.
+3.Fix that the shortcut key operations for inserting summary, moving up, down, and organizing layout with one click did not trigger data_ The issue with the change event.
+4.Fix the issue of each node displaying a border when exporting images, SVGs, and PDFs with watermarks.
New:
-Optimize the canvas DOM structure and render nodes, lines, and associated lines in layers.
-Optimize the watermark plugin.
-The setTheme, setThemeConfig, and setLayout functions add parameters that do not trigger re rendering.
-Add a command to insert a parent node.
-Add a command to only delete the current node.
-Automatically expand child nodes when inserting a summary.
-Clear the current active node when right-clicking on the canvas.
-The folded active nodes are synchronously deleted from the list of active nodes.
-Pasting text with line breaks supports controlling whether nodes are split by line breaks.
+1.Optimize the canvas DOM structure and render nodes, lines, and associated lines in layers.
+2.Optimize the watermark plugin.
+3.The setTheme, setThemeConfig, and setLayout functions add parameters that do not trigger re rendering.
+4.Add a command to insert a parent node.
+5.Add a command to only delete the current node.
+6.Automatically expand child nodes when inserting a summary.
+7.Clear the current active node when right-clicking on the canvas.
+8.The folded active nodes are synchronously deleted from the list of active nodes.
+9.Pasting text with line breaks supports controlling whether nodes are split by line breaks.
Demo:
-Modify the method and copy to return to the root node.
-Fix the issue of ineffective first switching when switching themes in overlay mode.
-The right-click menu adds the function of inserting parent nodes and deleting only the current node.
-The top toolbar supports automatic folding into more according to the window width.
-Support manual input of zoom factor.
-Improve the English translation of the interface.
+1.Modify the method and copy to return to the root node.
+2.Fix the issue of ineffective first switching when switching themes in overlay mode.
+3.The right-click menu adds the function of inserting parent nodes and deleting only the current node.
+4.The top toolbar supports automatic folding into more according to the window width.
+5.Support manual input of zoom factor.
+6.Improve the English translation of the interface.
Fix some issues with collaborative editing:
diff --git a/web/src/pages/Doc/zh/changelog/index.md b/web/src/pages/Doc/zh/changelog/index.md index 69dec582..4ad7f469 100644 --- a/web/src/pages/Doc/zh/changelog/index.md +++ b/web/src/pages/Doc/zh/changelog/index.md @@ -6,45 +6,47 @@ 修复: -> 修复导出图片和svg时关联线的箭头消失的问题。 +> 1.修复导出图片和svg时关联线的箭头消失的问题。 > -> 修复调整容器大小后回到根节点的操作异常的问题。 +> 2.修复调整容器大小后回到根节点的操作异常的问题。 > -> 修复插入概要、上移、下移、一键整理布局的快捷键操作没有触发data_change事件的问题。 +> 3.修复插入概要、上移、下移、一键整理布局的快捷键操作没有触发data_change事件的问题。 +> +> 4.修复存在水印时导出图片、svg、pdf时每个节点都会显示边框的问题。 新增: -> 优化画布DOM结构,将节点、连线、关联线分层渲染。 +> 1.优化画布DOM结构,将节点、连线、关联线分层渲染。 > -> 优化水印插件。 +> 2.优化水印插件。 > -> setTheme、setThemeConfig、setLayout函数增加不触发重新渲染的参数。 +> 3.setTheme、setThemeConfig、setLayout函数增加不触发重新渲染的参数。 > -> 新增插入父节点的命令。 +> 4.新增插入父节点的命令。 > -> 新增仅删除当前节点的命令。 +> 5.新增仅删除当前节点的命令。 > -> 插入概要时自动展开子节点。 +> 6.插入概要时自动展开子节点。 > -> 鼠标右键单击画布时清除当前激活节点。 +> 7.鼠标右键单击画布时清除当前激活节点。 > -> 被收起的激活节点同步从激活节点列表里删除。 +> 8.被收起的激活节点同步从激活节点列表里删除。 > -> 粘贴带换行的文本支持控制是否按换行分割节点。 +> 9.粘贴带换行的文本支持控制是否按换行分割节点。 Demo: -> 修改回到根节点的方法及文案。 +> 1.修改回到根节点的方法及文案。 > -> 修复覆盖方式切换主题时第一次切换不生效的问题。 +> 2.修复覆盖方式切换主题时第一次切换不生效的问题。 > -> 右键菜单新增插入父节点和仅删除当前节点的功能。 +> 3.右键菜单新增插入父节点和仅删除当前节点的功能。 > -> 顶部工具栏支持根据窗口宽度自动收起到更多中。 +> 4.顶部工具栏支持根据窗口宽度自动收起到更多中。 > -> 支持手动输入缩放倍数。 +> 5.支持手动输入缩放倍数。 > -> 完善界面英文翻译。 +> 6.完善界面英文翻译。 ## 0.7.3-fix.2 diff --git a/web/src/pages/Doc/zh/changelog/index.vue b/web/src/pages/Doc/zh/changelog/index.vue index d7a993de..ea10598a 100644 --- a/web/src/pages/Doc/zh/changelog/index.vue +++ b/web/src/pages/Doc/zh/changelog/index.vue @@ -5,30 +5,31 @@破坏性更新:大幅优化部分代码,小幅提升性能,主要是render类,删除无用逻辑、调整不合理的实现、提取重复代码;修改函数名称、函数功能等。
修复:
-修复导出图片和svg时关联线的箭头消失的问题。
-修复调整容器大小后回到根节点的操作异常的问题。
-修复插入概要、上移、下移、一键整理布局的快捷键操作没有触发data_change事件的问题。
+1.修复导出图片和svg时关联线的箭头消失的问题。
+2.修复调整容器大小后回到根节点的操作异常的问题。
+3.修复插入概要、上移、下移、一键整理布局的快捷键操作没有触发data_change事件的问题。
+4.修复存在水印时导出图片、svg、pdf时每个节点都会显示边框的问题。
新增:
-优化画布DOM结构,将节点、连线、关联线分层渲染。
-优化水印插件。
-setTheme、setThemeConfig、setLayout函数增加不触发重新渲染的参数。
-新增插入父节点的命令。
-新增仅删除当前节点的命令。
-插入概要时自动展开子节点。
-鼠标右键单击画布时清除当前激活节点。
-被收起的激活节点同步从激活节点列表里删除。
-粘贴带换行的文本支持控制是否按换行分割节点。
+1.优化画布DOM结构,将节点、连线、关联线分层渲染。
+2.优化水印插件。
+3.setTheme、setThemeConfig、setLayout函数增加不触发重新渲染的参数。
+4.新增插入父节点的命令。
+5.新增仅删除当前节点的命令。
+6.插入概要时自动展开子节点。
+7.鼠标右键单击画布时清除当前激活节点。
+8.被收起的激活节点同步从激活节点列表里删除。
+9.粘贴带换行的文本支持控制是否按换行分割节点。
Demo:
-修改回到根节点的方法及文案。
-修复覆盖方式切换主题时第一次切换不生效的问题。
-右键菜单新增插入父节点和仅删除当前节点的功能。
-顶部工具栏支持根据窗口宽度自动收起到更多中。
-支持手动输入缩放倍数。
-完善界面英文翻译。
+1.修改回到根节点的方法及文案。
+2.修复覆盖方式切换主题时第一次切换不生效的问题。
+3.右键菜单新增插入父节点和仅删除当前节点的功能。
+4.顶部工具栏支持根据窗口宽度自动收起到更多中。
+5.支持手动输入缩放倍数。
+6.完善界面英文翻译。
修复协同编辑的一些问题: