mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 22:08:25 +08:00
Doc: update
This commit is contained in:
@@ -13,6 +13,10 @@ Fix:
|
||||
> 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.
|
||||
>
|
||||
> 5.Fixed the issue of no watermarks and no redrawing after the container size was changed.
|
||||
>
|
||||
> 6.Fix the issue of slow rendering of mini maps with watermarks.
|
||||
|
||||
New:
|
||||
|
||||
@@ -33,6 +37,8 @@ New:
|
||||
> 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.
|
||||
>
|
||||
> 10.The mini map plugin supports returning mini maps of image types.
|
||||
|
||||
Demo:
|
||||
|
||||
@@ -47,6 +53,8 @@ Demo:
|
||||
> 5.Support manual input of zoom factor.
|
||||
>
|
||||
> 6.Improve the English translation of the interface.
|
||||
>
|
||||
> 7.Change the mini map to render through images.
|
||||
|
||||
## 0.7.3-fix.2
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
<p>2.Fix the issue of abnormal operation returning to the root node after resizing the container.</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>
|
||||
<p>5.Fixed the issue of no watermarks and no redrawing after the container size was changed.</p>
|
||||
<p>6.Fix the issue of slow rendering of mini maps with watermarks.</p>
|
||||
</blockquote>
|
||||
<p>New:</p>
|
||||
<blockquote>
|
||||
@@ -21,6 +23,7 @@
|
||||
<p>7.Clear the current active node when right-clicking on the canvas.</p>
|
||||
<p>8.The folded active nodes are synchronously deleted from the list of active nodes.</p>
|
||||
<p>9.Pasting text with line breaks supports controlling whether nodes are split by line breaks.</p>
|
||||
<p>10.The mini map plugin supports returning mini maps of image types.</p>
|
||||
</blockquote>
|
||||
<p>Demo:</p>
|
||||
<blockquote>
|
||||
@@ -30,6 +33,7 @@
|
||||
<p>4.The top toolbar supports automatic folding into more according to the window width.</p>
|
||||
<p>5.Support manual input of zoom factor.</p>
|
||||
<p>6.Improve the English translation of the interface.</p>
|
||||
<p>7.Change the mini map to render through images.</p>
|
||||
</blockquote>
|
||||
<h2>0.7.3-fix.2</h2>
|
||||
<p>Fix some issues with collaborative editing:</p>
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
> 3.修复插入概要、上移、下移、一键整理布局的快捷键操作没有触发data_change事件的问题。
|
||||
>
|
||||
> 4.修复存在水印时导出图片、svg、pdf时每个节点都会显示边框的问题。
|
||||
>
|
||||
> 5.修复容器尺寸改变后没有水印没有重新绘制的问题。
|
||||
>
|
||||
> 6.修复存在水印时小地图渲染非常慢的问题。
|
||||
|
||||
新增:
|
||||
|
||||
@@ -33,6 +37,8 @@
|
||||
> 8.被收起的激活节点同步从激活节点列表里删除。
|
||||
>
|
||||
> 9.粘贴带换行的文本支持控制是否按换行分割节点。
|
||||
>
|
||||
> 10.小地图插件支持返回图片类型的小地图。
|
||||
|
||||
Demo:
|
||||
|
||||
@@ -47,6 +53,8 @@ Demo:
|
||||
> 5.支持手动输入缩放倍数。
|
||||
>
|
||||
> 6.完善界面英文翻译。
|
||||
>
|
||||
> 7.小地图改为通过图片渲染。
|
||||
|
||||
## 0.7.3-fix.2
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
<p>2.修复调整容器大小后回到根节点的操作异常的问题。</p>
|
||||
<p>3.修复插入概要、上移、下移、一键整理布局的快捷键操作没有触发data_change事件的问题。</p>
|
||||
<p>4.修复存在水印时导出图片、svg、pdf时每个节点都会显示边框的问题。</p>
|
||||
<p>5.修复容器尺寸改变后没有水印没有重新绘制的问题。</p>
|
||||
<p>6.修复存在水印时小地图渲染非常慢的问题。</p>
|
||||
</blockquote>
|
||||
<p>新增:</p>
|
||||
<blockquote>
|
||||
@@ -21,6 +23,7 @@
|
||||
<p>7.鼠标右键单击画布时清除当前激活节点。</p>
|
||||
<p>8.被收起的激活节点同步从激活节点列表里删除。</p>
|
||||
<p>9.粘贴带换行的文本支持控制是否按换行分割节点。</p>
|
||||
<p>10.小地图插件支持返回图片类型的小地图。</p>
|
||||
</blockquote>
|
||||
<p>Demo:</p>
|
||||
<blockquote>
|
||||
@@ -30,6 +33,7 @@
|
||||
<p>4.顶部工具栏支持根据窗口宽度自动收起到更多中。</p>
|
||||
<p>5.支持手动输入缩放倍数。</p>
|
||||
<p>6.完善界面英文翻译。</p>
|
||||
<p>7.小地图改为通过图片渲染。</p>
|
||||
</blockquote>
|
||||
<h2>0.7.3-fix.2</h2>
|
||||
<p>修复协同编辑的一些问题:</p>
|
||||
|
||||
Reference in New Issue
Block a user