From 6f3a02d39e366ca0275792216077d3454f241bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=97=E8=A7=92=E5=B0=8F=E6=9E=97?= <1013335014@qq.com> Date: Mon, 13 May 2024 10:44:21 +0800 Subject: [PATCH] Doc: update --- simple-mind-map/package.json | 2 +- web/src/pages/Doc/en/changelog/index.md | 40 ++++++++++++++++++++++ web/src/pages/Doc/en/changelog/index.vue | 26 ++++++++++++++ web/src/pages/Doc/en/constructor/index.md | 5 +++ web/src/pages/Doc/en/constructor/index.vue | 32 +++++++++++++++++ web/src/pages/Doc/en/render/index.md | 4 ++- web/src/pages/Doc/en/render/index.vue | 5 ++- web/src/pages/Doc/zh/changelog/index.md | 40 ++++++++++++++++++++++ web/src/pages/Doc/zh/changelog/index.vue | 26 ++++++++++++++ web/src/pages/Doc/zh/constructor/index.md | 17 +++++---- web/src/pages/Doc/zh/constructor/index.vue | 29 ++++++++++++++++ web/src/pages/Doc/zh/render/index.md | 4 ++- web/src/pages/Doc/zh/render/index.vue | 5 ++- 13 files changed, 224 insertions(+), 11 deletions(-) diff --git a/simple-mind-map/package.json b/simple-mind-map/package.json index 64c26d95..09f3466c 100644 --- a/simple-mind-map/package.json +++ b/simple-mind-map/package.json @@ -1,6 +1,6 @@ { "name": "simple-mind-map", - "version": "0.9.11", + "version": "0.9.12", "description": "一个简单的web在线思维导图", "authors": [ { diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index e9cc9fd6..ed3f7c63 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,45 @@ # Changelog +## 0.9.12 + +Fix: + +> Fix the issue of bold title text being parsed as undefined when importing MD files; +> +> Select all, delete nodes, activate adjacent nodes, select multiple nodes, and other operations to increase the distribution of beforeynode-active events; +> +> Change the selection of multiple nodes to real-time distribution of node activation events; +> +> Fix the issue where the distance between icons and text gradually widens when both icons and line breaks are present in non rich text mode and are folded and unfolded; +> +> Fix xss vulnerability when displaying rich text content on nodes; + +New: + +> Support parsing of HTML formatted title text in MD files; +> +> Prohibit all contents of the canvas (except for hyperlinks and note icons of nodes) from responding to mouse events in demonstration mode; +> +> The demonstration mode supports fill in the blank mode, which means that underlined text is not displayed by default and will only be displayed sequentially by pressing the enter key; +> +> Demonstration mode supports summary content; +> +> The expandToNodeUid method of the render class supports summary nodes; +> +> The findNodeByUid (find the specified node instance on the canvas based on the uid) method of the render class supports summary nodes; +> +> Add instantiation options for adding pre - and post content to nodes, allowing custom content to be added before or after node text; +> +> Click event for adding distribution node labels; +> +> When using the moveNodeToCenter method of the render class to move a specified node to the center of the canvas, scaling is not restored by default; + +Demo: + +> Fix the issue of node note floating layer not being displayed in full screen view mode; +> +> Fix the issue where the note floating layer does not disappear after clicking the collapse button to collapse the node when displaying the note floating layer; + ## 0.9.11 Fix diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index 712f321e..c6956d75 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,32 @@