diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 19a4a42d..b71de1a0 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,39 @@ # Changelog +## 0.7.1 + +Fix: + +> 1.Fix the issue of unsaved associated line endpoints after changes. +> +> 2.Fix the issue of abnormal canvas scrolling when moving the mouse to the edge of multiple selected nodes when the distance from the top left corner of the canvas to the browser window is not 0. +> +> 3.Fix the issue of importing xmind file errors for nodes with empty titles. +> +> 4.Fix the issue where the exported xmind file prompts for corruption when opened on the latest version of xmind software. +> +> 5.Fix the issue where stickers cannot be displayed when exporting data with stickers in xmind format. +> +> 6.Fix the issue of node right-click event reporting errors when the select plugin is not registered. +> +> 7.There is no issue with removing duplicates in the method of registering plugins. + +New: + +> 1.Reconstruct node drag and drop logic: optimize drag and drop difficulties in some situations, adapt to various structures, and automatically move the canvas when the mouse moves to the edge of the canvas during drag and drop. +> +> 2.Reconstruct the scrollbar plugin to optimize the user experience. +> +> 3.Imperfect resolution of conflicts between logical structure diagrams, mind maps, directory organization diagrams, organization chart summaries, and nodes (the summaries should be rewritten or deleted later). +> +> 4.Activate adjacent nodes after deleting them. +> +> 5.In node data_ The starting field is considered a custom field. + +Demo: + +> 1.The page will display the current core library version number. + ## 0.7.0 Breaking change: Removed the section of node activation style in the theme file, Setting the activation style of nodes is no longer supported, and the activation effect has been changed to a unified node outer border style, while also supporting the mouse hover effect. diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index cdcf02fe..e5e83b64 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,29 @@ diff --git a/web/src/pages/Doc/zh/changelog/index.md b/web/src/pages/Doc/zh/changelog/index.md index 32722852..3ef10699 100644 --- a/web/src/pages/Doc/zh/changelog/index.md +++ b/web/src/pages/Doc/zh/changelog/index.md @@ -1,5 +1,39 @@ # Changelog +## 0.7.1 + +修复: + +> 1.修复关联线端点改变后未保存的问题。 +> +> 2.修复画布左上角距浏览器窗口不为0时多选节点鼠标移动到边缘时画布滚动异常的问题。 +> +> 3.修复导入存在为标题为空的节点的xmind文件报错的问题。 +> +> 4.修复导出的xmind文件在最新版xmind软件上打开时提示已损坏的问题。 +> +> 5.修复导出带有贴纸的数据为xmind格式时贴纸无法显示的问题。 +> +> 6.修复没有注册select插件时节点右键事件报错的问题。 +> +> 7.修复注册插件的方法没有去重的问题。 + +新增: + +> 1.重构节点拖拽逻辑:优化一些情况下的拖拽难问题、适配各种结构、拖拽时鼠标移动到画布边缘时画布自动移动。 +> +> 2.重构滚动条插件,优化使用体验。 +> +> 3.不完美的解决逻辑结构图、思维导图、目录组织图、组织结构图概要和节点的冲突问题(概要后面应该会重写或删除)。 +> +> 4.删除节点后激活相邻节点。 +> +> 5.节点数据data中以_开头的字段被认为是自定义字段。 + +Demo: + +> 1.页面增加显示当前核心库版本号。 + ## 0.7.0 破坏性更新:删除了主题文件中节点激活样式的部分,不再支持设置节点的激活样式,激活效果改为统一的节点外边框样式,同时支持鼠标hover效果。 diff --git a/web/src/pages/Doc/zh/changelog/index.vue b/web/src/pages/Doc/zh/changelog/index.vue index 73cfeb0f..7f9be162 100644 --- a/web/src/pages/Doc/zh/changelog/index.vue +++ b/web/src/pages/Doc/zh/changelog/index.vue @@ -1,6 +1,29 @@