From b3059bb6a36dddf1ca5efa84de1c7ab5cbd2995b Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Sun, 13 Aug 2023 12:18:25 +0800 Subject: [PATCH] Doc: update --- simple-mind-map/package.json | 2 +- web/src/pages/Doc/en/changelog/index.md | 26 ++++++++++++++++++++++ web/src/pages/Doc/en/changelog/index.vue | 17 ++++++++++++++ web/src/pages/Doc/en/constructor/index.md | 9 ++++---- web/src/pages/Doc/en/constructor/index.vue | 15 +++++++++---- web/src/pages/Doc/zh/changelog/index.md | 26 ++++++++++++++++++++++ web/src/pages/Doc/zh/changelog/index.vue | 17 ++++++++++++++ web/src/pages/Doc/zh/constructor/index.md | 9 ++++---- web/src/pages/Doc/zh/constructor/index.vue | 15 +++++++++---- 9 files changed, 119 insertions(+), 17 deletions(-) diff --git a/simple-mind-map/package.json b/simple-mind-map/package.json index 7d5c467e..bbbec57d 100644 --- a/simple-mind-map/package.json +++ b/simple-mind-map/package.json @@ -1,6 +1,6 @@ { "name": "simple-mind-map", - "version": "0.6.13", + "version": "0.6.14", "description": "一个简单的web在线思维导图", "authors": [ { diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 9d59c2bc..1a61428a 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,31 @@ # Changelog +## 0.6.14 + +New: + +> 1.Remove and create hidden input boxes, and copy and paste them through navigator. clipboard; Support cross browser pasting of mind map node data; Support custom processing of text data in the clipboard. + +Demo: + +> 1.Fix the issue of enabling input to automatically enter text editing mode and conflicting with other input boxes. +> +> 2.Fix the issue of not being able to delete node images in the node image pop-up window. +> +> 3.Fixed an issue where the text decoration line style of nodes cannot be removed in the node style sidebar. +> +> 4.The color selector supports selecting transparent colors. +> +> 5.Fix the issue of importing mind map data without updating the sidebar data when the basic style sidebar is open. +> +> 6.Fixed the issue of not focusing when modifying the text of one node in the outline and then clicking on other nodes. +> +> 7.Fixed an issue where the node and word count statistics in the bottom left corner were not updated after exiting Zen mode. +> +> 8.Support deleting hyperlinks and notes of nodes from the right-click menu. +> +> 9.Support pasting node data of Zhixi Mind Map. + ## 0.6.13 Fix: diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index a8d90a51..460ae8d8 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,23 @@