From 5d0c9dcab1c4a6b8d3e6ba006fa507d1b99f7bb5 Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Fri, 28 Jul 2023 16:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=850.6.9-fix.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- simple-mind-map/package.json | 2 +- web/src/pages/Doc/en/changelog/index.md | 6 ++++++ web/src/pages/Doc/en/changelog/index.vue | 3 +++ web/src/pages/Doc/zh/changelog/index.md | 6 ++++++ web/src/pages/Doc/zh/changelog/index.vue | 3 +++ 6 files changed, 20 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 553768bd..a8ed770a 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -
Fix: 1.Fix the issue of incorrect replacement after a single search.
+New: 1.We will no longer directly modify the incoming data object, but will make a deep copy internally.
Fix: 1.Fixed an issue where setting styles to summary nodes would cause summary nodes to disappear. 2.Fixed the issue of node content not rendering when creating a root instance again when customizing node content. 3.Fix the issue of losing focus when adding a new node while the node is in editing. 2.Fix the issue of continuously pressing the tab key not being able to continuously create child nodes.
New: 1.Replace existing in SVG when exporting Characters to avoid exporting SVG errors. 2.Support for search and replace.
修复:1.修复搜索进行一次单个替换后再全部替换不正确的问题。
+新增:1.不会再直接修改传入的data对象,内部会深拷贝一份。
修复:1.修复给概要节点设置样式概要节点会消失的问题。2.修复自定义节点内容时,二次创建根实例时节点内容不渲染的问题。3.修复节点处于编辑中时添加新节点时新节点的焦点丢失问题。 2.修复连续按tab键无法连续创建子节点的问题。
新增:1.导出svg时替换svg中存在的 字符,避免导出的svg报错。 2.支持搜索和替换。