diff --git a/simple-mind-map/package.json b/simple-mind-map/package.json index 1341103a..cdc21d24 100644 --- a/simple-mind-map/package.json +++ b/simple-mind-map/package.json @@ -1,6 +1,6 @@ { "name": "simple-mind-map", - "version": "0.8.0-fix.1", + "version": "0.9.0", "description": "一个简单的web在线思维导图", "authors": [ { diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 93d41a05..3ac4bf44 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,54 @@ # Changelog +## 0.9.0 + +New: + +1.Support adding summaries to some child nodes of the same node. + +2.Moving the mouse into the summary will highlight its node. + +3.Importing and exporting xmind files supports processing profiles. + +## 0.8.1 + +Fix: + +> 1.Fix the issue where the activation status of the summary node in the history data has not been deleted, which can cause data to be triggered when clicking on the summary node_ Change event. +> +> 2.Fix the issue of blank pages and exceptions thrown by the console when running in Safari browser. +> +> 3.Fixed the issue of icon floating layer and note floating layer detached from nodes when scaling the canvas. +> +> 4.Fixed the issue of selecting all nodes in read-only mode. +> +> 5.Fix the presence of node content has   in rich text mode; Error exporting as image. +> +> 6.Fixed the issue of overlapping profiles when adding profiles to oneself first and then to subordinates; Fix the issue of overlapping profiles when adding profiles to nodes with hierarchical relationships at the same time. +> +> 7.Fix the issue of exporting PDF errors when there are many nodes. + + +New: + +> 1.Add a configuration option that prohibits dragging the canvas. +> +> 2.Add a configuration option to prohibit double finger scaling of the canvas. +> +> 3.Add compression parameters to the method of exporting PNG; Optimize the problem of excessive volume when exporting PDF from nodes with large amounts of data. +> +> 4.Rename the isParent method of the node instance to isAncestor and add the isParent method at the same time. + +Demo: + +> 1.Fixed the issue of being able to search for replacement and edit outlines in read-only mode. +> +> 2.Fix the issue where the outline cannot be displayed and edited when the node content is an HTML tag. +> +> 3.Fix the issue where when multiple nodes are selected and icons are added at the same time, all node icons will be unified as the icon of the first node. +> +> 4.Adding loading to the export operation. + ## 0.8.0-fix.1 Fix: Fixed the issue of creating a new node using direct paste if the pasted content contains HTML label symbols such as <> and the newly created node content is empty. diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index 087e3f73..f5f97054 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,36 @@