From cbd07246bd2aca9a00a73890baafbfe696ab3174 Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Tue, 2 May 2023 10:00:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simple-mind-map/package.json | 2 +- web/src/pages/Doc/en/associativeLine/index.md | 4 ++-- web/src/pages/Doc/en/associativeLine/index.vue | 4 +++- web/src/pages/Doc/en/changelog/index.md | 6 ++++++ web/src/pages/Doc/en/changelog/index.vue | 3 +++ web/src/pages/Doc/zh/associativeLine/index.md | 4 ++-- web/src/pages/Doc/zh/associativeLine/index.vue | 4 +++- web/src/pages/Doc/zh/changelog/index.md | 6 ++++++ web/src/pages/Doc/zh/changelog/index.vue | 3 +++ web/src/pages/Doc/zh/course1/index.md | 2 +- web/src/pages/Doc/zh/course1/index.vue | 2 +- 11 files changed, 31 insertions(+), 9 deletions(-) diff --git a/simple-mind-map/package.json b/simple-mind-map/package.json index 0bc466e8..a5a08080 100644 --- a/simple-mind-map/package.json +++ b/simple-mind-map/package.json @@ -1,6 +1,6 @@ { "name": "simple-mind-map", - "version": "0.5.10-fix.2", + "version": "0.5.11", "description": "一个简单的web在线思维导图", "authors": [ { diff --git a/web/src/pages/Doc/en/associativeLine/index.md b/web/src/pages/Doc/en/associativeLine/index.md index 12e7005e..9a726858 100644 --- a/web/src/pages/Doc/en/associativeLine/index.md +++ b/web/src/pages/Doc/en/associativeLine/index.md @@ -4,9 +4,9 @@ > The function of adjusting associated line control points is supported from v0.4.6+ -This plugin is used to support the addition of associative lines. +> Relevance support for text editing starting from v0.5.11+ -The plugin is currently not fully functional, and does not support adding text to association lines. +This plugin is used to support the addition of associative lines. ## Register diff --git a/web/src/pages/Doc/en/associativeLine/index.vue b/web/src/pages/Doc/en/associativeLine/index.vue index 168ce87a..4981edcc 100644 --- a/web/src/pages/Doc/en/associativeLine/index.vue +++ b/web/src/pages/Doc/en/associativeLine/index.vue @@ -7,8 +7,10 @@

The function of adjusting associated line control points is supported from v0.4.6+

+
+

Relevance support for text editing starting from v0.5.11+

+

This plugin is used to support the addition of associative lines.

-

The plugin is currently not fully functional, and does not support adding text to association lines.

Register

import MindMap from 'simple-mind-map'
 import AssociativeLine from 'simple-mind-map/src/AssociativeLine.js'
diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md
index f16b47c9..42236e0b 100644
--- a/web/src/pages/Doc/en/changelog/index.md
+++ b/web/src/pages/Doc/en/changelog/index.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 0.5.11
+
+New: Supports associative text editing.
+
+optimization: Optimizing theme configuration updates, changing configurations that do not involve node size does not trigger node recalculation.
+
 ## 0.5.10
 
 New: Optimize node reuse logic using LRU caching algorithm.
diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue
index 6218400f..6ae87866 100644
--- a/web/src/pages/Doc/en/changelog/index.vue
+++ b/web/src/pages/Doc/en/changelog/index.vue
@@ -1,6 +1,9 @@