diff --git a/README.md b/README.md index c7e404b3..779ca303 100644 --- a/README.md +++ b/README.md @@ -435,4 +435,8 @@ const mindMap = new MindMap({ 黄泳 + + + ccccs +

diff --git a/simple-mind-map/package.json b/simple-mind-map/package.json index 78995e6d..fc92472d 100644 --- a/simple-mind-map/package.json +++ b/simple-mind-map/package.json @@ -1,6 +1,6 @@ { "name": "simple-mind-map", - "version": "0.10.3", + "version": "0.10.4", "description": "一个简单的web在线思维导图", "authors": [ { diff --git a/web/src/assets/avatar/ccccs.jpg b/web/src/assets/avatar/ccccs.jpg new file mode 100644 index 00000000..e0f13c22 Binary files /dev/null and b/web/src/assets/avatar/ccccs.jpg differ diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index a972753a..fdd7499e 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,15 @@ # Changelog +## 0.10.4 + +> 2024.7.25 + +This update mainly adds a performance mode. When enabled, only nodes within the visible area of the canvas will be rendered, and nodes outside the area will be deleted from the canvas, improving usability in the case of large data volumes (1000+nodes). The first rendering time for 2000 nodes has been reduced from 5s+to 0.5s. However, this also brings some problems, such as a slight lag when dragging the animation canvas, as nodes will be rendered in real time, and exporting images will be slower because all nodes need to be rendered first, as well as other temporarily undiscovered issues. + +Fix: + +> 1.Delete useless code and fix the issue where the mouse hover node reports an error and does not display the expand and collapse buttons; + ## 0.10.3 > 2024.7.19 diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index 875a18ab..16365a2f 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,15 @@