From b427a9ed1b129129017255614f5d4cd70cc320b2 Mon Sep 17 00:00:00 2001 From: wanglin2 <1013335014@qq.com> Date: Fri, 18 Aug 2023 14:51:42 +0800 Subject: [PATCH] Doc: update --- simple-mind-map/package.json | 2 +- web/src/pages/Doc/en/changelog/index.md | 36 ++++++++++++++++++++++ web/src/pages/Doc/en/changelog/index.vue | 24 +++++++++++++++ web/src/pages/Doc/en/constructor/index.md | 2 ++ web/src/pages/Doc/en/constructor/index.vue | 14 +++++++++ web/src/pages/Doc/en/doExport/index.md | 10 ++++-- web/src/pages/Doc/en/doExport/index.vue | 14 +++++++-- web/src/pages/Doc/en/richText/index.md | 2 ++ web/src/pages/Doc/en/richText/index.vue | 3 ++ web/src/pages/Doc/zh/changelog/index.md | 36 ++++++++++++++++++++++ web/src/pages/Doc/zh/changelog/index.vue | 24 +++++++++++++++ web/src/pages/Doc/zh/constructor/index.md | 2 ++ web/src/pages/Doc/zh/constructor/index.vue | 14 +++++++++ web/src/pages/Doc/zh/doExport/index.md | 10 ++++-- web/src/pages/Doc/zh/doExport/index.vue | 14 +++++++-- web/src/pages/Doc/zh/richText/index.md | 2 ++ web/src/pages/Doc/zh/richText/index.vue | 3 ++ 17 files changed, 201 insertions(+), 11 deletions(-) diff --git a/simple-mind-map/package.json b/simple-mind-map/package.json index bbbec57d..1d6d6a9d 100644 --- a/simple-mind-map/package.json +++ b/simple-mind-map/package.json @@ -1,6 +1,6 @@ { "name": "simple-mind-map", - "version": "0.6.14", + "version": "0.6.15", "description": "一个简单的web在线思维导图", "authors": [ { diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index 1a61428a..8c166830 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,41 @@ # Changelog +## 0.6.15 + +新增: + +> 1.Export PDF supports pagination export based on image size. +> +> 2.Exporting PDF supports automatic direction adjustment based on aspect ratio. +> +> 3.Optimize the placeholder elements of the expand and collapse buttons: 1. Nodes without child nodes do not render this element; 2. Dynamically update the element based on the existence of child nodes. +> +> 4.Add a configuration that prohibits mouse wheel scaling. +> +> 5.Supports passing error handling functions. + +修复: + +> 1.Fix the issue of displaying exceptions when node text is empty. +> +> 2.Change the paddingX and paddingY of exported SVG graphics to single sided padding. +> +> 3.Fixed an issue where the mouse is not centered when zooming when the canvas is not 0 from the top left corner of the browser window. +> +> 4.Fix the issue of overlapping node borders. + +Demo: + +> 1.The bottom right corner supports jumping to related links. +> +> 2.Adjust the position of the mini map to solve the problem of being blocked by side buttons. +> +> 3.Fix the issue where the prompt in the upper right corner of the open local file cannot be closed. +> +> 4.Editing the outline separately is no longer linked to the canvas, optimizing the editing experience under large data volume. +> +> 5.The sidebar involves graphical options to increase visualization effects. + ## 0.6.14 New: diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index 460ae8d8..04d087b9 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,30 @@