Doc: update

This commit is contained in:
wanglin2 2023-10-17 14:05:21 +08:00
parent 9aae8bf55c
commit 77167c572d
4 changed files with 78 additions and 72 deletions

View File

@ -6,45 +6,47 @@ Breaking change: Greatly optimize some of the code and slightly improve performa
Fix: 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: 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: 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 ## 0.7.3-fix.2

View File

@ -5,30 +5,31 @@
<p>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.</p> <p>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.</p>
<p>Fix:</p> <p>Fix:</p>
<blockquote> <blockquote>
<p>Fix the issue of the arrow of the associated line disappearing when exporting images and SVGs.</p> <p>1.Fix the issue of the arrow of the associated line disappearing when exporting images and SVGs.</p>
<p>Fix the issue of abnormal operation returning to the root node after resizing the container.</p> <p>2.Fix the issue of abnormal operation returning to the root node after resizing the container.</p>
<p>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.</p> <p>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.</p>
<p>4.Fix the issue of each node displaying a border when exporting images, SVGs, and PDFs with watermarks.</p>
</blockquote> </blockquote>
<p>New:</p> <p>New:</p>
<blockquote> <blockquote>
<p>Optimize the canvas DOM structure and render nodes, lines, and associated lines in layers.</p> <p>1.Optimize the canvas DOM structure and render nodes, lines, and associated lines in layers.</p>
<p>Optimize the watermark plugin.</p> <p>2.Optimize the watermark plugin.</p>
<p>The setTheme, setThemeConfig, and setLayout functions add parameters that do not trigger re rendering.</p> <p>3.The setTheme, setThemeConfig, and setLayout functions add parameters that do not trigger re rendering.</p>
<p>Add a command to insert a parent node.</p> <p>4.Add a command to insert a parent node.</p>
<p>Add a command to only delete the current node.</p> <p>5.Add a command to only delete the current node.</p>
<p>Automatically expand child nodes when inserting a summary.</p> <p>6.Automatically expand child nodes when inserting a summary.</p>
<p>Clear the current active node when right-clicking on the canvas.</p> <p>7.Clear the current active node when right-clicking on the canvas.</p>
<p>The folded active nodes are synchronously deleted from the list of active nodes.</p> <p>8.The folded active nodes are synchronously deleted from the list of active nodes.</p>
<p>Pasting text with line breaks supports controlling whether nodes are split by line breaks.</p> <p>9.Pasting text with line breaks supports controlling whether nodes are split by line breaks.</p>
</blockquote> </blockquote>
<p>Demo:</p> <p>Demo:</p>
<blockquote> <blockquote>
<p>Modify the method and copy to return to the root node.</p> <p>1.Modify the method and copy to return to the root node.</p>
<p>Fix the issue of ineffective first switching when switching themes in overlay mode.</p> <p>2.Fix the issue of ineffective first switching when switching themes in overlay mode.</p>
<p>The right-click menu adds the function of inserting parent nodes and deleting only the current node.</p> <p>3.The right-click menu adds the function of inserting parent nodes and deleting only the current node.</p>
<p>The top toolbar supports automatic folding into more according to the window width.</p> <p>4.The top toolbar supports automatic folding into more according to the window width.</p>
<p>Support manual input of zoom factor.</p> <p>5.Support manual input of zoom factor.</p>
<p>Improve the English translation of the interface.</p> <p>6.Improve the English translation of the interface.</p>
</blockquote> </blockquote>
<h2>0.7.3-fix.2</h2> <h2>0.7.3-fix.2</h2>
<p>Fix some issues with collaborative editing:</p> <p>Fix some issues with collaborative editing:</p>

View File

