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.支持自定义展开收起节点图标和颜色;