From 6105fd6e3dc8341cd31849eb7cded1e2ebc2e1d1 Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Thu, 6 Apr 2023 08:45:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=850.5.2=EF=BC=8C=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=AF=BC=E5=87=BAjson=E6=95=B0=E6=8D=AE=E4=B8=AD?= =?UTF-8?q?=E7=9A=84uid=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- simple-mind-map/index.js | 2 +- simple-mind-map/package.json | 2 +- web/src/pages/Doc/en/changelog/index.md | 4 ++++ web/src/pages/Doc/en/changelog/index.vue | 2 ++ web/src/pages/Doc/zh/changelog/index.md | 8 ++++++-- web/src/pages/Doc/zh/changelog/index.vue | 6 ++++-- 7 files changed, 19 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index f6d0b991..17f82518 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -
Fix: 1.Remove uid from exported JSON data; 2.Clear the node cache pool when re rendering.
optimization: 1.Only respond to shortcut key events when the mouse is inside the canvas
Fix: 1.Fix the issue of incorrect node position during fast operation
diff --git a/web/src/pages/Doc/zh/changelog/index.md b/web/src/pages/Doc/zh/changelog/index.md index 4bd4a2f3..2edda528 100644 --- a/web/src/pages/Doc/zh/changelog/index.md +++ b/web/src/pages/Doc/zh/changelog/index.md @@ -1,10 +1,14 @@ # Changelog +## 0.5.2 + +修复:1.导出的`json`数据中去除`uid`;2.重新渲染时清空节点缓存池。 + ## 0.5.1 -优化:1.只有当鼠标在画布内才响应快捷键事件 +优化:1.只有当鼠标在画布内才响应快捷键事件。 -修复:1.修复快速操作时节点位置不正确的问题 +修复:1.修复快速操作时节点位置不正确的问题。 ## 0.5.0 diff --git a/web/src/pages/Doc/zh/changelog/index.vue b/web/src/pages/Doc/zh/changelog/index.vue index 84499310..301e73fe 100644 --- a/web/src/pages/Doc/zh/changelog/index.vue +++ b/web/src/pages/Doc/zh/changelog/index.vue @@ -1,9 +1,11 @@修复:1.导出的json数据中去除uid;2.重新渲染时清空节点缓存池。
优化:1.只有当鼠标在画布内才响应快捷键事件
-修复:1.修复快速操作时节点位置不正确的问题
+优化:1.只有当鼠标在画布内才响应快捷键事件。
+修复:1.修复快速操作时节点位置不正确的问题。
这个版本主要是代码层面的改动和优化,核心是为了提升渲染性能,减少卡顿问题。
新增:1.支持自定义展开收起节点图标和颜色;