@ -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 Demo
> 修改回到根节点的方法及文案。 > 1.修改回到根节点的方法及文案。
> >
> 修复覆盖方式切换主题时第一次切换不生效的问题。 > 2.修复覆盖方式切换主题时第一次切换不生效的问题。
> >
> 右键菜单新增插入父节点和仅删除当前节点的功能。 > 3.右键菜单新增插入父节点和仅删除当前节点的功能。
> >
> 顶部工具栏支持根据窗口宽度自动收起到更多中。 > 4.顶部工具栏支持根据窗口宽度自动收起到更多中。
> >
> 支持手动输入缩放倍数。 > 5.支持手动输入缩放倍数。
> >
> 完善界面英文翻译。 > 6.完善界面英文翻译。
## 0.7.3-fix.2 ## 0.7.3-fix.2

View File

@ -5,30 +5,31 @@
<p>破坏性更新大幅优化部分代码小幅提升性能主要是<code>render</code>删除无用逻辑调整不合理的实现提取重复代码修改函数名称函数功能等</p> <p>破坏性更新大幅优化部分代码小幅提升性能主要是<code>render</code>删除无用逻辑调整不合理的实现提取重复代码修改函数名称函数功能等</p>
<p>修复</p> <p>修复</p>
<blockquote> <blockquote>
<p>修复导出图片和svg时关联线的箭头消失的问题</p> <p>1.修复导出图片和svg时关联线的箭头消失的问题</p>
<p>修复调整容器大小后回到根节点的操作异常的问题</p> <p>2.修复调整容器大小后回到根节点的操作异常的问题</p>
<p>修复插入概要上移下移一键整理布局的快捷键操作没有触发data_change事件的问题</p> <p>3.修复插入概要上移下移一键整理布局的快捷键操作没有触发data_change事件的问题</p>
<p>4.修复存在水印时导出图片svgpdf时每个节点都会显示边框的问题</p>
</blockquote> </blockquote>
<p>新增</p> <p>新增</p>
<blockquote> <blockquote>
<p>优化画布DOM结构将节点连线关联线分层渲染</p> <p>1.优化画布DOM结构将节点连线关联线分层渲染</p>
<p>优化水印插件</p> <p>2.优化水印插件</p>
<p>setThemesetThemeConfigsetLayout函数增加不触发重新渲染的参数</p> <p>3.setThemesetThemeConfigsetLayout函数增加不触发重新渲染的参数</p>
<p>新增插入父节点的命令</p> <p>4.新增插入父节点的命令</p>
<p>新增仅删除当前节点的命令</p> <p>5.新增仅删除当前节点的命令</p>
<p>插入概要时自动展开子节点</p> <p>6.插入概要时自动展开子节点</p>
<p>鼠标右键单击画布时清除当前激活节点</p> <p>7.鼠标右键单击画布时清除当前激活节点</p>
<p>被收起的激活节点同步从激活节点列表里删除</p> <p>8.被收起的激活节点同步从激活节点列表里删除</p>
<p>粘贴带换行的文本支持控制是否按换行分割节点</p> <p>9.粘贴带换行的文本支持控制是否按换行分割节点</p>
</blockquote> </blockquote>
<p>Demo</p> <p>Demo</p>
<blockquote> <blockquote>
<p>修改回到根节点的方法及文案</p> <p>1.修改回到根节点的方法及文案</p>
<p>修复覆盖方式切换主题时第一次切换不生效的问题</p> <p>2.修复覆盖方式切换主题时第一次切换不生效的问题</p>
<p>右键菜单新增插入父节点和仅删除当前节点的功能</p> <p>3.右键菜单新增插入父节点和仅删除当前节点的功能</p>
<p>顶部工具栏支持根据窗口宽度自动收起到更多中</p> <p>4.顶部工具栏支持根据窗口宽度自动收起到更多中</p>
<p>支持手动输入缩放倍数</p> <p>5.支持手动输入缩放倍数</p>
<p>完善界面英文翻译</p> <p>6.完善界面英文翻译</p>
</blockquote> </blockquote>
<h2>0.7.3-fix.2</h2> <h2>0.7.3-fix.2</h2>
<p>修复协同编辑的一些问题</p> <p>修复协同编辑的一些问题</p>