diff --git a/simple-mind-map/package.json b/simple-mind-map/package.json index 5a56e2bc..e62df82a 100644 --- a/simple-mind-map/package.json +++ b/simple-mind-map/package.json @@ -1,6 +1,6 @@ { "name": "simple-mind-map", - "version": "0.9.4", + "version": "0.9.5", "description": "一个简单的web在线思维导图", "authors": [ { diff --git a/web/src/assets/img/docs/手绘风格.png b/web/src/assets/img/docs/手绘风格.png new file mode 100644 index 00000000..4798d2a8 Binary files /dev/null and b/web/src/assets/img/docs/手绘风格.png differ diff --git a/web/src/pages/Doc/catalogList.js b/web/src/pages/Doc/catalogList.js index 2e802f4d..e3b24d5d 100644 --- a/web/src/pages/Doc/catalogList.js +++ b/web/src/pages/Doc/catalogList.js @@ -38,6 +38,7 @@ let APIList = [ 'scrollbar', 'formula', 'cooperate', + 'handDrawnLikeStyle', 'xmind', 'markdown', 'utils' diff --git a/web/src/pages/Doc/en/changelog/index.md b/web/src/pages/Doc/en/changelog/index.md index dd222cb8..a32a440b 100644 --- a/web/src/pages/Doc/en/changelog/index.md +++ b/web/src/pages/Doc/en/changelog/index.md @@ -1,5 +1,27 @@ # Changelog +## 0.9.5 + +Fix: + +> 1.Fix the issue of missing inter zone summaries when expanding and folding nodes. +> +> 2.Fix the issue where the position of the newly created associated line is always on the right side of the node without changing according to its relative position. + +New: + +> 1.Add configuration for the initial positions of the two endpoints when creating associated lines. +> +> 2.Add a configuration that prohibits adjusting the endpoint position of associated lines. +> +> 3.Add a hand drawn style plugin. + +Demo: + +> 1.Optimize interface adaptation on mobile devices. +> +> 2.Supports enabling hand drawn styles. + ## 0.9.4 Fix: diff --git a/web/src/pages/Doc/en/changelog/index.vue b/web/src/pages/Doc/en/changelog/index.vue index c829fcc6..c0a89c2c 100644 --- a/web/src/pages/Doc/en/changelog/index.vue +++ b/web/src/pages/Doc/en/changelog/index.vue @@ -1,6 +1,23 @@